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 (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 Property
{
"key": "PAYMENT_ID",
"value": "string"
}