Skip to main content
Retrieve a biller reseller order by its PayVessel order ID. Use this to poll for the final order status after creation.

Usage

curl https://api.payvessel.com/api/v1/biller-reseller/orders/{order_id} \
  -H "api-key: YOUR_API_KEY" \
  -H "api-secret: YOUR_SECRET_KEY"

Response fields

FieldTypeDescription
idstring (uuid)PayVessel order ID
business_idstringYour business ID
referencestringYour merchant reference
provider_referencestring or nullReference from the upstream provider
categorystringairtime, data, or betting
biller_idstringThe biller used
item_idstringThe item purchased
recharge_accountstringThe customer’s account
amountnumberAmount charged in naira
statusstringpending, processing, success, failed, or cancelled
error_messagestring or nullError details if the order failed
wallet_transaction_idstring or nullAssociated wallet transaction
created_datetimedatetimeWhen the order was created
updated_datetimedatetimeLast status update
completed_datetimedatetime or nullWhen the order reached a terminal state

API Reference

Full request/response details and Try it