Accept Payment
Read about how to integrate with Pay4it below
Accept payments on your website or mobile applications with Pay4it using our multiple payment methods.
Inline Checkout
Inline Checkout is our simplest integration method and requires little technical knowledge. Pay4it inline code is a smart payment form that works seamlessly across devices and is designed to increase your conversion rate. It supports all the payment methods you get with the checkout standard integration.
Inline CheckoutStandard Checkout
Pay4it Checkout Standard Initialises a transaction from merchants server to generate a payment link which redirects your customers to a page to make payment and after payment has been made the customer is redirected back to the merchants website.
Standard CheckoutAuthentication
To make API calls on Lotus Pay, you’ll have to pass a Bearer Token To generate a token you simply
Call
https://seerbitapi.com/api/v2/encrypt/keyPass your public key and secret key.
You'll be authenticated and receive a token to process further API calls.
Authorization: Bearer {token}Last updated