Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET 'https://api-sandbox.z.incapi/v1/beneficiary/' \
--header 'x-api-version;'
Responses
application/json {
"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": "0447b120-7325-4b4b-b919-f9c06ba6b0b0",
"nickname": "Complete Concrete Pty Ltd",
"payer_entity_type": "COMPANY",
"payment_methods": [
"SWIFT"
]
}
Modified at 2024-07-27 18:06:52