Skip to main content
GET
Get transfer by ID

Headers

X-BUSINESS-API-KEY
string
required
Example:

"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"

Path Parameters

transfer_id
string
required

The Beneficiary id

Response

200 - application/json

200

id
string
required
beneficiary
object
required
payment_currency
string
required
payment_amount
number
required
source_currency
string
required
source_amount
number
required
exchange_rate
string
required
fee
object
required
discount_fee_rate
number
required
fixed_fee
number
required
discount_fee
number
required
remark
string | null
required
status
enum<string>
required
Available options:
scheduled,
processing,
paid,
failed,
canceled
attachment
string | null
required
created_by
object | null
required
approved_by
object | null
required
rejected_by
object | null
required
created_at
string
required
Last modified on February 25, 2026