Quick Start
Good to know: A quick start guide to our documentation to help folks get up and running with our API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.
Authenticate
The best way to interact with our API is to authenticate to our official API's:
Card(server to server)
Wallet API
Wallet Payment Page
Token API
Checkout V3
Good to know: Use tabs to navigate throughout our different API's, is a great way to explore our technical examples or code documentation without cramming the docs with extra sections or pages per API.
Make your first request
To make your first request, send an authenticated request to the charges endpoint. This will create a charge
, which is nice.
Create a charge.
POST
https://voucherapi.globalprimex.com/v2/charges
Creates a new charge.
Last updated