You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a purchase using the magento api with mundipagg's credit card payment method, I know that magento offers an example for bank transfer:
Status
I'm trying to make a purchase using the magento api with mundipagg's credit card payment method, I know that magento offers an example for bank transfer:
{ "paymentMethod": { "method": "banktransfer" }, "billing_address": { "email": "[email protected]", "region": "New York", "region_id": 43, "region_code": "NY", "country_id": "US", "street": [ "123 Oak Ave" ], "postcode": "10577", "city": "Purchase", "telephone": "512-555-1111", "firstname": "Jane", "lastname": "Donate" } }
How would json look for mundipagg credit card payment?
Steps
Expected behavior
Make the purchase using a credit card.
Real behavior
I can't make the purchase using mundipagg's credit card payment method with the magento api.
Environment
Magento: 2.4.1
Logs / Stack trace
"message": "Internal Error. Details are available in Magento log file. Report ID: webapi-609c195fd29fb"
The text was updated successfully, but these errors were encountered: