payments.v1
A payment transaction for an order or invoice.
- Type: object
attributes - Type: object
activity Payment activity log
- Type: number
amount Payment amount
- Type: string | null
cancel _url Redirect URL on cancellation
- Type: string
charge _type Type of charge
- Type: string | null
country _code Country code
- Type: string
created _at Creation timestamp
- Type: string
currency ISO 4217 currency code
- Type: boolean
is _partial _payment Whether this is a partial payment
- Type: boolean
is _terminal _payment Whether paid via terminal
- Type: string | null
last _error Last error message
- Type: object
provider _data Provider-specific data
- Type: number
refundable _amount Amount that can be refunded
- Type: string
secret Client secret for frontend confirmation
- Type: string | null
settled _at Settlement timestamp
- Type: stringenum
status Payment status
valuespending processing succeeded failed canceled
- Type: string | null
succeeded _at Success timestamp
- Type: string | null
success _url Redirect URL on success
- Type: string
id - Type: object · ResourceLinks
links JSON:API self-link object
- Type: stringFormat: uri
self
- Type: object
meta - Type: object
next _action Next action required (e.g., 3D Secure redirect)
- Type: string
return _url Return URL after action
- Type: object
relationships - Type: object
disputes Payment disputes
- Type: object
method Payment method used
- Type: object
payout Associated payout
- Type: object
refunds Payment refunds
- Type: object
terminal _reader Terminal reader used
- Type: string
type