Yedpay

Description (Delete the Information of beneficial owner selected)

Delete the Information of beneficial owner selected (DELETE)

End Point

https://api.yedpay.com/v1/beneficial-owners/{{beneficial_owner_id}}

Variable

Variable
# Name Type Description
1 beneficial_owner_id String Beneficial Owner 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 string status of the response true/false
2 message string message of the response (Request Accepted.)

Example Success Response

            {
                "success": true,
                "message": "Successfully remove beneficial owner."
            }
        

Example Error Response

            {
                "success": false,
                "message": "404 Not Found",
                "status": 404
            }
        

v1.65.0-20240318 © The Payment Cards Group Limited. All rights reserved.