5 - Set price => order status remains "Pending Payment"

POST {{base_url_servicing}}/subscriptions/{{subscription_id}}/tokens/{{token_id}}/investor-orders/set-price

Set price

Set price for many investor orders.

This is an agent endpoint - make sure to input an agent bearer in the header

  • “string” orderIds: UUID format list of orders
  • tokenPriceDateTime with format: “YYYY-MM-DDTHH:MM:SS”,

Request Body

{"orderIds"=>["e8b549e9-13a8-4208-84b9-95c9de9bfa94"], "tokenPrice"=>"2.55", "tokenPriceDateTime"=>"2023-04-19T18:14:00"}

RESPONSES

status: OK