- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intergration accept.js with angular
Hi,
I want to implement payment gateway in angular using the below code
<form method="post" action="https://test.authorize.net/payment/payment"
id="formAuthorizeNetTestPage"
name="formAuthorizeNetTestPage">
<input type="hidden" name="token"
value="sample token value here" />
<button id="btnContinue">Checkout</button>
</form>
Here i need valid tokens to run this.
how to generate the valid tokens in angular.
how to call getanAcceptPaymentPage() in client side to generate tokens
if you have any sample of this code in angular please provide me.
Thanks in Advance
โ07-06-2020 05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please provide me the sample code for angular application integrate the authorize.net payment gateway.
--
Thanks,
Iquebal
โ07-18-2021 10:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use the angular-accept module (Github Account) to add accept.js support to angular solutions.
โ09-02-2022 08:36 AM

