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

NOAUTH_INTERNATIONAL #7

Open
tpops opened this issue Apr 8, 2023 · 0 comments
Open

NOAUTH_INTERNATIONAL #7

tpops opened this issue Apr 8, 2023 · 0 comments

Comments

@tpops
Copy link

tpops commented Apr 8, 2023

Hi, I decided to clean up my code base and move to using the Rave Library for Flutter wave integrations. I have been testing the library with dummy card info for successful transactions.

I have recently stumbled on a SuggestedAuth that says "NOAUTH_INTERNATIONAL". I dont see this AUTH_SUGGESTION in the documentation.

                    var payLoad = new
                        CardParams(publicFluterwaveKey, privateFlutterWaveKey,
                        customerAccount.AccountNumber, customer.PhoneNumber, customer.Email, (decimal)depositAmount,currencysymbol,
                        new Card(cardNumber,expiryMonth,expiryYear,_cvv));
                    payLoad.TxRef = System.Guid.NewGuid().ToString();
                    

                    try
                    {
                        var cha = await cardCharge.Charge(payLoad);
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

1 participant