Integrate with Billpocket in three steps: create your account, authenticate to get a session token, and generate the API keys your integration needs to process payments.
Setup steps#
1
Create your account
Register your business and obtain access to the Billpocket platform. You'll need basic personal and business information to complete registration.
2
Get your user token
Authenticate with your Billpocket credentials to receive a session token. This token is required to call the API key generation endpoint.
3
Generate API keys
Use your session token to generate a Public Key and Private Key pair for your integration. The Public Key is used for tokenization; the Private Key for server-to-server operations.
Authentication pattern#
All Billpocket API requests require your merchant keys in the request headers.For client-side operations (e.g. card tokenization), use the Public Key:Never expose your Private Key in frontend code or mobile apps.
Base URL#
https://api.kushkipagos.com/
Next steps#
Once your credentials are ready, choose your integration path:
Got a suggestion on this documentation? Contact us.