1 - Create an order on behalf of an investor => set order to "Initiated" status
POST {{base_url_servicing}}/redemptions/{{redemption_id}}/orders
1 - Create a close-ended redemption order on behalf of an investor => set order to Initiated
status
Request Body
{"redemptionId"=>"{{redemption_id}}", "tokenAmount"=>"12", "paymentCurrency"=>"USD", "paymentInformation"=>{"iban"=>"investorIban", "bicSwift"=>"investorBicSwift", "label"=>"investorLabel", "bankName"=>"investorBankName", "accountOwner"=>"investorAccountOwner"}, "identityId"=>"4d9f9ba9-8138-4a6e-af4a-95767f974343"}
RESPONSES
status: Created
{"id":"73a31035-a331-4f07-8ccd-ffce5dea02ae","redemptionId":"b62c35e6-d247-44da-bd90-04bcbe988ad1","tokenId":"ed71ea99-19b7-4fb0-bbcc-ed3250a57c25","tokenAmount":"91","paymentCurrency":"USD","holderId":"9efb9ffe-9583-4f33-8240-6860d9960a5d","bankAccountId":"93338184-4d43-411d-a7cc-bbf7cce1994e","status":"INITIATED","createdAt":"2023-09-27T13:59:17.102Z","updatedAt":"2023-09-27T13:59:17.102Z"}