Skip to content
API DocsDocs

Retrieving a Payout

Look up APM payout status and details on demand

1 min readUpdated Aug 6, 2025

You can retrieve the status and full details of an APM payout on demand. Use this when a webhook was not received, or when you need full payout details for reconciliation or support.

#Status vs Info

EndpointReturns
GET /payouts/apm/status/{id}Status string only (lightweight)
GET /payouts/apm/info/{id}Full payout details (same structure as webhook payload)

#Key Response Fields

FieldDescription
transactionIdUnique payout transaction identifier
requestIdYour original request ID
transactionStatusCurrent status (PROCESSING, SUCCEED, FAILED)
declineCode / declineSubReasonSet on failure
apmRequestPayloadEcho of your original apmPayload (method, recipient fields)
apmResponseDataProvider-specific response (providerTransactionId, etc.)
createdAtISO 8601 creation timestamp
Was this helpful?