SCA Authentication Flow Property
The specific detail of the wallet flow that triggered the Strong Customer Authentication (SCA) process.
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 (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]
Example:
PAYMENT_IDvaluestringrequired
The value associated with the property key.
SCA Authentication Flow Property
{
"key": "PAYMENT_ID",
"value": "string"
}