Create an Async Order under a specific Account.Ask AIpost https://integration-api.tangocard.com/raas/v2/asyncOrdersBody ParamsexternalRefIDstringrequiredlength between 0 and 100Required. Idempotent field that can be used for client-side order cross reference and prevent accidental order duplication. Will be returned in order response.customerIdentifierstringrequiredspecify the customer associated with the order. Must be the customer the accountIdentifier is associated with.accountIdentifierstringrequiredspecify the account this order will be deducted fromsenderobjectOptional. Use to set the sender’s name and email address if different than the default platform setting.Sender Details objectcampaignstringlength between 0 and 1024Optional. Campaign that may be used to administratively categorize a specific order. Must be between 0 and 1024 characters in length.purchaseOrderNumberstringThe Purchase Order Number associated with this order.notesstringlength between 0 and 150Optional order notes (up to 150 characters)lineItemsarray of objectsrequiredLine Items of the bulk order a required fieldLineItem/s*ADD objectResponses 200OK 202Accepted 400Bad Request 401Unauthorized 402Insufficient Funds 403Forbidden 422Unprocessable Entity 429Exceeded the allowable TPS rate limit 500Internal Server Error 503Service UnavailableUpdated 7 months ago