tyler-johnson / stripe-meteor

A Meteor package containing Stripe.js, Node-Stripe, and Stripe Checkout.
https://atmospherejs.com/mrgalaxy/stripe
150 stars 44 forks source link

Support for Managed Accounts #33

Closed eventrio closed 8 years ago

eventrio commented 9 years ago

I am working on integrating stripe using Stripe Connect and Managed Accounts but your package does not seem to support this functionality. Is there any chance you can update this package to the newest version of the node-stripe package to gain access to this functionality?

I am currently attempting to call:

Stripe.accounts.create(payload, cb);

But I am getting:

Cannot call method 'create' of undefined

pointing to that line in the code. I am using https://stripe.com/docs/api#account_object as a reference for integration.

Thanks

dennisharrison commented 9 years ago

For now use: https://github.com/tyler-johnson/stripe-meteor/pull/32

benjick commented 9 years ago

Forked it for real and published https://atmospherejs.com/benjick/stripe @dennisharrison @eventrio until @tyler-johnson comes back

dennisharrison commented 9 years ago

@benjick Thank you :+1:

VioletaCalvo commented 9 years ago

Thank you!

xamlit commented 9 years ago

You rock. Thanks man!

BradRyan commented 9 years ago

:+1:

generalleger commented 8 years ago

@benjick Thanks!

tyler-johnson commented 8 years ago

Stripe has been bumped to 4.0. Thanks!