OrderPaymentCardRequest document (Shop API 20.2)
Document representing an order payment card request.
| Property | Type | Constraints | Description | 
|---|---|---|---|
| card_type | String | maxLength=256 | |
| credit_card_expired | boolean | A flag indicating if the credit card is expired. | |
| credit_card_token | String | ||
| expiration_month | Integer | ||
| expiration_year | Integer | ||
| holder | String | maxLength=256 | |
| issue_number | String | maxLength=256 | |
| number | String | maxLength=4000 | |
| security_code | String | maxLength=4 | The security code for the payment card. | 
| valid_from_month | Integer | maxIntegerValue=12, minIntegerValue=1 | |
| valid_from_year | Integer | 
X
OCAPI versions 15.x and 16.x will be retired on March 31, 2021. For dates and more information, see the OCAPI versioning and deprecation policy and this Knowledge Article.