Skip to main content

createAsyncIssuanceRequest

Creates one or more async issuance requests.

**Critical items** of note:

  • This mutation has a hard limit of **1000 requests** per call. Verified Orchestration **strongly** recommends implementing a batching strategy when an unknown number of requests will be issued.
createAsyncIssuanceRequest(
request: [AsyncIssuanceRequestInput!]!
): AsyncIssuanceRequestResponse!

Arguments

createAsyncIssuanceRequest.request ● [AsyncIssuanceRequestInput!]! non-null input

Type

AsyncIssuanceRequestResponse union

The createAsyncIssuanceRequest mutation response. Either a successful response or a validation error response.