Get an invoice by id
Use a Bearer token to access this API.
"obj_01EXAMPLE00000000000000000"
Success
{
"invoice_id": "obj_01EXAMPLE00000000000000000",
"total": 0,
"amount_due": 0,
"amount_paid": 0,
"payment_intent": "string",
"charge": "string",
"customer": "string",
"period_end": "string",
"period_start": "string",
"subscription": "string",
"status": "draft",
"collection_method": "charge_automatically",
"test_mode": false,
"metadata": {},
"created_at": "2024-01-01T00:00:00Z"
}