Create payment

This endpoint creates a payment for an approved checkout. It allows you to authorize or capture the payment by specifying the intent as AUTH or CAPTURE.

If you set the intent to authorize, the authorization will expire in 7 days if not captured.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
number
required
≥ 1

Amount in cents.

string
required

Order ID

string
enum
required

Currency used

Allowed:
string
enum
required

-> * AUTH - Authorization case (Action that will later require capture) * CAPTURE - Authorize and capture automatically

Allowed:
recipients
array of objects

Merchants used if the order is of marketplace type.

recipients
string

Reference ID used at the checkout root.

Headers
string

The API supports idempotency for security in request retries, thus avoiding executing the same operation twice.

string

When a holding company queries subsidiary data, this field is required and must contain the subsidiary ID.

Responses

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