Skip to main content
Query execution progress with the reference_id you stored at execute time. Query payment source status (invoice/order) separately when building receipts or UI. source_type values: INVOICE, ORDER. SUBSCRIPTION appears in the API schema but is not publicly supported yet. Try in API Reference: Collection · Payout · Source status

Execution status endpoints

OperationEndpoint
CollectionGET /v1/status/collection/:reference_id
PayoutGET /v1/status/payout/:reference_id
TransferGET /v1/status/transfer/:reference_id
RefundGET /v1/status/refund/:reference_id

Minimal example

curl "https://api.heydollr.app/v1/status/collection/550e8400-e29b-41d4-a716-446655440000" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Prefer Realtime status for live checkout UIs instead of aggressive polling.
Last modified on June 23, 2026