Skip to main content
POST
Confirm external account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string
required

The UUID of the business to confirm external account for.

externalAccountId
string
required

The UUID of the external account to confirm.

Body

application/json

Options for confirming an external account. At least one of is_relevant or is_unique must be true.

is_relevant
boolean | null

Whether the external account is relevant to the business.

is_unique
boolean | null

Whether the external account is unique (not a duplicate).

Response

External account confirmed successfully.

data
object
required