Skip to main content
POST
Verify a payment

Authorizations

X-API-Key
string
header
required

Headers

X-Account-ID
string

Identifies the account. Required when authenticating via mTLS — omit when using an API key (account is inferred from the key).

Body

application/json

Body

amount
integer
required
Required range: x >= 0
continuation
object
required
currency_code
string
required
order_id
string
required
additional_information
object
customer_id
string<uuid>
distributions
object[]
metadata
object

Key-value pairs. Max 20 entries. Keys max 20 characters, values must be strings max 80 characters. No nested objects.

payment_method
object

Token is required for all types except BANK_TRANSFER. For BANK_TRANSFER, token must not be provided.

vault_payment_method
boolean

When true, customer_id is required.

Response

Success

amount
integer
required
Required range: x >= 0
continuation
object
required
currency_code
string
required
order_id
string
required
additional_information
object
customer_id
string<uuid>
distributions
object[]
metadata
object

Key-value pairs. Max 20 entries. Keys max 20 characters, values must be strings max 80 characters. No nested objects.

payment_method
object

Token is required for all types except BANK_TRANSFER. For BANK_TRANSFER, token must not be provided.

vault_payment_method
boolean

When true, customer_id is required.