Is there any api that will take params such as users credit card number, expiration date, cvc, amount and send that money to a customize payment gateway account such as Paypal, BrainTree, Authorize.Net etc.
-
Are you talking about this http://stackoverflow.com/questions/18460993/paypal-api-can-we-transfer-money-to-multiple-accounts-in-a-transaction – Subodh Joshi Sep 03 '15 at 05:28
3 Answers
Please check this
http://apievangelist.com/2014/02/26/payment-apis-that-i-am-watching/
Plenty of Payment Gateway you can check in above link and for youe specific requirement you can check in same link.
Spreedly
Spreedly is a cloud based credit card vault that allows you to work with one or multiple payment gateways over time or simultaneously
. Dramatically reduce your PCI compliance scope, work with the world’s payment gateways and add on newer payment types like Dwolla and GoCardless.

- 12,717
- 29
- 108
- 202
You must be carefull with systems (cloud platforms ) which stores Credit data. They must be clomplaint with PCI DSS.
Paypal Vault : https://developer.paypal.com/docs/integration/direct/rest-vault-overview/ . In this other Stackoverflow link u can get more info.