Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.meum.io/v1/invoices \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "external_order_id": "order_demo_1048", "amount": "100.00", "store_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "integration_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "currency": "USD", "callback_url": "<string>", "return_url": "<string>", "metadata": {} } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "invoiceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "checkout_url": "https://pay.meum.io/inv_demo_123", "payment_url": "<string>", "amount": "<string>", "currency": "<string>", "output_asset": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Store-scoped API key (sk_live_...)
"order_demo_1048"
"100.00"
Created
"https://pay.meum.io/inv_demo_123"