Skip to main content
POST
Get statuses in batch for payments by their intent ids.

Authorizations

Authorization
string
header
required

access_token returned by the /auth/v1/oauth2/tokens API call.

Body

application/json

List of payment intent ids.

Get statuses request schema

payment_intent_ids
string<uuid>[]
required
Required array length: 1 - 100 elements

ID of the payment intent.

Required string length: 36
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Response

List of statuses for requested intent ids.

Get statuses response schema

data
object[]
Maximum array length: 1000