Angular JS
The Ippopay Payments plugin allows you to accept credit card, UPI, Netbanking and debit card payments via Ippopay payment gateway.
angular-ippopay
IppoPay Payment Gateway for your Online Business.
Install
with npm
NPM Package Link : https://www.npmjs.com/package/angular-ippopay
Usage
IppoPay Payment Gateway uses sensible defaults, so only minimal configuration via props is necessary.
Basic configuration
How to do configuration in your Angular Project?
Step 1
Add the below script in angular-cli.json or angular.json.
Step 2
In your Typescript file. follow the instructions.
To initialize the IppoPay Payment.
To Open the Ippopay Payment Popup. Get the Order ID (ORDER_ID) from Step 3.
To Close the Ippopay Payment Popup
Step 3
Create order from Server side using below API and get the Order id. Click here to know how to create a order.
Step 4
When you click place order button our popup will be loaded so you can use below test card credentials to complete the order.
Success and Error Handlers
React IppoPay gives you the handlers for Payment status and details.
After Payment done, the below line sends the Payment details and status to ippopayHandler function.
You can get the Payment status in the below function, it may be success or error.
Sample Integration - App.component.ts
Author
This component is written by IppoPay.
License
IppoPay 2020 © All Rights Reserved. IppoPay
Last updated