Payments
List payments
Returns developer payments for the current shop. This endpoint lists payment records you already created through the Developer API; it does not return the shop’s currently enabled payment methods. Use /dev/v1/me/capabilities when you need the payment methods enabled for the current shop. Session-backed gateways can include checkout_url and session_id when Shoppex owns the provider session.
GET
List payments
Documentation Index
Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Create paymentCreates a generic developer payment request. This endpoint does not create fulfillable product delivery. Use `/dev/v1/orders` when you need product line items and Shoppex fulfillment. If `webhook` is provided, the response includes `webhook_secret` once; use it to verify the `order:paid` callback for this specific payment/invoice after the payment reaches `COMPLETED`. For `gateway=PANDABASE`, Shoppex also creates the provider session and returns `checkout_url` plus `session_id` so the payment can complete automatically through the Pandabase webhook flow. For merchant crypto providers (`OXAPAY`, `CRYPTOMUS`), pass `crypto_gateway` to return a hosted checkout URL that opens the concrete coin or network directly. White-label crypto checkout uses Shoppex managed infrastructure, is available by manual approval only, and returns raw crypto payment data for approved shops. White-label responses expose `gateway: "WHITE_LABEL"` outward while Shoppex keeps the internal processor mapping private.
Next
List payments