post
https://api-sandbox.poweredbyibex.io/beneficiaries//withdrawal-destinations
Create a withdrawal information for a beneficiary
The data field depends on the return value of the get requirement by id endpoint.
For example:
The endpoint requirements by ID return:
{
...
"data" : ["clabe"]
}
To create a withdrawal information you will need to pass the following body:
{
...
"data" : {
"clabe": "1235468789465"
]
}
