RECIPIENT_ACTIVE
RECIPIENT_CANCELED
RECIPIENT_DEACTIVATED
BankAccountId
) will continue to be usable for payouts, as well as direct debits and pay-in refunds. This migration is in progress and will be completed before Recipients goes live in Production (planned for mid-May 2025).
A new guide has been added:
ScaContext
body parameter on POST Create a Transfer, platforms can now introduce SCA on user-initiated transfers between Owners (using the USER_PRESENT
value) and identify automated transfers made as part of their authorized workflow (using the USER_NOT_PRESENT
).
The need to redirect for SCA, which may technically happen whatever the ScaContext
value, is indicated by PendingUserAction
in the response, which contains the RedirectUrl
if SCA is needed (otherwise null
).
Status
remains CREATED
until SCA is completed, at which the transaction is attempted and it may then pass to SUCCEEDED
.
This means your integration must rely on the existing transfer webhooks and object status.
007101
– Transfer authentication failed. Please retry with a new request.007102
– Transfer authentication expired. Please initiate a new request.ScaContext
query parameter, platforms can now introduce SCA on Owner-initiated wallet access requests, using the USER_PRESENT
value.