cancel
Showing results for 
Search instead for 
Did you mean: 

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

priya1231
Member
2 REPLIES 2

Hi,

 

Please provide me the sample code for angular application integrate the authorize.net payment gateway.

 

 

--

Thanks,

Iquebal

spoonerPT1
Member

You can use the angular-accept module (Github Account) to add accept.js support to angular solutions.

juanmark
Member