Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"walletId": "WA1200322221",
"accountName": "Sandy",
"iban": "DE96880001001728506157"
}
Request samples
curl --location --request POST '/recipient/sepa' \
--header 'Content-Type: application/json' \
--data-raw '{
"walletId": "WA1200322221",
"accountName": "Sandy",
"iban": "DE96880001001728506157"
}'
Responses
application/json {
"recipientId": "BE1234567890"
}
Modified at 2023-06-19 09:19:28