Orders API

Manage the lifecycle of MoniPay orders and track payment status.

Orders represent a specific payment request from a customer. They track the state of a transaction from creation to final settlement on the blockchain.

Order Lifecycle

An order moves through several states during its existence:

Create an Order

POST/v1/orders

Retrieve an Order

GET/v1/orders/:id

Once an order is completed, the tx_hash field will contain the on-chain transaction hash which you can use to verify the payment on a block explorer.