You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you give me some Javascript example of how we can process a payment?
Like we can do in Java, c#, node, PHP We simply make a request shown in the attachment and it returns the response.
The text was updated successfully, but these errors were encountered:
@SheikhFazeel We don't expose this functionality within this library. It's designed as a purely client-side solution, and having the complete payment experience live within the client-side code of your integration would expose the sensitive credentials used during gateway communication, opening up potential fraud risk to the merchant account(s) you're supporting. Your best option is to use this library to obtain a token for the card value and pass that to a backend service for completing the authorization / payment request.
Can you give me some Javascript example of how we can process a payment?
![image](https://user-images.githubusercontent.com/46032617/94233350-2ea83280-ff21-11ea-91e3-20c1b6fe6892.png)
Like we can do in Java, c#, node, PHP We simply make a request shown in the attachment and it returns the response.
The text was updated successfully, but these errors were encountered: