Create a new Transfer
POST
/v1/transfersLast modified:Â 2 months ago
Maintainer:Â Not configured
Create a new Transfer
.
Request
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
Created(201)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 201
Content Type :Â JSONapplication/json
Transfer Created.
Data Schema
No schema defined
Example
{
"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": "business",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"currency": "string",
"country": "string",
"business": {
"business_name": "string",
"business_reg_number": "string",
"country_of_incorporation": "string",
"country_of_operation": "string",
"date_of_incorporation": "2019-08-24T14:15:22Z",
"industry_category": "string",
"industry_sub_category": "string",
"website": "string",
"email": "string",
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"state_or_province": "string",
"country": "string",
"postal": "string"
}
}
},
"recipient": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "personal",
"bank": {
"bank_name": "string",
"bank_country": "string",
"bank_account_currency": "string",
"bank_account_name": "string",
"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"
},
"currency": "string",
"country": "string",
"personal": {
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"other_name": "string",
"gender": "male",
"date_of_birth": "2019-08-24T14:15:22Z",
"nationality": "string",
"email": "string",
"mobile_number": "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": "string",
"postal": "string"
}
}
},
"quotation": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"payment_channel": "string",
"source_currency": "HKD",
"source_country": "HK",
"destination_currency": "SGD",
"destination_country": "SG",
"source_amount": 1000,
"destination_amount": 174.41,
"rate": 0.18032,
"fee": 32.73,
"valid_until": "2022-11-09T09:45:51.1927819+00:00",
"created_timestamp": "2022-11-04T09:45:51.1927819+00:00"
},
"attachments": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"transfer_id": "d4a2d8dd-7def-4545-a062-761683b9aa05",
"document_type": "invoice",
"file_name": "string",
"created_timestamp": "2022-11-04T09:47:12.4995369+00:00",
"last_modified_timestamp": "2022-11-04T09:47:12.4995369+00:00"
},
"status": "created",
"status_code": "STS_001",
"status_message": "created",
"created_timestamp": "2022-11-04T09:47:12.4995369+00:00",
"last_modified_timestamp": "2022-11-04T09:47:12.5003475+00:00"
}
Last modified: 2 months ago