1. Transfers
  2. Retrieve a Transfer
GET

/api/v2/transfers/{transfer_id}

client_id*
api_key*
curl --request GET \
     --url https://api.senddotssandbox.com/api/v2/transfers/{transfer_id} \
     --header 'Authorization: Basic AUTH_VALUE'

Parameters

transfer_idRequired
string

Id of the transfer to fetch

Response

id
string
created
string
user_id
string
status
string
Available options: created, pending, failed, completed, flagged
type
string
Available options: refill, payout, balance
amount
number
external_data
object
transactions
array
metadata
string | object | null

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.