v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBInquiries
Deny inquiry (deprecated)
Deprecated. This endpoint will be removed in a future version — the denied status on inquiries is also deprecated and will no longer be available.
Deny an inquiry for a return request previously received. No return will be created.
post/inquiries/{id}/deny
Path parameters
idstring uuid required
The ID of the inquiry to deny.
Request body
Response
Successfully retrieved inquiry.
Example response
{
"object": "inquiry",
"status": "received",
"status_details": "AC04",
"bank_data": {
"message_id": "zNhzzPND67KMfbOs5U0d47dLRB",
"status_request_id": "dtL9AGFHbeWQVABPcTt4oWIeTgFI"
}
}