Initialisation d'un Checkout

Pour tout savoir sur Checkout consultez d'abord notre documentation

Votre clientId doit avoir ces autorisations :
Checkout

Path Params
string
required
Body Params
int32
required

Total amount, all taxes included, in cents (required) Must be equal to the sum of the initial amount and subsequent terms

int32
required

The amount for the first term, all taxes included, in cents (required)

string
required
length between 1 and 250

Item name (required) A text describing what the user paid for ('Renew license', '3 tickets', donation, etc). Will be displayed in the near future in the user space and in the organization back office

string
required
length ≥ 1

Url followed by the contributor if he wants to return to its previous site

string
required
length ≥ 1

Url called in case of an error during the checkout process

string
required
length ≥ 1

Url called after the payment

boolean
required

The sale (or a part of) is a donation

terms
array of objects | null

The list of future terms (if applicable)

terms
payer
object
string

Metadata (optional) Json object (max length : 20000)

paymentOptions
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized, you must add a valid JWT into Authorization Header with the format : Bearer TOKEN

403

The JWT token hasn't the privileges or Roles for this action

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