Posteering
Reference

Add an external account to a counterparty (name-enquiry verified).

POST
/api/v1/bankrail/counterparties/{id}/external-accounts

Authorization

X-Bankrail-Key-Id<token>

Partner-visible credential identifier issued by bank-rail at credential provisioning time. Names which credential signed the request; the corresponding signing secret never appears in any request.

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/v1/bankrail/counterparties/string/external-accounts" \  -H "Content-Type: application/json" \  -d '{    "accountNumber": "string",    "bankCode": "string"  }'
Empty
Empty