カード注文 API
Requires OAuth2 access token obtained via the D1 OAuth2 API.
The id of the issuer
Random identifier which can be used to correlate the different API calls done as part of a single use-case. This identifier will be the one primarily used for troubleshooting.
Warning: This identifier should not be derived from sensitive personal data, as its value will be logged in clear.
There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for other purpose than logging and troubleshooting.
^[A-Za-z0-9_-]{1,64}$List of cards to be produced in a single request
Successful card orders
Operation information.
Unique identifier of the operation
^[A-Za-z0-9_-]{1,64}$Bad request due to invalid URI, headers, parameters, or payload.
Unauthorized request due to missing or invalid access token.
List of errorCode / error:
- AUTHORIZER_UNAUTHORIZED - Unauthorized message
Request forbidden by authorization rules or business constraints.
List of errorCode / error:
- AUTHORIZER_FORBIDDEN - not authorized error message
- OPERATION_NOT_ALLOWED - Name of the operation/field that is not allowed in this operation
Requested resource not found.
Internal server error while processing the request.
List of errorCode / error:
- INTERNAL_ERROR - Error details (if any)
The service is temporarily unavailable. You may retry your request later.
暗号化データ
最終更新
役に立ちましたか?