Accept Payment
Read about how to integrate with Parallex Pay below
Accept payments on your website or mobile applications with Parallex Pay using our multiple payment methods.
Inline Checkout
Inline Checkout is our simplest integration method and requires little technical knowledge. Parallex Pay 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
Parallex Pay 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 Parallex Pay, you’ll have to pass a Bearer Token
To generate a token you simply
Call
https://seerbitapi.com/api/v2/encrypt/key
Pass your public key and secret key.
You'll be authenticated and receive a token to process further API calls.
Authorization: Bearer {token}
Last updated