Usage
Response fields
| Field | Type | Description |
|---|---|---|
id | string (uuid) | PayVessel order ID |
business_id | string | Your business ID |
reference | string | Your merchant reference |
billpoint_transaction_id | integer or null | Provider transaction ID |
operator_id | string | Product/operator ID |
product_id | string | Denomination ID |
product_name | string | Gift card name |
country | string | Country |
amount_naira | number | Amount in NGN |
amount_usd | number | Amount in USD |
redeem_code | string or null | Gift card redemption code |
serial_number | string or null | Gift card serial number |
status | string | pending, processing, completed, or cancelled |
error_message | string or null | Error details if the order failed |
wallet_transaction_id | string or null | Associated wallet transaction |
created_datetime | datetime | When the order was created |
updated_datetime | datetime | Last status update |
completed_datetime | datetime or null | When the order was fulfilled |
API Reference
Full request/response details and Try it
