Skip to main content

Provision Network Cryptogram

POST 

/network-tokens/cryptograms

Provision a network cryptogram via Visa or MDES.

Request

Body

required

    processingEntityId uuidrequired

    Processing entityId provided by Nuvei.

    Example: 80aef199-b89a-4d59-ba0c-f2cd3c25d5cd

    paymentOption

    object

    required

    paymentToken

    object

    paymentTokenId Payment Token ID (string)required
    Example: 1eaf1356-a9a2-4a16-a0c1-290ba2265257
    transactionType stringrequired

    Td.

    Possible values: [ECOM, AFT]

Responses

OK

Schema

    paymentOption

    object

    networkToken

    object

    paymentTokenId string
    tokenNumber password

    Possible values: <= 29 characters

    expirationYear ExpirationYear (string)
    expirationMonth ExpirationMonth (string)
    tokenStatus TokenStatus (string)

    Possible values: <= 40 characters

    tokenUniqueReference TokenUniqueReference (string)

    Possible values: <= 64 characters

    paymentAccountReference PaymentAccountReference (string)
    tokenAssuranceLevel TokenAssuranceLevel (string)
    cryptogram string
    merchantReference Merchant Reference for Payment Token (string)

    Merchant Reference for a business entity (token, subscription, etc.)

    Possible values: <= 50 characters

    Example: MREF_6f06168d-ff6e-448b-8401-30051eb6b1af

    result

    object

    required

    status stringrequired

    Possible values: [success, error]

    errors

    object

    code string

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Unexpected error
Loading...