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
| Operation | Endpoint |
|---|
| Collection | GET /v1/status/collection/:reference_id |
| Payout | GET /v1/status/payout/:reference_id |
| Transfer | GET /v1/status/transfer/:reference_id |
| Refund | GET /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