One is a wrapper which allows you to specify different payment processors
without changing your API calls (sort of like how nodemailer lets you send
mail through different providers without changing anything, or how
passport.js allows you to use OAuth/Login through different providers).

The latter only lets you use authorize.net.

Not many people ever switch payment providers once they have one setup, but
there are situations where you might want to support alternatives - e.g.
paypal and credit cards (e.g. via Stripe).

On Sun, Mar 20, 2016 at 11:40 PM, Ltc Hotspot <ltc.hots...@gmail.com> wrote:

> Matt:
>
> Here is a copy of the URL link that refers to the Node.js SDK for
> Authorize.net payment gateway.The URL link is available at
> https://github.com/ltc-hotspot/Node-for-Authorize-net
>
> The bottom page refers to Gateway API(s).
>
> Question: What is the difference between the Gateway API and the the
> Node.js SDK for Authorize.net payment gateway?
>
> Hal
>
> On Sunday, March 20, 2016 at 6:51:34 PM UTC-7, Matt Sergeant wrote:
>>
>> Can you be more specific in your question? You basically asked "what's
>> the difference between X and X". Which of course there is none.
>>
>> You probably don't even need a wrapper, to be honest. Just pick a payment
>> processor (e.g. Stripe or Paypal) and implement payment. It's not that hard.
>>
>> On Sun, Mar 20, 2016 at 1:56 PM, Ltc Hotspot <ltc.h...@gmail.com> wrote:
>>
>>> Hi Everyone:
>>>
>>>
>> --
> Job board: http://jobs.nodejs.org/
> New group rules:
> https://gist.github.com/othiym23/9886289#file-moderation-policy-md
> Old group rules:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> To post to this group, send email to nodejs@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/nodejs/72125ff3-c27f-47a1-9b5a-6055dcc1ef96%40googlegroups.com
> <https://groups.google.com/d/msgid/nodejs/72125ff3-c27f-47a1-9b5a-6055dcc1ef96%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CAPJ5V2ZBDWjDVhUJut1ZUC%3DV8E97To5g%2BOVi44_OVuUMsCyBzw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to