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

Usage

curl https://api.payvessel.com/vaas/api/v1/gift-cards/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
operator_idstringOperator ID
product_idstringProduct ID
product_namestringGift card name
countrystringCountry
amount_nairanumberAmount in NGN
amount_usdnumberAmount in USD
redeem_codestring or nullGift card redemption code
serial_numberstring or nullGift card serial number
statusstringpending, processing, completed, 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 was fulfilled

API Reference

Full request/response details and Try it