Posteering
Reference

Create a counterparty (external destination entity).

POST
/api/v1/bankrail/counterparties

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

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" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
Empty