post https://sandbox-api.unipayment.io/v1.0/invoices//refunds
Initiate a refund for a specific invoice. It processes the refund by specifying the invoice Id, refund amount, and other necessary details.
Log in to see full request history
Response
Initiate a refund for a specific invoice. It processes the refund by specifying the invoice Id, refund amount, and other necessary details.
xxxxxxxxxx
curl --request POST \
--url https://sandbox-api.unipayment.io/v1.0/invoices/id/refunds \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"fee_payer": "MERCHANT"
}
'
Try It!
to start a request and see the response here! Or choose an example: