Marks a specific payment as void
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"void_reason": "string"
}
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/tenants//clients//payments//void' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"void_reason": "string"
}'
Responses
Payment marked as void successfully
Modified at 2025-03-21 07:23:14