post
https://business.mamopay.com/manage_api/v1/payments
API to initiate payments by merchant.
About MIT (Merchant Initiated Transaction)
Merchant Initiated Transactions (MIT) allows a business to use card details, that were stored during previous payments, to charge their customers.
How do MITs work?
1- You request a payment link with the option to save the card details.
2- You save the payment ID.
3- You get the payment details (redirect, GET /payments/{paymentId}, or webhook) which will include the ID of the card used to make the payment, you can save either one of the IDs so you always have access to the card ID.
4- You call the below API to initiate a payment using the same card.
400Bad Request