CURRENCY_NOT_ALLOWED
Invoice creation returns HTTP 403 with code CURRENCY_NOT_ALLOWED when the requested fiat currency is not in the merchant’s allowed invoice fiat currencies.
Typical WooCommerce case: the shop currency (for example EUR) is sent on POST /v1/invoices, but the connected Meum org/store only allows another currency (often USD by default).
Fix (pick one):
- In Merchant Admin, allow that currency for invoice fiat currencies (org/store settings), or
- Change WooCommerce → Settings → General → Currency to a currency Meum already allows.