Developer Docs

Create a payment link

Creates a new payment link that can be shared with customers

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

The currency of the payment link, this currency will refer to product list prices

Allowed:
string
enum

The status of the link (enabled or disabled), default is enabled

Allowed:
products
array of objects

The list of inline products to include in the payment link, the total amount will be calculated based on the sum of the product prices times the quantity. Provide either products or items, not both.

products
items
array of objects

The list of catalog references to include (priceId or productId + quantity), resolved against your catalog. Provide either products or items, not both.

items
sessionCustomization
object

Customization settings for the payment session (colors, logo, merchant name)

string
length ≤ 11

Optional statement descriptor (max 11 characters) shown on the customer's bank statement as 'INFLOWPAY* '. Falls back to the account-level statement descriptor if omitted.

boolean
Defaults to false

Whether product prices include VAT (TTC). false (default): Product prices are excluding tax (HT), tax is added on top. true: Product prices include tax (TTC), tax is extracted from the total.

string

Optional default billing country (ISO 3166-1 alpha-2). When set, the checkout session created from this link is pre-filled with this country and VAT is recomputed accordingly. Ignored silently if the country is not supported for tax.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json