Beneficiaries
Create a new beneficiary for a specified customer
The ability to create a new beneficiary for a customer, using their customer ID as a reference.
post/customers/{customerId}/beneficiaries
Path parameters
customerIdstring required
ID of customer to create beneficiary for
Request body
Example request
{
"destinationIdentifier": {
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR00000000000001",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
}
}
}Response
Created
Example response
{
"id": "B00000001A",
"destinationIdentifier": {
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR04001401100000",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
},
"productId": "O2100001"
},
"redirectedDestination": {
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR04001401100000",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
},
"productId": "O2100001"
},
"created": "2017-01-28T01:01:01+0000",
"customerId": "C0000001",
"updated": "2017-01-28T01:01:01+0000"
}