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

Last updated