• We’ve been using a stripe ach plugin for quite some time, it has been outdated for some time, and it’s giving problems, it still makes the required charges.

    We have reviewed the meta in the subscriptions and we have the customer (cus_) tokens and then we have the source token, they start with src_, ba_, or card_ although this other plugin only supports ACH, so the real question is can we put the same cus_ token and (src_|ba_|card_) token in you plugin meta field to make your plugin take care of that WooCommerce subscription? (this would be for ACH subscriptions)

    If it helps, this is the plugin we want to migrate from https://festplugins.com/woocommerce-stripe-ach-gateway/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter enghell

    (@enghell)

    Any input on this?

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @enghell

    so the real question is can we put the same cus_ token and (src_|ba_|card_) token in you plugin meta field to make your plugin take care of that WooCommerce subscription? (this would be for ACH subscriptions)

    Yes, you can take the ba_ token and put it in the _payment_method_token meta field and the ACH payment gateway will process the recurring payment. Make sure you also set the _payment_method metakey to a value of stripe_ach.

    Your ACH payment methods should only start with ba_ if they were created using ACH.

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can we transfer the stripe tokens from another ACH Stript plugin to this one?’ is closed to new replies.