Use this endpoint to fetch the complete details of a single transfer by its unique ID. The response includes the current status, the source and destination resources, fee breakdown, deposit instructions for on-ramp transfers, and network-level tracking identifiers once the transfer has been processed. Poll this endpoint or use webhooks to monitor status transitions throughout the transfer lifecycle.Documentation Index
Fetch the complete documentation index at: https://docs.spherepay.co/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Path parameters
The unique transfer ID, prefixed with
payout_ (e.g. payout_d243ab2b1de4447d8a046d87fefe58cf).Response fields
Unique transfer identifier, prefixed with
payout_.Transfer direction:
on_ramp or off_ramp.Current transfer status. Possible values:
| Value | Description |
|---|---|
pendingFunding | Awaiting the customer’s deposit. |
pendingReview | Under manual review before processing. |
fundsReceived | Incoming funds detected, processing starting. |
processing | Conversion or delivery in progress. |
succeeded | Transfer completed successfully. |
undeliverable | Funds could not be delivered to the destination. |
returned | Funds were returned to the originator. |
pendingRefundInformation | Additional information needed to issue a refund. |
failed | Transfer failed. |
canceled | Transfer was canceled before funding. |
refunded | Funds were refunded to the customer. |
unexpectedError | An unexpected error occurred. Contact support. |
failedPrecondition | A required precondition was not met. |
expired | The transfer expired before being funded. |
The customer ID associated with this transfer.
Integrator-defined reference ID, if provided at creation.
Details of the funding source.
Details of the delivery destination.
Deposit instructions the customer uses to fund the transfer. Present on on-ramp transfers in
pendingFunding status.Fee breakdown for the transfer.
Quote linked to this transfer, if applicable.
Network-level tracking identifiers, populated once the transfer is processing or complete.
ISO 8601 timestamp of transfer creation.
ISO 8601 timestamp of the most recent status update.
Error codes
| Status | Code | Description |
|---|---|---|
400 | address/invalid | The request is malformed. |
404 | resource/not-found | No transfer exists with the given ID. |
422 | validation/failed | The provided ID did not pass format validation. |

