简体   繁体   中英

Pay with Stripe or Braintree in Meteor

Is it possible to make payment with Braintree, PayPal, Stripe or something else in Meteor without using Node packages?

I have found multiple projects on GitHub, but they are all very complicated and use Node modules.

I would have thought it would be quite simple to implement payment in Meteor, but it seems some complex.

There are a number of Meteor packages for Stripe on AtmosphereJS [0] including a Meteor-native implementation . I haven't really worked with Meteor much, so I can't really comment on them, but I'm sure one of them will work for what you're trying to do.

More generally, the Stripe API is quite comprehensive because Stripe can do a lot of things, but if you're just looking to accept a customer's card and process a charge that's pretty straightforward.

Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support .

To integrate with Braintree without using the Braintree Node module, you would have to make requests against the Braintree XML API, which is not publicly documented.

If you decide to use the Braintree node package here is an example Meteor integration you could take a look at.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM