SCA Authentication Flow
The wallet flow that triggered the Strong Customer Authentication (SCA) process.
Type of the wallet flow that triggered the Strong Customer Authentication (SCA) process.
AUTHENTICATION- User authentication.PREPAID_CARD- Prepaid card details.TRANSFER- Money transfer payments.WITHDRAWAL- Withdrawal payments.PASSWORD- Password authentication.PIN- PIN authentication.BIOMETRIC- Biometric authentication.TRUSTED_ENTITY- Trusted Entity.TRUSTED_ENTITY_INFLOW- Trusted Entity Inflow (when the process is part of another wallet operation).AUTHENTICATION_INFLOW- Authentication Inflow (when the process is part of another wallet operation).WALLET_CHECKOUT- Wallet checkout payments.WALLET_CHECKOUT_INFLOW- Wallet checkout Inflow (when the process is part of another wallet operation).PURCHASE_ORDER- Purchase order payments.PURCHASE_ORDER_INFLOW- Purchase order Inflow (when the process is part of another wallet operation).BATCH_TRANSFER- Batch of multiple money transfer payments.TRANSFER_INFLOW- Money transfer payments Inflow (when the process is part of another wallet operation).
Possible values: [AUTHENTICATION, PREPAID_CARD, TRANSFER, WITHDRAWAL, PASSWORD, PIN, BIOMETRIC, TRUSTED_ENTITY, TRUSTED_ENTITY_INFLOW, AUTHENTICATION_INFLOW, WALLET_CHECKOUT, WALLET_CHECKOUT_INFLOW, PURCHASE_ORDER, PURCHASE_ORDER_INFLOW, BATCH_TRANSFER, TRANSFER_INFLOW]
TRANSFERproperties object[]
The specific properties of the wallet flow that triggered the Strong Customer Authentication (SCA) process.
The property key associated with the specific properties of the wallet flow that triggered the Strong Customer Authentication (SCA) process.
PAYMENT_ID- Unique payment identifier (transferIdorwithdrawalId).TRANSACTION_ID- Unique transaction identifier (transactionId).SLIP_ID- Unique slip identifier (slipId).CARD_ID- Card identifier, relevant for prepaid card flows.
Possible values: [PAYMENT_ID, TRANSACTION_ID, SLIP_ID, CARD_ID]
PAYMENT_IDThe value associated with the property key.
{
"type": "TRANSFER",
"properties": [
{
"key": "PAYMENT_ID",
"value": "string"
}
]
}