Skip to main content

Funds Withdrawal Cancellation

This API allows you to cancel a pending funds withdrawal request. You need to provide the product ID, withdrawal amount, and the transaction reference number.

🔑Header Parameters

HeaderTypeDescriptionExample/ENUM
AuthorizationstringBearer token for authenticating the request.Bearer {{access_token}}
Content-TypestringSpecifies the media type of the request body.application/json
x-api-keystringAPI key provided to access the service.{{x-api-key}}

📦Request Body Schema

ParameterTypeDescriptionExample/ENUM
productIdstringID of the product from which the withdrawal was requested."100"
amountstringAmount of the withdrawal request that needs to be canceled."2500"
TxnRefNostringUnique transaction reference number of the withdrawal request."TXN123456"

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringIndicates the status of the API call."success"
codestringResponse code related to the result of the request."s-101"
messagestringDescriptive message about the cancellation result."success message"
dataobjectOptional object containing additional response data.{Details below}

📘Data Object Field

FieldTypeDescriptionExample/ENUM
ResponseStringstringAdditional message or technical status returned by the system."Request for Withdrawal Cancellation has been successfully sent. Transaction Reference No: 22040113700000016"
post/transactional/v1/fundsWithdrawalCancellation