Bankcard
Bankcard
| Field | Type | Length | Required | Description |
|---|---|---|---|---|
| holder_name | string | 128 | true | cardholder name |
| card_no | string | 16 | true | card number |
| card_type | string | 1 | true | card type: D = Debit card, C = Credit card |
| bank_code | string | 32 | false | - |
| brand | string | 32 | false | card brand: visa / mastercard / jcb / union pay |
| exp_year | string | 2 | true | expiration year, shown on the card |
| exp_month | string | 2 | true | expiration month, shown on the card |
| cvv2 | string | 3 | false | card verification value |
| billing_address | Adress | - | false | billing address |