v2
latestSwagger 2.02026-08-0610101.9 MBPayees
Create payee
Registers a new payee with a legal person.
You may associate the outcome of a CoP request with the payee by supplying a cop-request-url.
post/v0/legal-persons/{legal-person-id}/bank/payees
Path parameters
legal-person-idstring required
Request body
Example request
{
"account-number": "12345678",
"bank-id": "123456"
}Response
Created
Example response
{
"account-number": "12345678",
"bank-id": "123456",
"country-code": "GB"
}