I need to integrate the Master Card API to my application to request payment and send the money to a bank account!
The app is created in Laravel, developer.mastercard has many apis, reading on the page I see that it has many apis and the one that seems to adapt to my needs is moneysend.
Add the dependency as the document says
Composer requires mastercard/moneysend
But I'm confused how to continue!
Thank you very much