Prerequisites
- Settlement wallet configured
- Store-scoped API key with
invoices:writescope (default for developer keys)
Steps
- Create an invoice:
- Open the
checkout_urlfrom the response (e.g.https://pay.meum.io/inv_a1b2c3d4…) - 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.