cURL
curl --request GET \ --url https://api.sandbox.busha.so/v1/vouchers/merchants/{id} \ --header 'Authorization: Bearer <token>'
200
Example
{ "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 }}
Fetch detailed information about a specific voucher merchant.
Bearer Authentication
The unique ID of the merchant to retrieve.
Default
General response Values
success
error
"success"
"message for success"
Detailed information about a voucher merchant including images, locations, and redemption rules.
Show child attributes
A valid id
"bus_123456789"
A valid currency
1 - 10
"BTC"
A valid country id
2
"NG"
Indicates if this merchant is featured.
true
Name of the provider managing the merchant.
"SUREGIFTS"
"Adam n Eve"
A valid url
"https://example.com"
"AdamEve"
"Home and Living for classy people"
decimal value
"100"
"8, Isaac John Street, Ikeja GRA, Ikeja, Lagos, Nigeria"
1004
2058
"Recipients can swap merchant for another."