Complete or Cancel withdrawal requestCopy Pagepost https://gw.praxisgate.com/agent/manage-withdrawal-requestBody Paramscomplete-withdrawal-requestcancel-withdrawal-requestmerchant_idstringrequiredlength ≤ 50Merchant API client account identifier.application_keystringrequiredlength ≤ 32Identifier of your application (website).versionstringrequiredlength ≤ 3API version.timestampintegerrequiredRequest time (unix timestamp, seconds).gatewaystringrequiredlength ≤ 32Gateway doing the processing.intentstringenumrequiredAction intended to be executed: complete-withdrawal-request to process the remaining part of the withdrawal request amount, in case if the withdrawal request is not fully processed and not cancelled cancel-withdrawal-request to cancel the withdrawal request in case if it's processing (including partial) has never been started complete-withdrawal-requestcomplete-withdrawal-requestAllowed:complete-withdrawal-requestwithdrawal_request_idintegerrequiredOriginal transaction identifier from. Send the tid of withdrawal request if you want the payout amount to be deducted from withdrawal request as processed.Headersgt-authenticationstringrequiredAuthentication HTTP header of your outgoing request to the API. Below request parameters should be used for creating signature in request header. merchant_id application_key timestamp intent withdrawal_request_id Responses 200OK - Successful response 400Bad request - Missing signature 403Forbidden request - IP address not whitelistedUpdated 6 months ago