Payer routes
Get the QR code
GET/v1/payer/deposit-requests/{id}/qr
Renders deposit_uri as SVG.
Unauthenticated · Payday-Payer-Session unlocks gated content.
Request
curl -fsS "$API/v1/payer/deposit-requests/dr_0198f80c-…/qr" \
-H "Payday-Payer-Session: $PAYER_SESSION" -o qr.svgResponse
HTTP/1.1 200 OK
Content-Type: image/svg+xml
Cache-Control: no-storeHeaders
Payday-Payer-Sessionstring- Payer session token.
Path parameters
iddr_ idrequired
Response
image/svg+xml. Cache-Control: no-store.
Status codes
- 401
verification_requiredContent gated. - 409
wallet_requiredNo wallet bound. - 410
deposit_request_not_payable