XF 2.1 Braintree payment profile

Dynamic

Well-known member
Hi guys,

I have set up a Braintree sandbox account. I have everything configured, but unfortunately when I go to add the payment profile in Xenforo, it gives me an error;

Authentication error:

It does not list anything else, nor does anything get recorded in any of the error logs. All of the fields have the correct keys and settings.

Thanks.
 
The Braintree sandbox will probably only work if you disable live payments in src/config.php:
PHP:
$config['enableLivePayments'] = false;
Please add that line and try again.
 
Hi Chris,

That seems to have worked. However, it will not let me go through with the transaction. I can't "buy" the subscription to see how Xenforo works with Braintree. Is this as designed?

Thanks.
 
Sorry, not what I mean.

When trying to make the "purchase" the credit card form will not let me fill it out. All fields are disabled and will not let any numbers be input.

Thanks.
 
Top Bottom