Get API version
Get API version
PATH:
/api/v3/version
RESPONSES:
200 OK
RESPONSE SCHEMA:
version | string Version number of currently deployed API |
400 Model validation failed.
RESPONSE SCHEMA:
Array () [
]
type | string Enum:BusinessErrorTechnicalErrorNotificationMessage Message type |
code | string <= 100 characters Confirmation or error code |
message | string <= 4096 characters Message content |
customerFacingMessage | string <= 4096 characters Message to display to customer |
actionCode | string Enum:UnavailableAskConsumerToConfirmAskConsumerToReEnterDataOfferSecurePaymentMethodsRequiresSsnAskConsumerToIdentify Possible next action to make |
fieldReference | string <= 100 characters Reference to field that caused an error |
401 Authorization has been denied for this request.
500 Internal server error.
Path
get
/api/v3/version
Response samples
200400
- {
- "version": "string"
- {
- "type": "string",
- "code": "string",
- "message": "string",
- "customerFacingMessage": "string",
- "actionCode": "string",
- "fieldReference": "string"