Simple Checkout is our simplest integration method and requires little technical knowledge, you don’t require authentication or an API call.
Simply use SeerBit inline code, a smart payment form that works seamlessly across devices and is designed to increase your conversion. It supports all our payment methods such as Cards, Bank Direct Debit, Transfers and Wallet Payments.
Before you start ensure you have your public_key
This can be found on the settings page of your dashboard. If you don't have an account with us yet, sign up for your free test account now.
Copy the code snippet below and add it on your website where you want to accept payments.
Add pay button
anywhere on your website where you want to collect a payment
You'll need to replace the sample public_key
with your own public_key
and edit the required attributes to reflect the order details.
Now you are all set up and ready to recieve your first payment.
<button class="btn-go-checkout" onclick="paywithSeerbit()"><script src="https://checkout.seerbitapi.com/api/v2/seerbit.js"></script><script>function paywithSeerbit() {SeerbitPay({"tranref": new Date().getTime(),"currency": "NGN","description": "TEST","country": "NG","amount": "100.00","callbackurl": "http://yourdomain.com","public_key":"your pk_78892hhiiw82", //replace this with your own public key"setAmountByCustomer": false //optional (set true to allow customer set the amount on the checkout)},function callback(response) {console.log(response) /*response of transaction*/},function close(close) {console.log(close) /*transaction close*/})}</script>
Field | Type | Decription |
| string | This is available after sign-up dash board -> settings -> api keys. |
| string | Payment currency |
| string | Transaction reference |
| string | Amount to be paid |
| string | Description of the transaction |
You need to replace thepublic_key
in the script below, with your own public key. You can get your public key by visiting your dashboard Go to dashboard - as described Get Started here
Thank you for choosing SeerBit. If you need help or have a question, message our Support team at support@seerbit.com​