Skip to main content

Prepaid card 3ds challenge event

POST 

/prepaid/card/threedsecure/events

This webhook will be sent when card 3ds authentication process is initiated.

Request

Header Parameters

    Signature string

    HMAC signature of the request

    Content-Type stringrequired

    Default value: application/json

    application/json

Body

    id uuidrequired

    Change identifier.

    walletOperationId uuidrequired

    Id to identify the wallet operation.

    cardId uuidrequired
    customerId stringrequired

    Possible values: <= 50 characters

    Wallet customer id.

    auth3dsId uuidrequired
    amount int64required

    Transaction amount in minor units.

    currency Currency (string)required

    Possible values: >= 3 characters and <= 3 characters

    Currency alphabetic code as specified by ISO 4217

    timestamp date-timerequired

    Represents RFC 3339, section 5.6 date-time.

    merchantName stringrequired
    lastFourDigits stringrequired

    Last four digits of the card.

    cardScheme CardScheme (string)required

    Possible values: [VISA, MC]

    Specifies the card scheme or network associated with the card used for transactions.

    • VISA - Visa card network.
    • MC - MasterCard card network.
    cardType CardType (string)required

    Possible values: [VIRTUAL, PHYSICAL]

    Specifies the type of card used for transactions.

Responses

OK

Loading...