Skip to main content
GET
/
api
/
v1
/
gift-cards
/
orders
/
{order_id}
Get Order
curl --request GET \
  --url https://api.payvessel.com/api/v1/gift-cards/orders/{order_id} \
  --header 'api-key: <api-key>' \
  --header 'api-secret: <api-key>'
{
  "status": true,
  "message": "<string>",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "business_id": "<string>",
    "reference": "<string>",
    "billpoint_transaction_id": 123,
    "operator_id": "<string>",
    "product_id": "<string>",
    "product_name": "<string>",
    "country": "<string>",
    "amount_naira": 123,
    "amount_usd": 123,
    "redeem_code": "<string>",
    "serial_number": "<string>",
    "error_message": "<string>",
    "wallet_transaction_id": "<string>",
    "created_datetime": "2023-11-07T05:31:56Z",
    "updated_datetime": "2023-11-07T05:31:56Z",
    "completed_datetime": "2023-11-07T05:31:56Z"
  }
}

Authorizations

api-key
string
header
required
api-secret
string
header
required

Path Parameters

order_id
string
required

Response

Successful Response

status
boolean
required
message
string
required
data
OrderSchema · object
required