Card Checkout

You create a regular HTML form containing the payment details. When the customer submits the form, they'll be redirected to our payment page where they can complete the payment by Mobile Money or Credit Card.

Checkout integration

Create an account on the Qos platform and obtain Your QOSKEY by doing this few step generate a payment Link on payment Link section Finally go to Settings>privacy under ClientId column to get your QOSKEY

Test

Here are the necessary information you will need for test

Test QosKey:

QCBJ001

Card Information For Test:

Number: 4456530000001096 date: 12/25   CCV: 123

Url for Test:

http://74.208.84.251:9014/public/v1/initTransaction

Production

On production you will need your QosKey on Settings>privacy under ClientId column and production URL

Url for Prod:

POST /https://b-card.qosic.net/public/v1/initTransaction

An example

Here's an example of how you'd implement HTML checkout

Last updated