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

Shell
curl -fsS "$API/v1/payer/deposit-requests/dr_0198f80c-…/qr" \
  -H "Payday-Payer-Session: $PAYER_SESSION" -o qr.svg

Response

200 OK
HTTP/1.1 200 OK
Content-Type: image/svg+xml
Cache-Control: no-store

Headers

Payday-Payer-Sessionstring
Payer session token.

Path parameters

iddr_ idrequired

Response

image/svg+xml. Cache-Control: no-store.

Status codes

  • 401verification_required Content gated.
  • 409wallet_required No wallet bound.
  • 410deposit_request_not_payable