v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Counterparties

Create a Counterparty

Creates a new counterparty (recipient) that can be referenced in future payouts. The counterparty information is stored and can be reused across multiple payout requests.

post/api/counterparties

Headers

on-behalf-ofstring

Organization ID to act on behalf of

Request body

Example request

{
  "counterparty": {
    "physicalAddress": {
      "address1": "123 Main Street",
      "address2": "Suite 400",
      "city": "New York",
      "country": "US",
      "postalCode": "10001",
      "subDivision": "NY"
    }
  }
}

Response

The successfully created counterparty

OR