API Keys
Retrieve or create yur API Key from the dashboard. Learn more about it here.
Create a payment
Use this simple payment intent payload to create a payment for any arbitrary amount.Example payload used; metadata can be changed (or removed) to any key-value items of your choice.
Currencies
Your customers can pay you with any currency of their choice, we automatically settle it for you.
Idempotency
We support idempotent requests to help you retry safely without creating duplicate payments.
Payment schema
The create invoice API supports many more parameters to adapt to your business needs, read more here.
Redirect your customer
You can pass
redirect_url to send your customers to a custom link. It supports dynamic data as well.cURL
Redirect to checkout
Redirect the customer to
https://pay.bitgpt.xyz/{response.data.id}The invoice id at
response.data.id will look like this: invoice_0197c626-8ab2-7ab6-8a20-78ae53a606d3
