Read more
Read more about Billie on their website.
Billie is a Berlin-based Buy Now Pay Later (BNPL) provider that specializes in providing open invoice and deferred payment options to Business-to-Business (B2B) customers. With Billie, merchants can accept invoice payments that are immediately settled in full.
Adyen offers Billie through a Klarna integration.
Payment type | Payment flow | Countries | Currencies | Recurring | Refunds | Partial refunds | Multiple partial refunds | Separate captures | Partial captures | Multiple partial captures | Chargebacks |
---|---|---|---|---|---|---|---|---|---|---|---|
Buy Now Pay Later | Redirect, Inline widget | International | EUR, GBP, NOK, SEK |
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have built your Klarna integration for the intended platform (Web, iOS, Android, React) and integration (API-only, Drop-in, Components). |
Setup steps | Before you begin, add Billie in your test Customer Area. |
Required fields
Billie is an extension to a Klarna integration. Wherever you must specify paymentMethod.type
, use klarna_b2b to process a Billie payment.
Billie requires that your payment request includes the shopperName object and the company object, which contains details about the company you are invoicing:
Parameter | Required | Description |
---|---|---|
company.name |
The company name. | |
company.homepage |
The company website's home page. | |
company.registrationNumber |
The company's registration number. Required for NL, SE | |
company.registryLocation |
The country code where the company is located. Format: the two-letter ISO-3166-1 alpha-2 country code. Exception: QZ (Kosovo). |
|
company.taxId |
The company's tax ID. | |
company.type |
The company's type. For example, GmbH or AB. |
Payment request and response
The following is a sample /payments request for Billie. Note the required paymentMethod
and company
objects: