Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/actionscript-3/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js Visa API支持多种卡类型的交易_Node.js_Payment Gateway - Fatal编程技术网

Node.js Visa API支持多种卡类型的交易

Node.js Visa API支持多种卡类型的交易,node.js,payment-gateway,Node.js,Payment Gateway,我期待着将VISA支付API()集成到我基于nodejs的网站中。 在我的场景中,有两种类型的用户,买家和商家,这意味着任何买家都可以向任何商家发送金额。例如,buyer1从merchant1购买产品,因此buyer1应该能够向merchant1发送付款,类似地,buyer2从merchant2购买产品,因此它应该能够向merchant2发送付款。除此之外,我希望允许用户将付款从每种类型的交换机(万事达卡、美国运通等)转移到每种类型的交换机(万事达卡、美国运通等),如万事达卡到美国运通、美国运通

我期待着将VISA支付API()集成到我基于nodejs的网站中。 在我的场景中,有两种类型的用户,买家和商家,这意味着任何买家都可以向任何商家发送金额。例如,buyer1从merchant1购买产品,因此buyer1应该能够向merchant1发送付款,类似地,buyer2从merchant2购买产品,因此它应该能够向merchant2发送付款。除此之外,我希望允许用户将付款从每种类型的交换机(万事达卡、美国运通等)转移到每种类型的交换机(万事达卡、美国运通等),如万事达卡到美国运通、美国运通到Visa等

目前,我使用的是Visa Direct API,我只能从Visa卡发出pull请求,但push适用于所有类型的卡。但从其他牌中抽牌会产生PAN错误。它不允许从其他开关拉出吗

在这种情况下,应该使用什么API

在此方面的任何帮助都将不胜感激

多谢各位