ngx-braintree icon indicating copy to clipboard operation
ngx-braintree copied to clipboard

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.

Results 56 ngx-braintree issues
Sort by recently updated
recently updated
newest added

Hi, does this component support Venmo payments? If not, any suggestions on how to implement it?

enhancement
help wanted

Greetings I am using your package and everything is working fine but I am facing issues with saved card drop-in UI is it possible to edit/delete saved card in drop-in...

Hi, are there plans to implement 3DSecure 2.0 or is it already implemented? From September 14th on it is obligatory to use it in the EU. See https://braintreepayments.docs.contently.com/v/an-overview-of-psd2-strong-customer-authentication-requirements-and-3d-secure-2 We are...

I have used checkbox below the ngx-braintree , its accept terms and conditions check box, i have to know all card details are Filled or not, if not filled the...

Any plan for VaultManager support? I am binding payment methods to customerId for Dropin, and it works well. But while i am trying to delete an existing payment method, i...

I'm implementing this with Angular 7, i have added [allowChoose]="true" to the component and it doesn't show me the next page as shown in the documentation. Maybe i'm doing something...

When I enter one of the test cards from BrainTree which returns processor declined a message comes up stating "DropinError: No Payment Method is Available". I'm not sure why this...

Also, how do you get the nonce and chargeAmount when you implement your own method? Your example shows an HTTP get, when the code shows a post to the url....

@srikanthonl , Can you add support for 3D secure?

It seems that the onPaymentStatus($event) function never executed as nothing shown in the console.log. The drop-in UI disappeared. I'm using PHP as the backend. Could anyone provide a sample json...