Start trusting a beneficiary
Begin trusting (whitelisting) an external account so future sends to it can
skip the per-transaction SCA ceremony. Returns the scaChallenge to satisfy
(when one is issued). Complete with
POST /customers/external-accounts/{externalAccountId}/trust/confirm.
This endpoint is only meaningful for customers in a region where SCA is required (e.g. EU). For customers outside SCA-regulated regions, this returns 409.
Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
The unique identifier of the external account (beneficiary) being trusted.
Response
Beneficiary trust started; the SCA challenge (if any) is returned.
The SCA challenge (if any) a caller authorizes to finish trusting (or untrusting) a beneficiary. The beneficiary is identified by its externalAccountId, so the confirm call needs no separate handle. scaChallenge is omitted when no challenge is issued; the caller then confirms without a challengeId.
The SCA challenge to satisfy on the confirm call. Omitted when no challenge is issued.