2 - Accept order => set order status to "Pending" / "Pending Payment"

POST {{base_url_servicing}}/redemptions/{{redemption_id}}/orders/accept

By accepting the order, you will block the number of token to redeem from the investor wallet. You will be able to burn tokens after confirming the redemption payment has been made.

Request Body

{"orderIds"=>["d312182c-e31d-4f57-88f9-f955ba21b804"], "redemptionId"=>"b62c35e6-d247-44da-bd90-04bcbe988ad1"}

RESPONSES

status: OK

{"hash":"0x2fa12f22b4c06c58ec574c6cbb009b580ec6c7960d835516b024218553ed8adc","transactionId":"675b204a-543e-4801-928a-832ad040546a","id":"2ab7b250-d3c6-4d04-be6f-a33b40d62b5e"}