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

Ptsv2creditsProcessingInformation is missing a field for RefundOptions #127

Open
m-sco opened this issue Mar 11, 2022 · 2 comments
Open

Comments

@m-sco
Copy link

m-sco commented Mar 11, 2022

Hi,

According to accepting-payments/M19-payouts.pdf (section 5.5 "Important Request Fields") , in order to process some MasterCard payouts using the CreditApi we need to supply a POW (payment of winnings) flag under this structure :

processingInformation : refundOptions : reason

Without this field the .net REST API cannot complete payouts to MasterCard under certain conditions.

The field and resulting JSON is supported server-side, it's just not included in the REST API here.

If possible, can this be supported? It would need to sit under the Ptsv2creditsProcessingInformation class.

Many thanks,

@wrightsonm
Copy link

I raised this as an issue on 14/5/2021 (not on github, but by email)
We maintain a private fork of this repo whilst we are waiting for Cybersource to implement a permanent fix.

@wrightsonm
Copy link

refundOptions has just appeared in the dotnetstandard version in this changeset:

CyberSource/cybersource-rest-client-dotnetstandard@7cf7d40#diff-2facd686175b8753ed48f0d6f6e39ffb1ed967415a0f8ee1b8dae4f8ba076260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants