Add Banking Coordinates to an Account API

Use this endpoint to add banking coordinates (e.g. IBAN, account number) to an existing account. Supports optional tagging for easier categorization and lookup.

post

Add banking coordinates to account

Path parameters
idRefstringRequired
Query parameters
tagsstringOptional
Body

A standard way of transmitting account coordinates between services.

referencestringOptional
Responses
chevron-right
200

Response to /api/v2.0/account/{idRef}/coordinates

application/json
idstring · uuidRequired

A globally unique identifier for the account, generated on creation.

tagsstring[]Optional

Strictly optional application-scoped tags for the account coordinates.

post
/api/v2.0/account/{idRef}/coordinates
200

Response to /api/v2.0/account/{idRef}/coordinates

Last updated