Skip to main content
GET
/
v1
/
vouchers
/
merchants
List voucher merchants
curl --request GET \
  --url https://api.sandbox.busha.so/v1/vouchers/merchants \
  --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

Query Parameters

Filter merchants that are featured

country
string<alpha2>
required

The ISO country code (e.g. NG, US, GH) A valid country id

Required string length: 2
Example:

"NG"

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