Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Hope you didn’t install WooCommerce Stripe Gateway plugin, or any other Stripe plugin.

    If so, please deactivate those first.

    Now, please follow this to setup Stripe split pay and stripe connect – https://docs.wclovers.com/vendor-payment/

    If you still getting any errors, then contact directly Stripe support. They will fix this for you, possibly your account’s some service needs to be activated!

    Thank You

    Thread Starter alocin-deu

    (@alocin-deu)

    Yes, i desactivated that plugin and it Works !

    Thanks a lot you have a good plugin and a nice helpful support

    Nicola

    Plugin Author WC Lovers

    (@wclovers)

    Great … thanks for the update!

    You are always welcome ??

    Please be safe.

    Is it possible to add other custom payment gateways like blocknomic for bitcoin payments?

    Plugin Author WC Lovers

    (@wclovers)

    Is it possible to add other custom payment gateways like blocknomic for bitcoin payments?

    – For what purpose? Receiving customer payment or payout vendor’s commission?

    for customer payments

    Plugin Author WC Lovers

    (@wclovers)

    OK, then off course there has WooCommerce payment gateway for these payment options.

    Just use those.

    Thank You

    Problem: When a vendor signup to create his account, the step of connect stripe give me this error messsage when i click on the blue button stripe:

    This link is invalid or has expired.
    Please retry your action or
    contact us
    if this problem persists.

    I have the same issue. I installed stripe gateway and I tried to deactivate it. I set up everything in Stripe. Could you let me know the redirect URL? When I click the Stripe Connect, it is linked express account. How can I change it?

    Plugin Author WC Lovers

    (@wclovers)

    I installed stripe gateway and I tried to deactivate it.

    – Stripe connect WCFM inbuilt feature, no third party plugin require for this.

    Be sure you have setup WCFM Stripe properly – https://docs.wclovers.com/vendor-payment/

    Add this line to use Stripe standard account –

    add_filter( 'wcfm_is_allow_stripe_express_api', '__return_false' );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin –?https://www.ads-software.com/plugins/code-snippets/

    I have a different and persistent error. I get:

    {“error”:{“message”:”Standard OAuth is disabled for this Stripe Connect integration. If you own this integration, you can enable the Standard OAuth flow in the Connect Settings page in your dashboard.”}}

    before putting your code I had the express error the same. Have spoken to Stripe many times and they say everything is correct and working but WCFM is not connecting to my Stripe account properly.

    Would be good to know how to fix this as I really don’t want to use Paypal.

    Hope somebody can help me.

    I have the same problem with the error after the code..
    {“error”:{“message”:”Standard OAuth is disabled for this Stripe Connect integration. If you own this integration, you can enable the Standard OAuth flow in the Connect Settings page in your dashboard.”}}

    I got it working.
    I missed the Client ID in the Dashboard -> Payment settings.

    In Stripe settings i have activated OAuth for standard accounts.
    I added these 2 Urls:
    https://DOMAIN.COM/?store-setup=yes&step=payment
    https://DOMAIN.COM/store-manager/settings/

    Then i didn’t use the “add_filter( ‘wcfm_is_allow_stripe_express_api’, ‘__return_false’ );”
    for me it is not working with this.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘stripe connection’ is closed to new replies.