Request Parameters
| Name | Type | Required | Description | |||||||||||||||||||||||||||||
| cardType | enum | optional | creditCardTypeId Available Values:
| |||||||||||||||||||||||||||||
| cvv | string | ✓ | Varchar (4) Card verification value. Typically featured on the back of the credit card. | |||||||||||||||||||||||||||||
| creditCardNumber | string | ✓ | Varchar (16) Credit card number | |||||||||||||||||||||||||||||
| expirationMonth | string | ✓ | Char (2) Credit card expiration month | |||||||||||||||||||||||||||||
| expirationYear | string | ✓ | Char (4) Credit card expiration year | |||||||||||||||||||||||||||||
| nameOnCard | string | ✓ | Varchar (120) cCardholders name |
{
"CardType": "0",
"Cvv": "123",
"CreditCardNumber": "4111111111111111",
"ExpirationMonth": "11",
"ExpirationYear": "2025",
"NameOnCard": "Eleanor Johnson"
}