requestToWithdraw
@POST(value = "/collection/{apiVersion}/requesttowithdraw")
Initiates a request-to-withdraw, prompting the specified payer to approve a withdrawal.
Return
A Response with an empty body; HTTP 202 indicates the request was accepted.
Parameters
requestToWithdraw
The request-to-withdraw payload containing amount, currency, and party details.
apiVersion
The API version to target (e.g., v1_0 or v2_0).
productSubscriptionKey
The Ocp-Apim-Subscription-Key for the Collection product.
uuid
A UUID V4 used as the X-Reference-Id to uniquely identify this request.