🎉 Welcome to TranSwap Api v1.8.8 🚀
Transfer(s)
by parameter(s).Authorization: Bearer ********************
curl --location --request GET '/v1/transfers'
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"transfer_number": "string",
"sender_reference": "string",
"recipient_code": "string",
"source_of_fund": "string",
"purpose_of_transfer": "string",
"sender": {
"type": "personal",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"currency": "SGD",
"country": "SG",
"business": {
"business_name": "string",
"business_reg_number": "string",
"country_of_incorporation": "string",
"country_of_operation": "string",
"date_of_incorporation": "2020-01-31",
"industry_category": "string",
"industry_sub_category": "string",
"website": "string",
"email": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state_or_province": "string",
"country": "SG",
"postal": "string"
},
"mobile_number": "string",
"mobile_number_prefix": "string"
}
},
"recipient": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"currency": "USD",
"country": "US",
"type": "personal",
"bank": {
"bank_name": "string",
"bank_address": "string",
"bank_country": "US",
"bank_account_currency": "USD",
"bank_account_name": "John Doe",
"bank_account_number": "string",
"ts_bank_code": "string",
"swift_bic_code": "string",
"bank_code": "string",
"sort_code": "string",
"iban_code": "string",
"bsb_code": "string",
"zengin_code": "string",
"ifsc_code": "string",
"cnaps_code": "string",
"aba_routing_number": "string"
},
"ewallet": {
"ewallet_provider": "string",
"ewallet_account_name": "string",
"ewallet_account_number": "string"
},
"cash": {
"cash_provider": "string"
},
"personal": {
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"other_name": "string",
"gender": "male",
"date_of_birth": "1990-01-31",
"nationality": "string",
"email": "string",
"mobile_number": "string",
"mobile_number_prefix": "string",
"identification": {
"id_type": "passport",
"id_number": "string"
},
"country_of_birth": "string",
"occupation": "string",
"industry_category": "string",
"industry_sub_category": "string",
"residential_status": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state_or_province": "string",
"country": "SG",
"postal": "string"
},
"relationship_to_sender": "BP"
}
},
"quotation": {
"id": "6d4545f5-2e53-4793-9f12-e57349d89490",
"payment_channel": "bank",
"source_country": "SG",
"source_currency": "SGD",
"source_amount": "777",
"min_source_amount": 100,
"destination_country": "CN / US / JP / ID",
"destination_currency": "MOP",
"destination_amount": 712.79,
"rate": 1.03319,
"ts_rate": 1.03319,
"ts_inverse_rate": 0,
"fee": 87.11,
"transaction_fee": 87.11,
"valid_until": "2020-12-02T11:40:56.7395777+00:00",
"created_timestamp": "2020-12-01T11:40:56.7395714+00:00",
"last_modified_timestamp": "2019-08-24",
"transfer_method": "local",
"charge_type": "our"
},
"attachments": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"transfer_id": "d4a2d8dd-7def-4545-a062-761683b9aa05",
"document_type": "Invoice",
"file_name": "string",
"created_timestamp": "string",
"last_modified_timestamp": "string"
},
"status": "created",
"status_message": "string",
"created_timestamp": "string",
"last_modified_timestamp": "string"
}
]