Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello there,

    This is a good question, it sounds like a site that uses subscriptions with 7 days free trial (I mean this type of business model).

    To capture future payments please check this documentation:
    https://stripe.com/docs/payments/capture-later

    Let us know if there are any questions.

    Thread Starter mechenggkamal

    (@mechenggkamal)

    Capture later only allows 7 days delay. Most times subscription or payment later in crowdfunding happens on larger timeframe.

    Please see the link provided again above for SCA payment workflow with payment intent. Here is the link again.

    https://stripe.com/en-gb-ch/guides/sca-payment-flows#crowdfunding

    Needs to know how this can be implemented with paymentintent with this plugin.

    Workflow flow looks something like this.

    – Custom meta data is added to product page. (Future date of collection and Boolean Athat turn 1 on date of collection)

    – Passing this data to stripe via payment intent. (I believe this is explained in following linkhttps://docs.paymentplugins.com/wc-stripe/config/#/code_examples)

    – Capture payment on future data of collection when boolean A turn to 1 between certain dates.

    Plugin Support Ryan Ray, a11n

    (@ryanr14)

    Hi @mechenggkamal,

    This could certainly be possible within Stripe, but it would take some custom development work. That is a really cool feature though they have built into their platform.

    From the WooCommerce perspective, we try not to build features like this into the payment method specifically. Rather if there were an extension that added this feature to WooCommerce itself it would have its own crowdfunding engine that lets it work with any payment method.

    I assume you may have already gone down that route though, as I’m personally not finding any crowdfunding options for WooCommerce or WordPress itself that will save a card token to later be charged if the funding was successful.

    I don’t have a great way forward for you, but perhaps our ideas board would be a great place to suggest us building in support for the crowdfunding feature in Stripe. — https://ideas.woocommerce.com/forums/133476-woocommerce

    Thread Starter mechenggkamal

    (@mechenggkamal)

    Hi @ryanr14

    I believe your plugin already supports subscription services. So I believe there must be functionality of saving cards in your plugin. If there is then I just need how you have implemented that, so instead of charging reoccurring subscription it is one time payment in future date.

    Hi @mechenggkamal

    I believe your plugin already supports subscription services.

    This Stripe plugin supports recurring payments via WooCommerce Subscriptions – which has the feature to save payment methods. If you are interested, we have documentation for the subscription plugin: https://woocommerce.com/documentation/plugins/woocommerce/woocommerce-extensions/woocommerce-subscriptions/

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Setup Future Payment to certain date’ is closed to new replies.