Foro
Submodel for `payment_method`?
about 4 years ago by Raschid
Is there a documented model for the payment_method
property that comes in the charge.paid
event?
So far with the test credit card (4242424242...) I'm getting this:
json
"payment_method": {
"name": "Someone",
"exp_month": "02",
"exp_year": "22",
"auth_code": "819276",
"object": "card_payment",
"type": "credit",
"last4": "4242",
"brand": "visa",
"issuer": "banamex",
"account_type": "BANAMEX",
"country": "MX",
"fraud_indicators": []
},
But what about bank transfers and Oxxo, how does this object look like?