Get Transfer by ID
GET
/v1/transfers/{transfer_id}Last modified:Â 2 months ago
Maintainer:Â Not configured
Get a specific Transfer
by ID.
Request
Path Params
transfer_id
string <uuid>
required
Transfer unique ID
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
No schema defined
Example
{
"id": "8fe85826-9299-41f0-aeb1-75bd2e16c1f7",
"transfer_number": "TX-20066-P00288",
"customer_reference": "INV-20129A",
"recipient_reference": null,
"source_of_fund": "COMPANY_BANK_ACCOUNT",
"purpose_of_transfer": "COM",
"sender": {
"id": "57cb22ab-eeef-407c-b078-4f7db234822f",
"type": "personal",
"currency": "HKD",
"country": "HK",
"personal": {
"first_name": "Napoleon",
"middle_name": "",
"last_name": "Levine",
"other_name": "",
"gender": "male",
"date_of_birth": "1991-04-01T00:00:00+00:00",
"nationality": "CN",
"email": "napoleonlevine@outlook.com",
"mobile_number": "+85223688282",
"country_of_birth": "SG",
"occupation": "",
"industry_category": "",
"industry_sub_category": "",
"identification": {
"id_type": "passport",
"id_number": "G82829182"
},
"address": {
"line1": "14, Yuen Tsuen Ancient Trail",
"line2": "New Territories",
"city": "HK",
"state_or_province": "HK",
"country": "HK",
"postal": ""
}
}
},
"recipient": {
"id": "011be6f6-3784-40cd-8d25-e2ffe44fed7f",
"type": "personal",
"currency": "SGD",
"country": "SG",
"personal": {
"first_name": "Sally",
"middle_name": "",
"last_name": "Ng",
"other_name": "",
"gender": "female",
"date_of_birth": "1983-01-22T00:00:00+00:00",
"nationality": "SG",
"email": "sally88@gmail.com",
"mobile_number": "+6582728877",
"country_of_birth": "SG",
"occupation": "",
"industry_category": "",
"industry_sub_category": "",
"identification": {
"id_type": "passport",
"id_number": "A5134289"
},
"address": {
"line1": "100 Novena Garden",
"line2": "Prime Tower #02-02",
"city": "SG",
"state_or_province": "",
"country": "SG",
"postal": "3328198"
}
},
"bank": {
"bank_name": "Oversea-Chinese Banking Corporation Limited [OCBC Bank]",
"bank_country": "SG",
"bank_account_currency": "SGD",
"bank_account_name": "Sally Ng",
"bank_account_number": "594-432371-001",
"ts_bank_code": "TSSG0034",
"swift_bic_code": "",
"bank_code": null,
"sort_code": null,
"iban_code": null,
"bsb_code": null,
"zengin_code": null,
"isfc_code": null,
"cnaps_code": null,
"aba_routing_number": null
}
},
"quotation": {
"id": "8ca8afbb-fa9f-4efe-a170-528c721d2755",
"payment_channel": "Bank",
"source_currency": "HKD",
"source_country": "HK",
"destination_currency": "SGD",
"destination_country": "SG",
"rate": 1807.939,
"fee": 160,
"valid_until": "2020-06-07T17:11:25.7263195+00:00",
"created_timestamp": "2020-06-06T17:11:25.7258601+00:00",
"destination_amount": 35869509.76,
"source_amount": 20000
},
"status": "Processing",
"status_message": "waiting_to_process",
"created_timestamp": "2020-06-06T17:24:49.3416807+00:00",
"last_modified_timestamp": null
}
Last modified: 2 months ago