Skip to main content
GET
/
v1
/
vouchers
/
merchants
/
{id}
Get a merchant by ID
curl --request GET \
  --url https://api.sandbox.busha.so/v1/vouchers/merchants/{id} \
  --header 'Authorization: Bearer <token>'
{
"status": "success",
"message": "message for success",
"data": {
"id": "bus_123456789",
"currency": "BTC",
"country": "NG",
"featured": true,
"provider": "SUREGIFTS",
"name": "Adam n Eve",
"picture": "https://example.com",
"short_code": "AdamEve",
"description": "Home and Living for classy people",
"cashback": "100",
"minimum_price": "100",
"data": {
"store_locations": [
{
"location": "8, Isaac John Street, Ikeja GRA, Ikeja, Lagos, Nigeria",
"store_id": 1004,
"store_location_id": 2058
}
],
"redemption_details": [
{
"detail": "Recipients can swap merchant for another.",
"store_id": 1004,
"redemption_detail_id": 123
}
]
},
"active": true
}
}

Authorizations

Authorization
string
header
required

Bearer Authentication

Path Parameters

id
string
required

The unique ID of the merchant to retrieve.

Response

Default

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

data
object
required

Detailed information about a voucher merchant including images, locations, and redemption rules.