Skip to content

PtsV2CreditsPost201Response should implement ErrorInformation #118

@wrightsonm

Description

@wrightsonm

This is a real response from the Credit Api:

Uri: "https://api.cybersource.com/pts/v2/credits"
HttpStatusCode: 201

{
"id": "[id removed]",
"submitTimeUtc": "2021-09-19T22:12:26Z",
"status": "201",
"errorInformation": {
"reason": "PROCESSOR_DECLINED",
"message": "Decline - General decline of the card. No other information provided by the issuing bank."
}

https://github.com/CyberSource/cybersource-rest-client-dotnet/blob/master/Model/PtsV2CreditsPost201Response.cs

does not implement ErrorInformation in the object model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions