create refund
POST {{API-URL}}/api/v1/payment/invoice/request/
Request Body
{"amount"=>1, "notes"=>"postman-refund", "type"=>"REFUND", "currency"=>"USD", "targetOrgUuid"=>"FUZE940016", "parentUuid"=>"d65fd689-297c-42a4-b18c-cae54308f8de", "invoiceFileUuids"=>[]}
RESPONSES
status: OK
{"code":200,"data":{"uuid":"7a96f09c-e256-476d-aae1-cb0e140797f2","targetOrgUuid":"FUZE317853","createdByOrgId":91,"currency":"AED","amount":1,"status":"CREATED","type":"REFUND","notes":"postman-invoice-1721025729","createdAt":"2024-07-15T06:40:10.441Z","sourceName":"Nike Inc","targetName":"Engineering otc","cancellationReason":null,"files":[],"txnFuzeReferenceId":"Bank-911721025610"},"error":null}