Get Transfer Details
You can retrieve information about a transfer using the transfer id.
Note
You can only retrieve information about a transfer if you have the transfer id. We do not filter by receipt number or other identifiers.
For the full API specification, see the Sphere API Reference.
GET
https://api.spherepay.co/v1/transfer/:id
The response will contain information about the transfer that matches the ID you provided.
Note
If a transfer is not found, the response will be a 404
error.
Response Example
Last updated on