cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
13 lines (9 loc) • 1.15 kB
Markdown
# CyberSource.PtsV2RetrievePaymentTokenGet502Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
**status** | **String** | The status of the submitted transaction. Possible values: - SERVER_ERROR | [optional]
**reason** | **String** | The reason of the status. Possible values: - INTERNAL_SERVER_ERROR | [optional]
**message** | **String** | The detail message related to the status and reason listed above. | [optional]
**id** | **String** | An unique identification number generated by Cybersource to identify the submitted request. Returned by all services. It is also appended to the endpoint of the resource. On incremental authorizations, this value with be the same as the identification number returned in the original authorization response. | [optional]