Support the development of TastyIgniter Learn more
Hi all,
I just want to add NMI payment gateway. Is that possible to do it? I found there are PayPal, Square, Stripe as default setting. Could I add NMI payment gateway?
Best wishes, Ronald
ronaldklching77382385 Adding a custom payment gateway is possible, you can develop one yourself or put in a custom development request here.
Could you show me some guideline into the development of adding custom payment gateway?
ronaldklching77382385 Here’s a few. Creating a custom extension https://tastyigniter.com/docs/extend/extensions Registering a custom payment gateway https://tastyigniter.com/docs/extensions/payregister#registering-a-new-payment-gateway Then see how existing payment gateways work https://github.com/tastyigniter/ti-ext-payregister/blob/master/payments/Cod.php
sampoyigi Thank you.