7 - Mint order => set order status to "Minted"

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

Order confirmed => mint

https://docs.tokeny.com/reference/mintmanyinvestororders

This endpoint will set the order to staus: Minted

Once an order has been confirmed, two options are available, either Mint the appropriate number of token on the investor wallet or Refund the order.

Subscription can be configured to automatically mint tokens upon confirm payment (6). Contact your Customer Success Manager.

Option 1: Mint tokens

Mint many confirmed investor order to for the given subscription.

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

ethereumNetwork: https://docs.tokeny.com/docs/choosing-your-network
- “MUMBAI” in testing
- “MATIC” in production Polygon
- “MAINNET” in production Ethereum

Request Body

{"orderIds"=>["e8b549e9-13a8-4208-84b9-95c9de9bfa94"], "ethereumNetwork"=>"MUMBAI"}

RESPONSES

status: OK