Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

Card

panstring
Example:
"12345678XXXX1234"
expireMonthstring
Example:
"07"
expireYearstring

The year the card expires in.

Example:
"35"
parstring
Nullable
Example:
"8F1B7C2QX4Z9N3V6M2R0K8YD5LJTPH"
Issuerstring
Nullable

The name of the card issuer (Bank)

Example:
"Danske Bank"
Schemestring
Nullable
Example:
"Visa"
Countrystring
Nullable
Example:
"DK"
Segmentstring
Nullable
Possible values:
"consumer""business""payouts"
Example:
"consumer"
Fundingstring
Nullable
Possible values:
"debit""credit""prepaid"
Example:
"debit"
Card
{  "pan": "12345678XXXX1234",  "expireMonth": "07",  "expireYear": "35",  "par": "8F1B7C2QX4Z9N3V6M2R0K8YD5LJTPH",  "Issuer": "Danske Bank",  "Scheme": "Visa",  "Country": "DK",  "Segment": "consumer",  "Funding": "debit"}