Yedpay

Description (Delete Company Domain)

Delete the domain name of the company for using online gateways (DELETE)

End Point

https://api.yedpay.com/v1/companies/{{company_id}}/aml-domains/{{domain_id}}

Variable

Variable
# Name Type Description
1 company_id String Company ID
2 domain_id String Company Domain's ID

Request Header

Request Header
# Key Value Description
1 Authorization Bearer {{access_token}} Login Token

Body

Body
# Name Type Description

Response

Response
# Name Type Description
1 success Boolean Delete Domain Success or Fail
2 message String Message of the request

Example Success Response

        {
            "success": true,
            "message": "Successfully remove domain."
        }
    

Example Error Response

        {
            "success": false,
            "message": "Unauthenticated.",
            "status": 500
        }
    

v1.66.0-20240415 © The Payment Cards Group Limited. All rights reserved.