0

I am new to Magento and want to implement payment gateway with 3rd party. I am using credcommerce module creater but it works with offline.

Can someone guide me so that I can develope Payment gateway.

I want to use m-paisa by Vodafone

request pattern will be like

Send API call to https://pay.mpaisa.vodafone.com.fj/API
API call to provide as parameters the following
- URL for the checkout page
- Transaction id
- Amount
- Client ID
- Item details
https://pay.mpaisa.vodafone.com.fj/API?url=<YOURDOMAIN>
&&tID=<TRANSACTIONID>
&&amt=<AMOUNT>
&&cID=<CLIENTID>
&&iDet=<ITEMDETAILS>
asked Jan 29, 2019 at 11:29

1 Answer 1

0

Please use below link for the guideline of the adding new payment method on your project.

https://devdocs.magento.com/guides/v2.3/payments-integrations/base-integration/integration-intro.html

answered Jan 29, 2019 at 11:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.