Skip to main content

Payout Approval Cancel

Cancel a payout request that is pending approval.

Endpoint Information

Name: Payout Approval Cancel
Method: POST
URL: {{base_url}}/api/v1/payout/approval-cancel

Authentication

Type: Basic Auth

  • Username: App Key
  • Password: Secret Key

Request Body

Content-Type: application/json

{
"merchantAccountId": "100002",
"payment_request_uuid": "6c18f935-a07d-4b6e-8055-e5f861991486"
}

Response

Success Response

{
"success": true,
"message": "Payout request declined by merchant.",
"data": []
}