3 - Confirm order creation on behalf of an investor => set order to status “Pending Payment"
POST {{base_url_servicing}}/subscriptions/{{subscription_id}}/tokens/{{token_id}}/investor-orders/2eb84ecc-65da-46dc-a7fa-3d675a1cbfce/pending-payment
3 - Update initiated order(s) to “Pending Payment"
This endpoint will set the order to staus: Pending Payment
After creating an order (2), it is considered as a ‘draft’ as there could be a DocuSign step. Therefore, the order is not set to pending automatically and you must call this third step to confirm the payment from the investor point of view.
Therfore, if there is no need for a DocuSign, you can:
Call
Create order
endpointRight after, call the
Confirm payment
endpoint
Request Body
{"identityId"=>"ca9220ad-30e0-44d7-b16c-b8df296f5b83"}
RESPONSES
status: OK