Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubt - Payment method request #327

Open
chrysmunz opened this issue May 12, 2021 · 0 comments
Open

Doubt - Payment method request #327

chrysmunz opened this issue May 12, 2021 · 0 comments

Comments

@chrysmunz
Copy link

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

  1. Make a purchase using the magento api using mundipagg's credit card payment method.

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant