What is a good package for handling payments

We are working on a web / mobile app that will require payments. In the past when I used Express or Loopback to build an application, I would use the Braintree API to handle payments. This time however, I want to try to use MeteorJS. I have seen a few ways to handle payments, but they all use Meteor hacks and / or look kinda hackish. What is a good package that can handle at least credit card payments that doesn’t use some hackish wrapper or other scary workaround? ( those things have been one of 3 main reasons I am scared of using Meteor)

You could use Stripe, http://themeteorchef.com/recipes/building-a-saas-with-meteor-stripe-part-1/