• Hello,

    I have two stripe accounts with two different Publishable and Secret Keys. I need both of them because some of my clients pay to the first one and some of them to the second one. In the plugin options, I can set only one Publishable and Secret Keys.

    Is there any chance to use your plugin with two accounts and change them by PHP or jQuery? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, when you create a new product under advanced settings, you can enable the following option Use Other Stripe Account.

    Let me know if this is what you are looking for.

    Thank you

    Plugin Author mra13

    (@mra13)

    Just adding to what @mbrsolution said, you can use that feature of “per product stripe account” option for normal payments (standard one time payments). That feature won’t work for subscriptions (subscription payments) at this stage.

    Thread Starter stynex

    (@stynex)

    Hi, Unfortunately, these options will not work for me. We don’t sell any products. We selling services. I created a separate PHP page on my website with details about our customers which we already have and use ‘do_shortcode()’ to add the payment button as I put manually the following values: name / price / button_text / description / item_logo / customer_name / customer_email / class (for css). We don’t use any other options which you provide. This work very good for us and I’m very happy with your plugin, but we have to divide the payments to 2 different stripe accounts. We already have two accounts in Stripe and will be very helpful if I can to set two different Publishable and Secret Keys into your plugin and use the plugin from a shortcode only. For example:

    do_shortcode( ‘[accept_stripe_payment account=”1 or 2″ name=””‘ . $value . ‘” button_text=”Pay Now” description=”‘ . $array . ‘” item_logo=”” customer_name=”‘ .$myname . ‘” customer_email=”‘ . $email . ‘” class=”myButton stripe-pay-btn”]’ );

    How you can see, I use only the shortcode to create the button.

    I look forward to hearing from you.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Two accounts in one website’ is closed to new replies.