Skip to main content
A Receipt is a record of entitlements generated by Monime whenever a payment completes successfully.
It serves as proof of what the customer is entitled to claim — such as tickets, vouchers, credits, or digital rights.
Receipt links a payment via an order to entitlement claims, enabling both verification and controlled redemption via APIs.

Use Cases

  • Purchase Verification
    Confirm that a customer’s payment went through and display transaction details in your app without manual reconciliation.
  • Ticket & Voucher Redemption
    Use receipts as redeemable proof of access — for example, scanning a receipt at an event gate or validating a voucher at checkout.
  • Partial Consumption
    Support use cases where receipts hold multiple entitlements, such as ride credits or digital assets, and allow them to be redeemed incrementally.
Properties
enum<string>
Lifecycle status of the receipt.Available options: not_redeemed partially_redeemed fully_redeemed
string
Human friendly name of the order.
string
Human-friendly order number.
object
Total order amount in minor units and currency.
string
The timestamp when the receipt was created.
string
The last timestamp when the receipt was updated.
array
Entitlements granted by this receipt; each can be redeemed until exhausted.
object
Optional metadata for attaching context or tracking info.