Skip to main content
Weavr API
Managed accounts

Get an account IBAN

GET/managed_accounts/{id}/iban

Fetch the IBAN details associated with the Managed Account identified by the id in the path.

Request

Path parameters

Responses

200OK

Success

Headers
Body
application/json
{}
ManagedAccountIBANManagedAccountIBAN · object · 2 fields
Response example
{  "state": "UNALLOCATED",  "bankAccountDetails": [    {      "beneficiaryNameAndSurname": "string",      "beneficiaryBank": "string",      "beneficiaryBankAddress": "string",      "paymentReference": "string",      "details": {        "iban": "string",        "bankIdentifierCode": "string"      }    }  ]}