Skip to main content
Verify the status of a biller reseller order using your merchant reference. If the order is not yet final, PayVessel checks for the latest status before responding.

Usage

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

Path parameters

ParameterTypeRequiredDescription
referencestringYesYour unique merchant order reference

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