API Export to Stripe

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.

1 Like

Hi Temirlan! I’m guessing the error you’re encountering is similar to the error Entrepotes asked about here: Stripe SetupIntent

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

1 Like