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.

RequestGET /simplepay
AuthenticationCalled by an external provider
Handlerbackend/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

Back to the API reference index, or read the cookbook for recipes that compose this endpoint with others.