# Create Order with wallet **POST /orders/with-wallet** ## Servers - Production: https://zim.api.zimconnections.com (Production) - Sandbox: https://zim.api.dev.zimconnections.com (Sandbox) ## Authentication methods - Oauth2 ## Parameters ### Body: application/json (object) - **planID** (string) The Plan ID which is linked to the Order - **accountID** (string) The Account ID linked to this Order. Allows to generate orders `OnBehalf` of another Account. If omitted this will default to the Account associated with the User making the query. - **currencyISO** (string) The currency ISO for the Order. If omitted, this will default to the preferred currency for the Account. - **notifyRecipient** (boolean) If `true`, a notification, push / sms or email will be sent to the end User based on the Account preferences. - **quantity** (number) The quantity of Plans to purchase for this Order. - **userNanoIDs** (array[string]) A list of Users ID for which the Order is being generated. ## Responses ### 200 Order creation succeeded #### Body: application/json (object) - **id** (string) - **accountID** (string) - **planID** (string) - **userID** (string) - **createdAt** (date) - **status** (string) - **type** (string) [Powered by Bump.sh](https://bump.sh)