Get Transfer History
GET
https://api.sfox.com/v1/enterprise/transfer/history
This endpoint returns a partner's transfer history. Partners have the ability to filter by type
, purpose
, status
, and time period.
Body Parameters
type
string
Filters the response by that user i.e. ClientAccount1
purpose
string
Filters the response by that purpose
GOOD
SERVICE
status
string
Transfer status
CANCELED
PENDING
COMPLETE
to_date
string
End date of the query in UNIX timestamp to milliseconds
from_date
string
Start date of the query in UNIX timestamp to milliseconds
Responses
Response Body
transfer_id
Partner generated transfer and idempotency ID
transfer_status_code
Status of the transfer
type
Transfer type
quantity
Transfer quantity
currency
Trasfer currency
user_id
The Connect user ID this transfer will apply to
rate
USD FX Rate of the transfer
purpose
Transfer purpose
description
Partner generated description text
atx_id_charged
ID of the charge account transaction
atx_id_credited
ID of the credit account transaction
atx_status_charged
Status of the charge account transaction
atx_status_credited
Status of the credit account transaction
transfer_date
Transfer Date
Example Requests
Last updated