Payment Services that use Wallet.js
Published 2021-11-9I'm not sure who makes Wallet.js, but I don't think it's NMI because they make Collect.js. In any case, these are sites that use it:
- https://sandbox.approvely.net/docs/api/
- https://sandbox.basysiqpro.com/docs/api/
- https://sandbox.bluedogpayments.com/docs/api/
- https://sandbox.durangomsgateway.com/docs/api/
- https://sandbox.fluidpay.com/docs/api/
- https://sandbox.gosparrowone.com/docs/api/
- https://sandbox.gotnpgateway.com/docs/api/
- https://sandbox.mgipayments.com/docs/api
Also, 2AP.
How I scraped these:
Google Search for "If you do not have a default processor set, you must include the processor_id property in the request body or the transaction will fail."
(better than Brave or DuckDuckGo for this use case)
var all = $$('cite').reduce(function (all, $el) {
all[$el.firstChild.data] = true;
return all;
}, {});
var sites = Object.keys(all).sort();
console.log('- ' + sites.join('/docs/api/\n- ') + '/docs/api');
By AJ ONeal
Thanks!
It's really motivating to know that people like you are benefiting
from what I'm doing and want more of it. :)
Did I make your day?
Buy me a coffee
(you can learn about the bigger picture I'm working towards on my patreon page )