Payment-PaymentMethodInput
An information about a payment method used for this payment.
We recommend using paymentToken
instead, as it is more secure
way to pass sensitive payment information. Processing credit
card information on your server requires
PCI DSS compliance.
card object
bizum object
Payment-PaymentMethodInput
{
"card": {
"number": "string",
"cvc": "string",
"expMonth": "string",
"expYear": "string",
"cardholderName": "John Doe",
"cardholderEmail": "john.doe@monei.com"
},
"bizum": {
"phoneNumber": null
}
}