Confirmation challenges
Issue and verify confirmation challenges used to authorise lists of resources.
Confirmation challenges let a user approve one or more transactions after reviewing their details. They are used for actions such as outgoing wire transfers where the result of payee verification must be shown before payment.
Create a challenge for the resources being confirmed, collect the one-time password or push approval from the user, then verify the challenge to authorize the action.
Read Confirm transactions for the complete confirmation flow.
Operations
Issue a one-time password that can be used to verify a list of resourcesPOST
/challenges/otp/{channel}Verify a list of resources using a one-time passwordPOST/challenges/{scaChallengeId}/otp/{channel}/verifyIssue a push notification that can be used to verify a list of resourcesPOST/challenges/push/{channel}