Authorization: Bearer ********************curl --location --request POST '/customerpayments//refunds' \
--header 'Content-Type: application/json' \
--data-raw '{
"date": "2013-10-01",
"refund_mode": "Cash",
"reference_number": " ",
"amount": 2000,
"exchange_rate": 1,
"payment_form": "cash",
"from_account_id": "460000000070003",
"description": "The New York State Department of Taxation and Finance"
}'{
"code": 0,
"message": "The refund information for this payment has been saved.",
"payment_refunds": [
{
"payment_refund_id": "460000000078307",
"payment_id": "460000000076027",
"date": "2013-10-01",
"refund_mode": "Cash",
"reference_number": " ",
"amount": 2000,
"exchange_rate": 1,
"payment_form": "cash",
"description": "The New York State Department of Taxation and Finance"
}
]
}