Online payments

To accept payments from your online store, there are two alternatives:

Checkout redirect

This option is the easiest to implement as it does not require the construction of specific components to manage the payment on your website.

With this functionality, your page will use the SimpleFi API to create a payment request. When the user indicates that they are ready to pay, you will redirect the user to the SimpleFi checkout, where they can complete the payment and then be redirected to the target page you specify on your website.

To create the payment request, it is necessary to use the method Creating a payment request. The response to this call contains the URL to which you will redirect the user. To this URL, you should include the redirection parameters to your website so that the user is redirected once the payment is completed.

You can review the implementation details of this method here: Checkout Redirect

Integrated Checkout

We are working on this functionality - it's not available yet

This option allows you to create a superior user experience by integrating the checkout into your website. This eliminates the need to redirect the user to another website and allows you to maintain the aesthetics of your platform, but it requires the development of the necessary components to facilitate the payment.

For this integration, SimpleFi will provide an SDK that will allow you to import the components along with instructions on how to perform the integration.

Last updated