Prerequisites
- Settlement wallet configured
- Store-scoped API key with
invoices:createscope
Steps
- Create an invoice:
- Open the
checkout_urlfrom the response (e.g.https://pay.meum.io/{invoiceId}) - Select a payment token and enter a refund address
- Complete the on-chain payment (or use dev simulation if available in your environment)
- Poll status or wait for webhook:
Expected result
Invoice status transitions topaid. Webhook invoice.paid is delivered if configured.