cURL
curl --request GET \ --url https://api.sandbox.busha.so/v1/bill/orders/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "message for success", "data": { "id": "bus_123456789", "reference": "BILL-abc123def456", "recipient": "<string>", "amount": "1000.00", "currency": "NGN", "status": "pending", "created_at": "2023-10-15T12:15:30Z", "updated_at": "2023-10-15T12:15:30Z", "source_amount": "1000.00", "source_currency": "NGN", "provider_amount": "200.00", "failure_reason": "<string>", "provider_reference": "<string>", "meta": {} } }
Returns a single bill order by ID, scoped to the authenticated customer.
Bearer Authentication
"bus_123456789"
Order retrieved
General response Values
success
error
"success"
"message for success"
Show child attributes