Is there any payment gateway package for meteor js application

Hello all,

We are trying to integrate payment option in out application. Is there any packages available to do that.

Please help me regarding this,

Thanks in advance.

Ramesh

You can just use node/npm packages in Meteor. It is essentially just node with fibers.

Stripe is a really good payment gateway, great API.

https://stripe.com/docs/api/node#intro

If you’re not using Meteor 1.3 you could use the wrapped version: meteor add mrgalaxy:stripe though I’d advise the former options if you can.

Thank you josh :slight_smile:

maybe helpful too:

https://themeteorchef.com/recipes/building-a-saas-with-meteor-stripe-part-1/