Create Sender
Method and URL
POST
[BASE_URL]/xb/sender
Request Params
Request body
{
"name": "Indonesah Newjeans",
"countryCode": "ID",
"state": "Jawa Barat",
"city": "Bandung",
"address": "Jl Street",
"postcode": "12345",
"accountType": "Individual",
"dob": "1990-12-01", //conditional, only for individual
"bankAccountNumber": "98723293", //conditional, only for beneficiary country Korea
"identificationType": "Passport",
"identificationNumber": "X123457",
"contactCountryCode": "+62",
"contactNumber": "123134123",
"sourceOfIncome": "Salary"
}
Response
Response Body
{
"code": "00",
"message": "Success",
"data": {
"uuid": "da9fb196-3f8f-4bb7-a838-c50c40d13581",
"name": "Indonesah Newjeans",
"countryCode": "ID",
"state": "Jawa Barat",
"city": "Bandung",
"address": "Jl Street",
"postcode": "12345",
"accountType": "Individual",
"identificationType": "Passport",
"identificationNumber": "X123457",
"bankAccountNumber": "98723293",
"dob": "1990-12-01",
"contactCountryCode": "+62",
"contactNumber": "123134123",
"sourceOfIncome": "Salary",
"createdAt": "2024-11-06T03:10:25Z"
}
}
Last updated