CyberSource / CyberSource/cybersource-rest-client-java
PtsV2PaymentsPost502Response missing id params?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 29
- Forks
- 50
- Avg merge
- 28m
- Merged PRs (30d)
- 1
Description
Hi, the PtsV2PaymentsPost502Response class doesn't have an id field while the response returned has an id field?
PtsV2PaymentsPost502Response
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: - SYSTEM_ERROR - SERVER_TIMEOUT - SERVICE_TIMEOUT | [optional] |
| message | String | The detail message related to the status and reason listed above. | [optional] |
Response:
"2025-09-17 11:32:49.175(,)INFO (,)Invokers.ApiClient(,)psp-onecredit(,)10.36.174.50(,){""id"":""758083*******3867"",""submitTimeUtc"":""2025-09-17T04:32:49Z"",""status"":""SERVER_ERROR"",""reason"":""SYSTEM_ERROR"",""message"":""Error -
General system failure.""}"
"2025-09-17 11:32:49.175(,)ERROR(,)Invokers.ApiClient(,)psp-onecredit(,)10.36.174.50(,)ApiException : 502 Bad Gateway"
"2025-09-17 11:32:49.175(,)DEBUG(,)Invokers.ApiClient(,)psp-onecredit(,)10.36.174.50(,)Network Response :
...
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating PtsV2PaymentsPost502Response and inspecting how its response properties are defined or generated. Compare the class with the documented 502 payload and the sample response; the work is done when the response's id is represented and deserializes correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100