Sends a request for a partial refund to a user. Refer to our documentation for detailed information about the refund process and payment methods that support partial refunds.
Note
You can call this API method in sandbox mode. To do this, pass the test payment data in the request. Refer to the instruction for more information about sandbox mode access and testing scenarios.
Notice
This API call does not contain the project_id
path parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.
Refund request accepted
Do not have necessary permission
Transaction not found
Unprocessable entity
{- "refund_amount": 1.5,
- "description": "test refund request"
}
{- "message": "Transaction with specified ID does not exist."
}