Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     const response = HTTP.post('https://connect.stripe.com/oauth/token', {
  2.       data: {
  3.         client_secret: Meteor.settings.private.stripe_sk,
  4.         code: code,
  5.         grant_type: 'authorization_code'
  6.       }
  7.     })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement