Create a card payment accountAsk AIpost https://api.revioapi.com/v1/PaymentAccounts/paymentcardCreates a new payment account for debit or credit cards.Body ParamsCard informationname_firststringrequiredFirst name of the card holdername_laststringrequiredLast name of the card holdercard_numberstringrequiredCard numberexpiration_monthint32required1 to 12Expiration month of the cardexpiration_yearint32required2024 to 2147483647Expiration year of the cardcustomer_idint32required1 to 2147483647Foreign identifier indicating the customer account associated with this payment methodaddress_idint320 to 2147483647Foreign identifier indicating the address associated with this payment method If no address is supplied, the billing address on the customer is usedHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago