• The Stripe integration is pretty slick but Im running into one minor issue. I’m trying to offer the ability for a user to upgrade from level 1 to level 2 and while the shortcode works, it asks the user for a billing method even if they already entered their credit card info.

    It doesn’t seem to pull the customer object and look for existing credit cards. Any ideas or ways to get around this?

    Thanks!

    https://wordpress.org/plugins/s2member/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t think there can be a way round it because s2Member doesn’t store credit card or other financial information. This is by design. You don’t want to be responsible for it! That’s what Stripe is for.

    Thread Starter rugarte

    (@rugarte)

    Thanks for the quick reply. Do you think the data could be pulled using hooks and simply replace the billing method section with data from stripe?

    That’s a bit beyond my expertise. But, even if it’s technically feasible, I’d strongly advise you not to do it. What happens if someone gets into your site and steals the credit card info?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reusing stripe billing info’ is closed to new replies.