Opening Payment Page

Opening the Hypercheckout screen requires initializing the SDK and sending a Server-to-Server request. The response of this should be forwarded to the Hypercheckout SDK in order to open the payment screen.

Step 1
Import the SDK
Step 2
Add startPayment( ) function
Step 3
Update Your Backend URL
Step 4
Add Response Handler function
Step 5
openPaymentPage( ) function call
Last updated 2 years ago