Create payment
Use dashboard or the API to create the payment. Response returns payment link, you direct customer to it. Customer opens link and goes to payment page.
Sign up, create a Merchant, where you add your wallet and other settings.
Read the Documentation and set up the API in your project to automate payments.
Run one payment and verify that the payment is confirmed in your system and the funds arrive in your wallet.
Use dashboard or the API to create the payment. Response returns payment link, you direct customer to it. Customer opens link and goes to payment page.
Now customer opens payment page, sees details, connects wallet or scans QR to pay.

Now payment is confirmed on blockchain, and you update the order in your system by receiving a webhook or making an API request for the session status. Customer sees success and gets access to the service.
Payment complete. Please return to the store or use the button below.
The payment session has expired as it was not paid in time. You receive a webhook or check the session status and mark the order as unpaid. The customer sees that the payment did not go through.
This payment session has expired. If you just completed payment, refresh the page. Otherwise, create a new payment to continue.
This is the full payment flow. Want to accept crypto payments — review the Documentation