With the Solidgate Payment page API , you can easily create a payment page, share its URL with your customers, or embed it on your website.
The Payment page is a secure, low-code solution that streamlines payment processing for businesses through API integration. It allows customers to securely input their payment details on the Solidgate-hosted page, ensuring industry-standard security and compliance. The transaction is processed by Solidgate, and customers are redirected back to the merchant’s platform upon completion.
To create a Payment page using our API, follow the outlined integration steps, including constructing the request body API . The request body, which contains order information and page customization along with additional optional parameters for further personalization, should ideally be tested in sandbox environments to ensure that all customizations are accurately implemented.
Usage options
There are two main use cases for Payment page payments:
- Subscription payments
- One-time payments
Subscription payments are used for recurring payments, such as monthly or annual subscription fees, whereas One-time payments are designed for single, non-recurring transactions.
Subscription payments
There are three typical scenarios for setting up recurring payments with the subscription API , which is necessary for retrieving subscription product data:
In this scenario, the merchant defines the amount and currency per period (e.g., $18.00 per month), and the customer sees a “Subscribe” button on the payment page.
Example
$18.00 per month
In this scenario, the customer is offered a trial period before the recurring payments start. The merchant sets the amount and currency for the trial period and the amount and currency per period after the trial concludes. The payment page displays a “Start Trial” button for the customer.
Example
First 5 days free, then $18.00 per 30 days
This scenario allows the merchant to provide a paid trial period before the recurring payments commence. The customer will see a “Start Trial” button on the payment page, along with information about the trial period and associated charges.
Example
Then $18.00 per 15 days
trial Price > 0
One-time payments
- On the merchant side header, display the checkout amount and currency
- Display a button with the text Pay followed by the amount and currency
Track your payment
Upon completion of a payment through the Payment page, Solidgate dispatches a
Subscribe for events on your Solidgate account, so your integration can automatically trigger actions.
webhook
, which can be utilized for fulfillment and reconciliation purposes.
Additionally, orders completed via the Payment page can be located within the Solidgate HUB.