Adyen · Schema

TestCardRange

TestCardRange schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
address object Contains the billing address of the card holder. The address details need to be AVS-compliant, which means that you need to provide at least street address.
cardHolderName string The name of the card holder, as it appears on the card, for the test card range.
cvc string The test card range security code. Example: 123
expiryMonth string Expiry month for the test card range. Allowed values: * JANUARY * FEBRUARY * MARCH * APRIL * MAY * JUNE * JULY * AUGUST * SEPTEMBER * OCTOBER * NOVEMBER * DECEMBER
expiryYear integer Expiry year for the test card range. Example: 2020
rangeEnd string The last test card number in the test card range (inclusive): * Min 6, max 19 digits * BIN compliant Example: 5432 1234 1234 4321
rangeStart string The first test card number in the test card range (inclusive): * Min 6, max 19 digits * BIN compliant Example: 5432 1234 1234 1234
threeDDirectoryServerResponse string 3D Secure server response. It notifies whether the specified card holder is enrolled in a 3D Secure service. Possible values: * Y (Authentication available) * N (Card holder not enrolled/not participa
threeDPassword string The password used for 3D Secure authentication.
threeDUsername string The username used for 3D Secure authentication.
View JSON Schema on GitHub