Co-ordinate Management APIs

Action
Endpoint
Description

Add Coordinates

POST /api/v2.0/account/{idRef}/coordinates

Attach banking details (e.g., IBAN, BIC) to an account.

Update Coordinate Tags

PUT /api/v2.0/account/{idRef}/coordinates/{id}

Replace tags on banking coordinates.

Add Tags to Coordinates

PATCH /api/v2.0/account/{idRef}/coordinates/{id}

Append new tags to coordinates.

Delete Coordinates

DELETE /api/v2.0/account/{idRef}/coordinates/{id}

Soft-delete (retire) a coordinate set.

Last updated