v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBReturn Requests
Deny return request
Deny a return request for an incoming payment previously received. No return will be created.
post/return_requests/{id}/deny
Path parameters
idstring uuid required
The ID of the return request.
Request body
Response
Successfully denied return request.
Example response
{
"object": "return_request",
"metadata": {
"property_a": true,
"property_b": "false"
},
"additional_information": [
"Insufficient funds",
"Account closed"
]
}