We have a simple form that allows our customers to make payments for our services. We are using the "StripeCheckout" JS library and everything works as expected.
Some of our customers provide us with the credit card information and want us to make the payments on their behalf. This is obviously a security issue but our customers trust us :) This is a problem on stripe as it doesn't allow multiple payments to happen from the same IP (which is understood)
Would like to know if stripe provides a different API to be able to do this (that is process multiple client payments from our operations center) with the same IP?