Description (Client)
Get the version requirement for the applications provided by Yedpay. (GET)
End Point
https://api-h2h-staging.yedpay.com/v1/client
Request Header
| # | Key | Value | Description |
|---|
Body
| # | Name | Type | Description |
|---|
Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | Boolean | Request Success or Fail |
| 2 | data | Array | Include the follow parameters (Account's Information, Stores, Company, Balance, Daily_balance) |
Success Response - data
| # | Name | Type | Description |
|---|---|---|---|
| 1 | yedpay | Array | Version requirement of yedpay application |
Example Success Response
{
"success": true,
"data": {
"yedpay": {
"android": {
"minimum": "1.0.0",
"recommended": "2.0.0"
},
"ios": {
"minimum": "2.4",
"recommended": "2.4"
}
}
}
}
Error Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | Boolean | False |
| 2 | message | String | Message of the Error |
| 3 | status | Integer | HTTP Status Code |
Example Error Response
{
"success": false,
"message": "Forbidden.",
"status": 403
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.