You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Description

This feature allows you to check the validity of a card by performing a 0 euro authorization.


Prerequisites

  • You offer your clients payment by card
  • You wish to store card data in the form of the pseudo card number (PCNr) and only validate the customer's card.


Implementation

The request for Account verification may be carried out where:

Request

(info) The following table describes the additional parameter that must be added to the payment request: 


ParameterFormatCNDDescription
paymentMethods.card.eventToken

enum

O

Authorized value: 

ACCOUNT_VERIFICATION



Example of an Account verification request
...

    "paymentMethods": {
    	"integrationType": "HOSTED",
    	"type": "CARD",
    	"card" : {
    	"eventToken":"ACCOUNT_VERIFICATION"
    	} 
    } 

...
  • No labels