Documentation
GET /simplepay
Payment-provider callbacks and assets.
Internal. This path exists in the running server but is not part of the developer interface. It is listed so the surface is accounted for; no request or response contract is published for it.
| Request | GET /simplepay |
|---|---|
| Authentication | Called by an external provider |
| Handler | backend/server.py |
What it does
`/simplepay`, `/simplepay/back`, `/simplepay/ipn`, `/simplepay/upgrade/start` and `/simplepay/logo.png`. These are called by the payment provider and by the browser it redirects, not by an integrator. Confirmation of a payment always happens by asking the provider — see `GET /api/store/confirm` — never by trusting the browser that arrived at a success URL.
Related
GET /admin— The founder admin console.GET /marketing— The marketing lane and its own admin.POST /api/billing/webhook— Billing provider webhook.GET /store/— Generated HTML: storefronts, previews, profiles and coded links.
Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.