merchant.status = active before creating invoices.merchant.id is a UUID, status is active.account_suspended → do not create invoices.curl --location '/api/v1/merchants/me' \
--header 'X-API-Key: <api-key>' \
--header 'X-API-Secret: <api-key>'{
"merchant": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Demo Store",
"email": "merchant@example.com",
"status": "active"
}
}