Payment Status
| Status Value | Description |
|---|---|
INIT | Payment initiated successfully, waiting for user payment |
PENDING | Payment in progress, waiting for blockchain confirmation |
PAID | Payment successful, funds confirmed, final state |
FAILED | Payment failed, final state |
REFUNDED | Refunded, final state |
Note:
stateis returned as the uppercase enum name by default for newly onboarded merchants (e.g.PAID). A small set of early merchants continue to receive lowercase values (e.g.paid) for backward compatibility and are tracked on a Paydify-side allowlist for migration. Contact Paydify if you have questions.