Welcome to the SIMPLE CHECKOUT documentation.
A Simple Checkout Link is a streamlined method for merchants to accept online payments without the need for complex integrations or extensive programming knowledge. This link directs customers to a secure payment page hosted by ifthenpay, where they can easily complete their transactions.
If you’re not familiar with programming, use this method to easily sell your products or receive payments.
You will need an 'GATEWAY KEY' provided by ifthenpay, assigned to your merchant account. If you do not have this 'GATEWAY KEY', please contact ifthenpay.
You can also request that the gateway is pre-configured with the specific payment methods you wish to use.
ifthenpay offers free technical support to all customers through the following channels:
To set up a Simple Checkout Link for processing payments, please use the following endpoint format:
URL Structure:
https://gateway.ifthenpay.com/?token=[TOKEN]&id=[ID]&amount=[AMOUNT]&description=[DESCRIPTION]&expire=[EXPIRE]&lang=[LANG]
Parameters and Descriptions:
Additional Optional Parameters:
In this example, we demonstrate how to create a payment option using the Simple Checkout Link. This approach allows you to easily integrate payment processing into your website without the need for complex API setups.
Conclusion
Both the button and the link utilize the same Simple Checkout URL structure, which includes necessary parameters such as the payment token, order ID, amount, and description. By implementing these options on your site, you provide a straightforward and efficient way for customers to process their payments.