braintree_php icon indicating copy to clipboard operation
braintree_php copied to clipboard

Braintree PHP library

Results 42 braintree_php issues
Sort by recently updated
recently updated
newest added

The braintree php library is fairly frustrating to use from a typehint/phpdoc standpoint. The phpdocs are often times just plain wrong. Just some examples of bad phpdoc: Not using @throws,...

triaged

### General information * SDK/Library version: latest stable * Environment: either, it's a feature missing * Language, language version, and OS: PHP, 8.2.12, Linux ### Issue description Braintree SDK does...

### General information * SDK/Library version: 6.18.0 * Environment: Production * Language, language version, and OS: PHP 8.1.2 on ubuntu 2.17 ### Issue description When calling `$result->toString()` on a `Braintree\Result\Error`...

Using PHP 8.1, Opencart 3.0.3.9, and Braintree Payments 'BraintreePaymentGatewayPro-2024-3-12' We were getting errors, which we know were related to lack of PHP 8.1 support from the SDK. We only use...

Hello everyone! I am interested in any information that anyone has heard. My general concerns are: 1. Braintree sales department is not responding, is there any other way to register...

### General information * SDK/Library version: 6.19.0 * Environment: Production * Language, language version, and OS: PHP 8.3 on Centos 7.5 ### Issue description Are there plans to support PHP...

2025-05-09T10:01:06+00:00 ERR (3): Order placement failed: Your payment could not be taken. Please try again or use a different payment method. Unknown or expired payment_method_nonce. 2025-05-09T10:01:06+00:00 ERR (3): Trace: #0...

Hi all, I am self-hosting Invoice Ninja's v4 with PHP 7.2 on digital ocean and got the email from Braintree re updating the SSL certificates before June 30th 2025. Because...

# Upgrade your integration to continue accepting Braintree payments Braintree updated the root SSL certificate provider for api.braintreegateway.com (sandbox and prod) on April 12, 2024. The SSL certificates for PHP...

We have request like this to check if customer exist or not but when I use this function $gateway->customer()->find($id); It must not send PHP error when nothing return else we...