ThreeDSecureEvent
A webhook event related to prepaid card 3ds challenges.
idstring<uuid>required
Change identifier.
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
walletOperationIdstring<uuid>required
Id to identify the wallet operation.
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
cardIdstring<uuid>required
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
customerIdstringrequired
Wallet customer id.
Possible values: <= 50 characters
auth3dsIdstring<uuid>required
Example:
af5c8b52-0afd-4799-85ab-fe659a076932
amountinteger<int64>required
Transaction amount in minor units.
Example:
1000
currencyCurrency (string)required
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters
and <= 3 characters
Example:
EUR
timestampstring<date-time>required
Represents RFC 3339, section 5.6 date-time.
Example:
2021-07-15T17:54:12Z
merchantNamestringrequired
lastFourDigitsstringrequired
Last four digits of the card.
Example:
1234
cardSchemeCardScheme (string)required
Specifies the card scheme or network associated with the card used for transactions.
- VISA - Visa card network.
- MC - MasterCard card network.
Possible values: [VISA
, MC
]
cardTypeCardType (string)required
Specifies the type of card used for transactions.
Possible values: [VIRTUAL
, PHYSICAL
]
ThreeDSecureEvent
{
"id": "af5c8b52-0afd-4799-85ab-fe659a076932",
"walletOperationId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"cardId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"customerId": "string",
"auth3dsId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"amount": 1000,
"currency": "EUR",
"timestamp": "2021-07-15T17:54:12Z",
"merchantName": "string",
"lastFourDigits": "1234",
"cardScheme": "VISA",
"cardType": "VIRTUAL"
}