| [ Web Proxy ] |
| Viewing: https://docs.stripe.com/payments/billie | [Back] [Original] |
Billie is a Buy Now, Pay Later payment method available to businesses in Germany, France, Netherlands, Sweden, Norway, Finland, Austria, Spain, Denmark, Switzerland, and the UK that gives your customers payment flexibility.
If customers select Billie as their payment method, Stripe redirects them to Billies website, where theyre granted the ability to pay in 30 days. You receive total payment immediately.
Below is a demonstration of the Billie payment flow from your checkout page:
You dont have to integrate Billie and other payment methods individually. If you use our front-end products, Stripe automatically determines the most relevant payment methods to display. Go to the Stripe Dashboard and enable Billie. To get started with one of our hosted UIs, follow a quickstart:
To maximize approval rates when you integrate with Billie, include line_items data to represent whats in a shoppers cart. For early access, see Payments line items.
The following Stripe products also let you add Billie from the Dashboard:
If your integration requires manually listing payment methods, learn how to configure Billie.
The minimum charge limit is 0.01 EUR or the equivalent for other supported currencies.
In addition to the categories of goods or services sold and businesses restricted from using Stripe overall, the following categories are prohibited from using Billie:
Billie has a claims process that allows transaction disputes. Customers can open disputes for cases of suspected fraud, double payments, or a difference between an order and a transaction amount. Customers can initiate a dispute within 365 calendar days of the transaction.
After the customer initiates a dispute, Stripe notifies you using:
charge.dispute.created event (if your integration is set up to receive webhooks)Stripe holds back the disputed amount from your balance until Billie resolves the dispute.
We request that you upload compelling evidence proving that you fulfilled the purchase order using the Stripe Dashboard. This evidence can include the:
To handle disputes programmatically, respond to disputes using the API.
This information helps Billie determine whether a dispute is valid. Make sure the evidence you provide contains as much detail as possible from what the customer provided at checkout. You must submit the requested information within 35 calendar days. If Billie resolves the dispute with you winning, we return the disputed amount to your Stripe balance. If Billie rules in favor of the customer, the disputed amount stays with the customer.
Billie supports full and partial refunds.
Stripe notifies you of the final refund status using the refund.updated or refund.failed webhook event. When a refund succeeds, the Refund objects status transitions to succeeded. If a refund fails (the Refund objects status transitions to failed), then we return the amount to your Stripe balance, and you must arrange an alternative way of providing your customer with a refund.
If you use Connect, you must consider the following before you enable and use Billie.
Set the billie_payments capability to active on your platform account, and on any connected accounts you want to enable Billie for. You can also request more account capabilities.
The charge type of Connect payments might change the default statement descriptor and the merchant name that appears on the customers banking application and confirmation emails.
| Charge type | Descriptor taken from |
|---|---|
| Direct | Connected account |
| Destination | Platform |
| Separate charge and transfer | Platform |
Destination (with on_behalf_of) | Connected account |
Separate charge and transfer (with on_behalf_of) | Connected account |
To check or update your statement descriptor, go to your account settings. For Connect integrations, see setting statement descriptors with Connect.
You can create Billie payments in the currencies that map to your country. The default local currency for Billie is eur.
| Currency | Countries |
|---|---|
| eur | Germany, France, Netherlands, Sweden, Norway, Finland, Austria, Spain, Denmark |
| sek | Germany, France, Netherlands, Sweden, Norway, Finland, Austria, Spain, Denmark |
| nok | Germany, France, Netherlands, Sweden, Norway, Finland, Austria, Spain, Denmark |
| dkk | Germany, France, Netherlands, Sweden, Norway, Finland, Austria, Spain, Denmark |
| gbp | United Kingdom |
| chf | Switzerland |
| Web Proxy Viewer | New URL | Original Page |