GET
Get payment

Authorizations

Authorization
string
header
required

API key as Bearer token. Sandbox keys start with sk_test_, mainnet keys with sk_live_.

Path Parameters

payment_id
string
required

Response

Payment details

payment_id
string
Example:

"pay_5c4b3a29"

order_id
string
Example:

"ord_9f8e7d6c"

agent_id
string
Example:

"agt_7d1e5b2f"

amount
string
Example:

"25.00"

status
enum<string>
Available options:
processing,
settled,
failed
Example:

"processing"

settlement_tx
string | null

On-chain transaction hash once settled

Example:

"0x4d5e...9a0b"

settled_at
string<date-time> | null
created_at
string<date-time>