Collecting Cardholder Data Details
PCI DSS Certification Requirement
Request Parameters
Two parameters are required for a request to the URL https://secure(-test).8b.world/pay/direct
(HTTP POST):
- data: Base64 encoded JSON document string.
- sign: Signature formed on the data string.
JSON Document Parameters
Parameter Name | Type | Max Length | Description | Example |
---|---|---|---|---|
card_data.pan | String | 16 | Card number | 4111111111111111 |
card_data.cvv* | Integer | 3 | CVV-code | 333 |
card_data.exp_month | Integer | 3 | Expiration date (Month) | 12 |
card_data.exp_year | Integer | 4 | Expiration date (Year) | 2024 |
card_data.cardholder | String | 255 | Cardholder’s name (Latin characters only) | Ivan Petrov |
* - cvv parameter is not required for UZCARD and HUMO National Payments Systems
API Reference
You can view a Reference API implementation for this method at this link
Updated 9 days ago