Get payment
Payments
Get payment
Get a payment by ID. If authenticated with a Bearer token and the operator owns this payment, payment operations will also be returned.
GET
Get payment
Authorizations
Authorization header using the Bearer scheme. Learn more about JWT tokens in the Coinbase Developer Portal.
Path Parameters
The ID of the payment.
Response
A successful response.
Payment details including identifiers, amounts, and blockchain transaction data.
Example:
{
"entity": "payment",
"id": "payment123",
"maxAmount": "100.00",
"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"networkId": 8453,
"payer": "0xpayer",
"signature": "0xsig",
"receiver": "0xreceiver",
"minFeeBps": 50,
"maxFeeBps": 50,
"feeReceiver": "0xcccccccccccccccccccccccccccccccccccccccc",
"salt": "2334324235415445346745646",
"paymentInfoHash": "2334324235415445346745646",
"nonce": "2334324235415445346745646",
"authorizationExpiry": 1843954582,
"preApprovalExpiry": 0,
"refundExpiry": 1843954582,
"createdAt": "2024-03-20T00:00:00.000Z",
"updatedAt": "2024-03-20T00:00:00.000Z",
"operator": "0xoperator",
"contractAddress": "0xcontract",
"authorizedAmount": "50.00",
"capturedAmount": "50.00",
"voidedAmount": "0.00",
"refundedAmount": "0.00",
"chargedAmount": "50.00"
}List of payment operations associated with the payment. Only returned when authenticated as the operator that owns this payment.