# Stripe Transfert Funds

**URL:** https://community.parabola.io/t/stripe-transfert-funds/270
**Category:** Ask a question
**Tags:** Building-Flows, Using-APIs
**Created:** [April 1, 2020, 5:55pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270 "2020-04-01T17:55:57Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Entrepotes](https://avatars.discourse-cdn.com/v4/letter/e/a9a28c/32.png) [@Entrepotes](https://community.parabola.io/u/Entrepotes)
#### Post date: [April 1, 2020, 5:55pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/1 "2020-04-01T17:55:57Z")

</div>

Hi,  
I really appreciate the help given by the parabola team and I want to thank them again for that.  
They always succeed in helping me!  
I’m setting up a new flow and I can’t get any output data…  
Where is my mistake?  
Thanks again for your help!  
[Capture d’écran, le 2020-04-01 à 12.18.41|690x398](https://community.parabola.io/uploads/short-url/8smotC8uA9LTrjkfS4yyFvoKff6.png)

 ![Capture d’écran, le 2020-04-01 à 12.18.26](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/71ddf0514dc12b6872c0870299c09fb4fd15c96e.png) ![Capture d’écran, le 2020-04-01 à 12.18.02](https://us1.discourse-cdn.com/flex020/uploads/parabola/original/1X/d2d230f462724b5d422d661910a06117148de2e9.png)

---

<div class="post-metadata">

### Author: ![brian](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian/32/11_2.png) [@brian](https://community.parabola.io/u/brian)
#### Post date: [April 1, 2020, 7:13pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/2 "2020-04-01T19:13:23Z")

</div>

Hey there! I see a few issues:

1. You are using an API Export, but I think you want to use an API Import, since you want to import data into Parabola from Stripe.
2. The endpoint `https://api.stripe.com/v1/transfers` will pull in a list of all of your transfers. So in the API Import, you would keep it as the default GET request.
3. To auth, you can use the Username and Password method you are using, but keep the password field blank.

Let me know if that works!

---

<div class="post-metadata">

### Author: ![Entrepotes](https://avatars.discourse-cdn.com/v4/letter/e/a9a28c/32.png) [@Entrepotes](https://community.parabola.io/u/Entrepotes)
#### Post date: [April 1, 2020, 8:00pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/3 "2020-04-01T20:00:59Z")

</div>

Thank you for your response,  
I have managed to do what you tell me and it shows me correctly the list of transfers made.  
However, I would like to create a new transfer…  
I will have JSON data beforehand and API Export will be the last block of my flow.  
Do you know what I mean?  
Thanks

---

<div class="post-metadata">

### Author: ![brian](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian/32/11_2.png) [@brian](https://community.parabola.io/u/brian)
#### Post date: [April 1, 2020, 9:31pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/4 "2020-04-01T21:31:40Z")

</div>

Yes, if you want to export some data to create a transfer, you will need to have that data imported into Parabola somehow, and then send it to an API Export.

---

<div class="post-metadata">

### Author: ![Entrepotes](https://avatars.discourse-cdn.com/v4/letter/e/a9a28c/32.png) [@Entrepotes](https://community.parabola.io/u/Entrepotes)
#### Post date: [April 1, 2020, 11:05pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/5 "2020-04-01T23:05:17Z")

</div>

yes that’s what I tried to do on the screenshots of the API Export but I don’t understand why it doesn’t create any transfer…

---

<div class="post-metadata">

### Author: ![brian](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/brian/32/11_2.png) [@brian](https://community.parabola.io/u/brian)
#### Post date: [April 1, 2020, 11:07pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/6 "2020-04-01T23:07:50Z")

</div>

Do you have data connected to it? In the original screenshot, you had no data going into the API Export.

---

<div class="post-metadata">

### Author: ![Entrepotes](https://avatars.discourse-cdn.com/v4/letter/e/a9a28c/32.png) [@Entrepotes](https://community.parabola.io/u/Entrepotes)
#### Post date: [April 1, 2020, 11:09pm UTC](https://community.parabola.io/t/stripe-transfert-funds/270/7 "2020-04-01T23:09:11Z")

</div>

All right, I’m gonna do this now, and I’ll get back to you when I get there.  
Thank you!
