• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
Europe (English)
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

Defining headers

Headers Description Values to use
Accept Determines the format of the contents that will be returned by the server.

REST architecture that allows to perform data exchange in JSON format.

Accept: application/json
Authorization
  • OAuth2 : Access token according to the Single Sign-on principle, i.e. Bearer' followed by access_token. See above.
  • Mode Basic : Identification token according to the "Basic Authentication over HTTPS principle, i.e. Basic' followed by the <login>:<password> string (login, password) encoded in Base64. Conversion is automatically supported for clients such as Postman or Insomnia.
  • Oauth2 example:: Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCIgOidUIiw...
  • Basic example:: Authorization: Basic YWRtaW46YWRtaW4=
Content-type Determines the format of the contents sent to the server. content-type: application/json
Method

See our open-api for the method to be used depending on the resource.

GET | POST | PUT | PATCH |DELETE

Codes examples are provided in annex.

Jobs
Legal
GDPR
25.18-1.11