Skip to main content

Payment-PaymentMethodCardInput

Details about the card used as payment method. If provided, MONEI will try to confirm the payment directly.

numberstring

The card number, as a string without any separators.

cvcstring

Card security code.

expMonthstring

Two-digit number representing the card's expiration month.

expYearstring

Two-digit number representing the card's expiration year.

cardholderNameCardholderName (string)

The cardholder's name, as stated in the credit card.

Example: John Doe
cardholderEmailCardholderEmail (string)

The cardholder's email address.

Example: john.doe@monei.com
Payment-PaymentMethodCardInput
{
"number": "string",
"cvc": "string",
"expMonth": "string",
"expYear": "string",
"cardholderName": "John Doe",
"cardholderEmail": "john.doe@monei.com"
}