Description (Update Company Domain)
Update the domain name of the company for using online gateways (PUT)
End Point
https://api-h2h-staging.yedpay.com/v1/aml-domains/{{domain_id}}
Variable
| # | Name | Type | Description |
|---|---|---|---|
| 1 | domain_id | String | Company Domain's ID |
Request Header
| # | Key | Value | Description |
|---|---|---|---|
| 1 | Authorization | Bearer {{access_token}} | Login Token |
Body
| # | Name | Type | Description |
|---|---|---|---|
| 1 | domain | Url | Domain of the company Should be in URL format and at least 10 characters (Max: 100 characters) |
| 2 | name | String | name of the company domain |
| 3 | type | Integer |
Domain Type 1: web 2: app |
| 4 | return_url | String |
(Optional) Redirect URL when the payment is finished if type = WEB, only HTTP and HTTPS scheme URL allowed if type = APP, custom scheme is allowed |
Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | Boolean | Show Company Domain Success or Fail |
| 2 | data | Array | Include all domain Information (company_id etc...) |
Success Response - data
| # | Name | Type | Description |
|---|---|---|---|
| 1 | id | String | Unique identifier of the domain |
| 2 | company_id | String | Unique identifier of the company |
| 3 | store_id | String | Unique identifier of the store |
| 4 | protocol | String | Protocol of the domain |
| 5 | domain | String | Domain of the company |
| 6 | name | String | Name (Description) of the domain |
| 7 | type | Integer | Domain Type 1: web 2: app |
| 8 | status | String | Domain Status: pending, activated, disabled, rejected, obsoleted, terminated |
| 9 | created_at | String | Datetime when the Company Domain was created |
| 10 | updated_at | String | Datetime when the Company Domain was updated lastly |
Example Success Response
{
"success": true,
"data": {
"id": "JRJ43X69",
"company_id": "QLXVMM69",
"store_id": "0L7VK36G",
"protocol": "https",
"domain": "www.yedpay.com",
"name": "xxxxxxxx",
"type": 2,
"created_at": 2026-01-26 11:22:47
"updated_at": 2026-01-26 11:22:47
}
}
Example Error Response
{
"success": false,
"message": "Unauthenticated.",
"status": 500
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.