I have a task which is payment integration with payment gateway. The payment gateway offering a payment method called COPYandPAY and it works as follows: https://hyperpay.docs.oppwa.com/tutorials/integration-guide
- Create cURL request from the website to the payment gateway server, this cURL will return a json response with checkout ID.
- Display payment form (in checkout page)using Javascript include. 3 the form will prompt the user to enter credit card info and the user click submit then done and the user redirected
- so how can I integrate this payment method with magento 2.0?
- is this consider online or offline payment?
- what is the starting point to do this?
Thank you in advance.