Start untrusting a beneficiary
Begin untrusting (removing the trusted mark from) an external account, so
future sends to it are dynamically linked and require the per-transaction SCA
ceremony again. Returns the scaChallenge to satisfy (when one is issued).
Complete with
POST /customers/external-accounts/{externalAccountId}/untrust/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 untrusted.
Response
Beneficiary untrust 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.