Flow
- Customer opens
https://pay.meum.io/pay/{publicId} - Customer views link details (amount, store, description)
- Customer selects payment token and enters refund address
- System calls
POST /v1/public/payment-links/{publicId}/checkout - Invoice is created; customer redirected to
https://pay.meum.io/{invoiceId}?src=pl - Standard checkout and payment flow continues
Public API (checkout creation)
amount field is required for customer-amount links; omit for fixed-amount links.