v6
latestOpenAPI 3.1.02026-07-311856741.1 MBpayments
public
Get Payment
Get a payment by ID.
Scopes: payments:read
get/v1/payments/{id}
Path parameters
idstring uuid4 required
The payment ID.
The payment ID.
Response
Successful Response
Example response
{
"amount": 1000,
"currency": "usd",
"method": "card",
"decline_reason": "insufficient_funds",
"decline_message": "Your card has insufficient funds.",
"organization_id": "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
"checkout_id": "e4b478fa-cd25-4253-9f1f-8a41e6370ede",
"order_id": "e4b478fa-cd25-4253-9f1f-8a41e6370ede",
"method_metadata": {
"brand": "visa",
"last4": "4242"
}
}