• Resolved walkintheway

    (@walkintheway)


    I have installed the Striper plugin on my wordpress site in order to integrate woocommerce with Stripe. I have both Striper and Stripe in test mode. When I make a test purchase on my site, everything seems to work fine. I can go to my Striper account and there will be a log of that test purchase. According to Stripe.com, Stripe then sends a token back to my site’s server. Where do I find this token, and what am I supposed to do with it in order to actually charge the customer’s credit card? Since Striper integrates woocommerce and Stripe, I am told by Stripe.com that I have to talk to Striper support to help me with this. Does Striper save the token somewhere? Does Striper do something with the token so that the card is charged automatically when in live mode? Please help. Thanks!

    https://www.ads-software.com/plugins/striper/

Viewing 1 replies (of 1 total)
  • Plugin Author Sean Voss

    (@seanvoss)

    Hey Walkintheway,

    There are a few tokens in play here. The first is your public and secret live and test keys. You need to enter those in the striper admin panel, let me know if you need help finding this.

    Striper handles the other type token for you, if you look at the stripe website and lookup stripe.js, Striper is an implementation of that. When you initally hit purchase a dance is done in the background, there is sends the user’s credit card via https over to stripe and in return it sends Striper an auth token, that is then passed to complete (or in the case of auth & capture, authorize).

    Does that make sense to you?

Viewing 1 replies (of 1 total)
  • The topic ‘Where to find the Stripe token in Striper’ is closed to new replies.