FazerCards Glossary

Order status

The state of a placed order — typically pending → completed (with code/receipt) → optionally refunded or failed.

An order in FazerCards moves through a small state machine: pending (accepted, fulfillment in progress) → completed (code or top-up receipt available) → terminal. Failures move to failed with a reason; reversals move to refunded with the balance returned. Read the state synchronously via GET /order/{id} or asynchronously via the order.* webhooks.

Key facts

  • States: pending, completed, failed, refunded.
  • Webhook events mirror state transitions.
  • Sync read: GET /order/{id}.

See also