Fiat Invoices
Every request listed on this page requires authorization to be successfully completed.
Create fiat invoice (Server-Side)
POST
https://public.api.0xpay.app/merchants/invoices/fiat
Creates a webpage with your invoice details on 0xpay.app domain, usable for a one-time payment. Currently, the only supported fiat tickers
are UAH and KZT.
Payment limits:
KZT Min — 12000 KZT, Max — 300000 KZT.
Status Updates: After creation, every invoice update will produce an invoice notification.
Request Body
Create fiat invoice via Web Form (Client-Side)
POST
https://public.api.0xpay.app/merchants/invoices/fiat/form
Creates a fiat invoice using parameters from your HTML form and redirects users to 0xpay URL for payment. on 0xpay.app domain for one-time payment. Currently, the only supported fiat tickers
are UAH and KZT.
Payment limits:
UAH Min — 25 UAH, Max — 29999 UAH.
KZT Min — 12000 KZT, Max — 300000 KZT.
Instead of authorizing a request, just pass your merchantID along with other parameters.
Status Updates: After creation, every invoice update will produce an invoice notification.
Request Body
Redirects to payment webpage URL
Find fiat invoice details by ID
GET
https://public.api.0xpay.app/merchants/invoices/fiat/:id
This method is used to get invoice's data by it's id.
Path Parameters
List of invoice statuses: - CREATED - PENDING - PAID - DONE - FAILED
Last updated