Confirm investor orders by ID

Confirm investor order for the given subscription and ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
string
required
Body Params
string
required

Order UUID.

string
required

Confirmed invested payment amount. It does not apply to payment amounts of type AT_CREATION.

string | null
enum

Exchange rate type applied at payment

Allowed:
string
required

Exchange rate applied at payment. It does not apply when exchange rates are manual.

Responses
200

Subscription investor order confirmed successfully

400

Investor order confirmation by issuer failed due to invalid data.

The confirmed received amount ({confirmedAmountBaseCurrency} {subscriptionBaseCurrency}) is lower than the subscription's flat fee ({intervalFeeAmount} {subscriptionBaseCurrency})

401

Unauthorized

403

Token not manageable with this authentication.

You cannot set the price of an order which is not pending payment, has payment received, or has already a price.

Investor order not manageable with this authentication.

404

Token not found.

Subscription not found.

Investor order not found.

Holder not found.

Interval not found.

No interval with id {subscriptionIntervalId} was found in subscription ${subscriptionId}.

409

You cannot place an order because this subscription has reached its cap.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!