Quick Start Guide🚓
Last updated
Was this helpful?
Last updated
Was this helpful?
OurPass allows businesses to receive payments from his buyer/customer via our one-click checkout button. For every-time a transaction is initiated to checkout on a purchase, Our Inline/plugin/package pops up a screen to input email and password of the customer.
Get started by creating a business/merchant account
The next step is to get your API Keys
In order for you to make an API call from our endpoints, you will have to access your API key on your business account. Go to your settings on your business account and click on API Keys and Web-hooks to copy your live public key and secret keys.
The secret/public key looks like this.
Do not commit your secret keys to git or use it on client side , Your key is not meant to be disclosed to anyone (public). Secret keys should only ever be used on the server. In a situation where your key is compromised, do generate a new key and replace it on your code immediately.
To start accepting payments,
Access our SDKs and Plugins
Check our for more details.