Skip to main content
GET
Get Payment
Fetches a single payment with its client-facing payment and beneficiary detail blocks. A payment id that does not exist within the authorized account returns 404; an account id owned by another organization returns 403.

Path Parameters

string
required
Id of the account (acct_…).
string
required
Id of the payment (apo_…).

Response

string
Payment id. object is payment, type is payment.
decimal
Recipient amount in the destination currency.
decimal
Add-on platform fee (default 0).
decimal
amount + platform_fee_amount — the total debited from the source virtual account.
object | null
Receipt breakdown.
enum
Payment currency.
enum
PaymentStatus: pending_review, pending, processing, settled, failed, rejected, returned.
datetime
When the payment order was created.
datetime | null
Lifecycle timestamps for review, settlement, and failure.
datetime | null
Scheduling timestamps: the requested dispatch time and when the scheduled payment was actually dispatched.
object
Payment details.
object
Beneficiary and destination details.