Page 1 of 1

Braintree CC - Anyone Using in 1.0.8.x?

Posted: Sun May 23, 2021 2:11 am
by zipurman
Just wondering if anyone is using the Braintree CC payment module in 1.0.8.x?

I am trying to get it working with the braintree API sandbox and it seems to have some issues. Just wondering if anyone has it working or if I should dig into trying to solve why it does not appear to work.

https://developers.braintreepayments.co ... esting/php

I am trying to use the sandbox cards and values, but no matter what, the cards come back as:

There has been an error processing your credit card
Please try again and if problems persist, please try another payment method.

I am using my own sandbox account, with Merchant ID, Public Key, Private Key, Client Side Encryption Key, USD: USD,CAD.

Errors were being thrown on line 362 of includes/modules/payment/braintree_cc.php Trying to get property 'transaction' of non-object - fixed by changing to

Code: Select all

if ( !empty($this->result->transaction)) {


Thanks for any ideas ;)

Re: Braintree CC - Anyone Using in 1.0.8.x?

Posted: Fri May 28, 2021 9:16 am
by zipurman
Okay, so I have created a new braintree credit card addons. I am thinking of creating some more payment mods similar to my shipping mods, where they all use similar logic and look the same. I will be releasing these as I do them as PAID addons. The braintree addon will be released after some more testing.

Anyone have any payment processors they wish were available to Phoenix?

Re: Braintree CC - Anyone Using in 1.0.8.x?

Posted: Mon May 31, 2021 1:48 pm
by Greasemonkey
One word.... ApplePay.

There needs to be a web Apple/Android Pay payment module. I've been working with @BrockleyJohn to create a upgraded Stripe module that has an ApplePay feature. Would be great to see more options.

I tried, once apon a time, using the BT app - but it was way beyond me.

Re: Braintree CC - Anyone Using in 1.0.8.x?

Posted: Mon May 31, 2021 3:53 pm
by zipurman
I am working on the Braintree ApplePay next ;)

Will let you know when there is progress.