# API Export to Stripe

**URL:** https://community.parabola.io/t/api-export-to-stripe/416
**Category:** Ask a question
**Tags:** Using-APIs
**Created:** [April 29, 2020, 11:51pm UTC](https://community.parabola.io/t/api-export-to-stripe/416 "2020-04-29T23:51:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![temirlan](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/temirlan/32/44_2.png) [@temirlan](https://community.parabola.io/u/temirlan)
#### Post date: [April 29, 2020, 11:51pm UTC](https://community.parabola.io/t/api-export-to-stripe/416/1 "2020-04-29T23:51:16Z")

</div>

Hi all! I’m transferring payments data (transactions, customers) from Square to Stripe. The in put was straightforward since there’s an integrated import. However, I am not sure what to write in the body of the API Export step for Stripe?

There is no reference to JSON requests in the [Stripe API](https://stripe.com/docs/api/customers/create).

---

<div class="post-metadata">

### Author: ![sachi](https://sea2.discourse-cdn.com/flex020/user_avatar/community.parabola.io/sachi/32/10_2.png) [@sachi](https://community.parabola.io/u/sachi)
#### Post date: [April 30, 2020, 3:50pm UTC](https://community.parabola.io/t/api-export-to-stripe/416/2 "2020-04-30T15:50:23Z")

</div>

Hi Temirlan! I’m guessing the error you’re encountering is similar to the error Entrepotes asked about here: [Stripe SetupIntent](https://community.parabola.io/t/stripe-setupintent/398)

Unfortunately, our API steps can’t send data x-www-form-urlencoded for normal requests, only request to get OAuth tokens. Make sure to add your support to this feature request: [Support for x-www-form-urlencoded headers](https://community.parabola.io/t/support-for-x-www-form-urlencoded-headers/392)
