srikanthonl / ngx-braintree

Integrating Braintree with Angular applications. ngx-braintree, a component that you can use in Angular 4.x, 5.x, 6.x, 7.x and 8.x applications.
MIT License
37 stars 32 forks source link

"No payment method is available" #123

Open gromoc opened 5 years ago

gromoc commented 5 years ago

I have an error when I pay without fill Postal Code input

My Code: tempcode

My detail payment: temcard

Error when I continue without fill the "Postal Code" (previous screenshot): temperrorbt

What can I do it?

Version "ngx-braintree": "7.0.1"

srikanthonl commented 5 years ago

How were you able to click pay when you haven't entered post code? I mean the Pay button must not be enabled if the DropIn UI is not enabled. If you did not provide, it means that your Pay button should not be enabled.

gromoc commented 5 years ago

I believe is a bug because when I pay with the first credit card I have complete all inputs (Postal Code too), but when I want use other credit card the Pay button is disabled while I don't fill Postal Code input

tempcard

T-Coded commented 3 years ago

This is old but someone else might find this useful

This might be because you have Postal Code validations enabled in your Braintree settings. See main article here: https://articles.braintreepayments.com/guides/fraud-tools/basic/avs-cvv-rules

You can check your settings by logging in to your Braintree account > Gear (setting) icon on the top right > Fraud Management > Under the "Basic" header, click "Options" in the "AVS" sections

Hope this helps