Authorization: Bearer ********************
curl --location --request POST 'https://api-sandbox.z.inc/api/v1/beneficiary' \
--header 'account-id;' \
--header 'x-api-version;' \
--header 'User-Agent;'
{
"beneficiary": {
"additional_info": {
"personal_email": "paul.walker@gmail.com"
},
"address": {
"city": "Singapore",
"country_code": "SG",
"postcode": "541298",
"street_address": "BLK 241A COMPASSVALE STREET #02-143"
},
"bank_details": {
"account_currency": "SGD",
"account_name": "John Walker",
"account_number": "1707625311",
"bank_country_code": "SG",
"bank_name": "DBS BANK LTD",
"swift_code": "DBSSSGSG"
},
"date_of_birth": "2000-01-01",
"entity_type": "PERSONAL"
},
"beneficiary_id": "4f9cb41b-29ef-4e91-99d6-bfc7c9f3c6d6",
"nickname": "Complete Concrete Pty Ltd",
"payer_entity_type": "COMPANY",
"payment_methods": [
"SWIFT"
]
}