SCA Authentication Flow
The wallet flow that triggered the Strong Customer Authentication (SCA) process.
typeSCA Authentication Flow Type (string)required
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.
Possible values: [AUTHENTICATION
, PREPAID_CARD
, TRANSFER
, WITHDRAWAL
]
Example:
TRANSFER
properties object[]
The specific properties of the wallet flow that triggered the Strong Customer Authentication (SCA) process.
Array [
keySCA Authentication Flow Property Key (string)required
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 (transferId
orwithdrawalId
).TRANSACTION_ID
- Unique transaction identifier (transactionId
).SLIP_ID
- Unique slip identifier (slipId
).
Possible values: [PAYMENT_ID
, TRANSACTION_ID
, SLIP_ID
]
Example:
PAYMENT_ID
valuestringrequired
The value associated with the property key.
]
SCA Authentication Flow
{
"type": "TRANSFER",
"properties": [
{
"key": "PAYMENT_ID",
"value": "string"
}
]
}