Confirm trusting a beneficiary
Finalize trusting a beneficiary (identified by the externalAccountId in the path) by submitting the SCA proof (code for SMS_OTP / TOTP, or passkeyAssertion + origin for PASSKEY), echoing the challengeId when one was issued. Returns trusted: true.
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.
In sandbox, the SMS/TOTP code is always 123456.
Request body
Example request
{
"code": "123456",
"origin": "https://app.example.com"
}Response
Beneficiary trusted.
Changes
Changed in 8 of the 27 revisions of this API.112
- ●
added the new
STABLECOIN_GRID_ENABLEMENT_NOT_REQUESTABLEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
EXTERNAL_ACCOUNT_VERIFICATION_REQUIREDenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
TRANSACTION_SIZE_LIMIT_EXCEEDEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
CARDHOLDER_KYC_NOT_APPROVEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
CARD_ALREADY_CLOSEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
CARD_NOT_MUTABLEenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
INVALID_STATE_TRANSITIONenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
END_USER_TERMS_VERSION_NOT_FOUNDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
BENEFICIARY_TRUSTEDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
SCA_SESSION_REQUIREDenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ●
- ●
added the new
TRANSACTION_NOT_CANCELLABLEenum value to theresponse property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○