Closed vickymessii closed 6 years ago
Firstly, I am creating a sub_merchant for payment, then, I want to make a transaction, but when I am going to Create a Sale Transaction, I am getting is currently unable to handle this request. HTTP ERROR 500 I am using this Code.
$mid = $result->merchantAccount->id; $res = Braintree_Transaction::sale([ 'merchantAccountId' =>$mid, 'amount' => $amount, 'paymentMethodNonce' => $nonce, 'serviceFeeAmount' => $serviceFeeAmount ]);
Please contact Braintree Support for help with your integration.
I am facing same issue. How did you fix it?
@dipen-apptrait Please contact Braintree Support for help with your integration.
General information
Firstly, I am creating a sub_merchant for payment, then, I want to make a transaction, but when I am going to Create a Sale Transaction, I am getting is currently unable to handle this request. HTTP ERROR 500 I am using this Code.