Service Search
Search for a service by service or provider name matching keyword. Please note that search is done with case-insensitive CONTAINS
logic
HTTP Method
GET
Endpoint
/api/v1/services/
Query Param
q
: Mandatory parameter including the search keyword
Request Body
None
Headers
Authentication
:<signature>
(details here)
Response Sample
[
{
"service": {
"id": 1147182,
"name": "Valorant 175 vp - turkey",
"payment_outputs": [
{
"description": "Voucher",
"name": "voucher",
"data_type": "str",
"is_hidden": true
},
{
"description": "الرقم المرجعى",
"name": "ref_id",
"data_type": "str",
"is_hidden": true
}
],
"receipt_footer": null
},
"provider": {
"id": 1946,
"name": "Bme voucher"
},
"category": {
"id": 1094,
"name": "Gaming",
"image": ""
}
},
{
"service": {
"id": 5153229,
"name": "Valorant 8500 vp - turkey",
"payment_outputs": [
{
"description": "Voucher",
"name": "voucher",
"data_type": "str",
"is_hidden": true
},
{
"description": "الرقم المرجعى",
"name": "ref_id",
"data_type": "str",
"is_hidden": true
}
],
"receipt_footer": null
},
"provider": {
"id": 1946,
"name": "Bme voucher"
},
"category": {
"id": 1094,
"name": "Gaming",
"image": ""
}
},
]
Response Description
Categories
Field | Type | Description |
---|---|---|
name |
String | Category name in the specified language (see localization section) |
image |
String | Image tag to select the used image from pre-defined list |
providers |
List | List of available providers in category |
Providers
Field | Type | Description |
---|---|---|
name |
String | Provider name in the specified language (see localization section) |
services |
List | List of available services for provider |
Services
Field | Type | Description |
---|---|---|
id |
Integer | Unique service id which will be used for consuming the service |
name |
String | Service name in the specified language (see localization section) |
receipt_footer |
String | Footer to be added at the receipt. Defaults to null |
payment_outputs |
List | List of service outputs returned in payment response data field |