New Payment
Preparing your account
Before you can create payments, make sure you've checked everything on the merchant account setup checklist:
- ✔ Active Assets are configured.
- ✔ Gas Wallet contains native tokens.
- ✔ API Key created.
- ✔ After testing, to use the MainNet: KYB procedure is finished.
Create Payment by SDK
Our public SDK makes it easy to add a payment button to your website and process payments.
- Payment button example
- Browser SDK Github.
- Node SDK Github.
Create Payment by API
Payments can be created through our REST API.
More details can be found in api guide.
Create Payment in Dashboard
Open merchant's dashboard and navigate to the Payments section on the left menu. Click to Create Payment button.
Setup Payment Asset, Amount and Expired Date for a new payment.
Payments Table
Created payment now present in the Payments Table.
If you create a payment in the TestNet mode, you can pay it only with test tokens in the test network.
On the right part of the payment record, you can see a button for generating a payment URL. Client can process payment by this checkout URL.
More info
-
You can see an example of checkout process using our demo wallet in Merchant Demo App.
-
More information about Checkout UI can be found here.