Skip to main content
POST
/
v1
/
connected-accounts
Create a connected account (an end client you onboard to the settlement partner). Supply externalId for idempotent creates.
curl --request POST \
  --url https://api.example.com/v1/connected-accounts \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Body

application/json

The body is of type object.

Response

201

Connected account created