Payment status

The status endpoint is the source of truth — webhooks are the notification, this is the record.

Retrieve

GET https://api.payzuno.io/v1/invoices/in_8412
Authorization: Bearer ak_live_…

Lifecycle

  • pending — invoice created, awaiting payment.
  • detected — a matching deposit is seen on-chain, not yet confirmed.
  • confirming — accumulating confirmations to an amount-scaled threshold.
  • credited — confirmed and credited to your balance (net of fees).
  • expired — the quote window passed with no sufficient payment; late funds are held, not lost.
Reconcile against this endpoint rather than trusting a webhook alone; if you ever miss an event, a poll recovers the true state.