create invoice

POST {{API-URL}}/api/v1/payment/invoice/request/

Request Body

{"amount"=>1, "currency"=>"AED", "invoiceFileUuids"=>[], "notes"=>"invoice-number-1234", "targetOrgUuid"=>"FUZE2132618803651", "type"=>"REQUEST"}

RESPONSES

status: OK

{"code":200,"data":{"uuid":"bdc84f80-4a5e-47c5-a46c-7e0e26f694de","targetOrgUuid":"FUZE317853","createdByOrgId":91,"currency":"AED","amount":1,"status":"CREATED","type":"REQUEST","notes":"postman-invoice-1721025185","createdAt":"2024-07-15T06:31:05.009Z","sourceName":"Nike Inc","targetName":"Engineering otc","cancellationReason":null,"files":[]},"error":null}