To receive crypto payouts from your customers, you must add your payout wallet. JamsrPay will use this wallet to transfer funds automatically after a successful transaction.
-
EndPoint:Get ConfigGET /web/config
π Retrieves available currencies and general settings (must be called before creating a payment). -
EndPoint:Create PaymentPOST /payment
π Initiates a payment request with required details (amount, currency, etc.). -
EndPoint:Get PaymentGET /payment
π Fetches payment status & details for the created payment. -
EndPoint:Create InvoicePOST /invoice
π Generates an invoice tied to the payment. -
EndPoint:Get InvoiceGET /invoice
π Fetches the invoice details. -
Example:Get Invoice Config[GET /invoices/config](https://api.jamsrpay.com/web/invoices/{id}/config)
π Provides UI/config data to render the public invoice page.

π Scaler API Explorer
For interactive API exploration, you can use our Scalar UI:
- Live Environment: https://api.jamsrpay.com/scalar
- Sandbox Environment: https://api-sandbox.jamsrpay.com/scalar
This interface allows you to browse all available endpoints, view request/response formats, and test calls directly from your browser.