Skip to end of metadata
Go to start of metadata

The parameter group contains credit card data. Most of this data already exists.

We strongly recommend using our card tokenization mechanic as outlined in Hosted-iFrame Mode - Short description. Not only will this significantly decrease your PCI DSS compliance efforts, using the tokenized pseudocardpan will also decrease the amount of card parameters you will have to handle.

Parameters

Parameter

RequiredComments
cardcvc2

o

Card verification number. Not required if pseudocardpan ist used.


Format

CHAR(1..255)
cardexpiredateo

Card expiry date in format YYYYMM. Not required if pseudocardpan ist used.


Format

DATE(6), YYYYMM
card_start_date-

Card start date in format YYMM

Format

DATE(4), YYMM
cardholdero

Name of the cardholder as indicated on the card. Otherwise we will join firstname and lastname as cardholder.


Format

CHAR(1..255)
cardissuenumber-

Card issue number 


Format

CHAR(1..255)
cardpano

Card number

Cardpan or pseudocardpan will be needed.


Format

CHAR(1..255)
pseudocardpano

Card token

Cardpan or pseudocardpan will be needed.

Format

CHAR(1..255)
cardtypeo

Card Network. Not required if pseudocardpan ist used.


Format

CHAR(1..255)


Server API Error Messages

No.

Signification

2620Parameter {card_start_date} incorrect 

  • No labels