Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PtsV2PaymentsPost201ResponseRiskInformationRules is missing executionTiming field #41

Open
wrightsonm opened this issue Jun 7, 2022 · 0 comments

Comments

@wrightsonm
Copy link

example message that is returned from payments api after a DM rule rejection:


"rules": [
        {
          "decision": "REJECT",
          "name": "Credit Card Block",
          "executionTiming": "PRE_AUTH"
        },
        {
          "decision": "REJECT",
          "name": "CVN not submitted",
          "executionTiming": "POST_AUTH"
        }
      ],

PtsV2PaymentsPost201ResponseRiskInformationRules.cs is missing:

[DataMember(Name = "executionTiming", EmitDefaultValue = false)]
        public string ExecutionTiming{ get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant