Description (Activate AutoSettlement for the Company)
Activate AutoSettlement. (POST)
End Point
https://api-h2h-staging.yedpay.com/v1/companies/{{company_id}}/auto-settlement
Variable
| # | Name | Type | Description |
|---|---|---|---|
| 1 | company_id | String | Company's ID |
Request Header
| # | Key | Value | Description |
|---|---|---|---|
| 1 | Authorization | Bearer {{access_token}} | Login Token |
| 2 | Content-Type | application/x-www-form-urlencoded | x-www-form-urlencoded Format |
Body
| # | Name | Type | Description |
|---|
Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | Boolean | Creating Auto Settlement Success or Fail |
| 2 | message | String | Creating Auto Settlement Success or Fail Message |
Success Response - data
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | Boolean | Creating Auto settlement Success or Fail |
| 2 | message | String | Creating Auto settlement Success or Fail Message |
Example Success Response
{
"success": true,
"message": "Success Creating Auto Settlement"
}
Example Error Response
{
"success": false,
"message": "Internal Error",
"status": 500
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.