Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transfer stripe amount to paypal

Is any way to transfer stripe amount to PayPal. OR Is any way to transfer PayPal amount to Stripe.

Actually In some case, some customers have only credit card and merchant is providing PayPal OR some customers have only PayPal account and merchant is providing Stripe Payment.

So I want some API that full-fill such type of requirement.

Please provide me a way for cross platform transaction.

like image 297
Manraj Avatar asked Nov 23 '16 06:11

Manraj


People also ask

Can I send money from my Stripe account?

In the US, you can also add funds from your bank account to your Stripe balance to send payouts that are not tied to Stripe transactions. To start, global payouts require payments accepted with Stripe.

How does Stripe move money?

The Stripe API offers InboundTransfer and OutboundTransfer to facilitate moving money between users' external bank accounts and their Treasury financial accounts. The Stripe API also offers OutboundPayment to facilitate moving money from users' Treasury financial accounts to third-parties' external bank accounts.


1 Answers

No you can not transfer over cross platform as of now. Stripe provides withdrawal from connected bank account and PayPal doesn't allow traditional ACH deposits.

There no API from stripe for transfer to paypal and vice versa.

like image 127
Harry Avatar answered Oct 09 '22 06:10

Harry