I am getting the following error in my Backdropcms site that has civicrm and event registration functionality. I have installed the Stripe Payment Processor for testing the Stripe payment. I added the test publishable and secret keys and added this payment processor in the event registration form.

Now when i am trying to submit the registration form, I am getting this error.

Error: Call to a member function create() on null in CRM_Stripe_Customer::create() (line 103 of
 /src/files/civicrm/ext/com.drastikbydesign.stripe/CRM/Stripe/Customer.php).

Can anyone help what i do wrong or How can i solve this error?

Comments

Sudipto, you may have more luck in the CiviCRM forums for this as this looks like a CiviCRM error.

Many people use Stripe in Backdrop without issue, albeit it can take a bit to get setup.

@caramia4457 Where I will set this "set “Test” mode" there is no option in the form. There is two option for live mode credentials and test mode credentials, so i only added the test mode credentials and tried to test the stripe.