#tanukidemon

1 messages · Page 1 of 1 (latest)

wanton saddleBOT
jagged cosmos
#

It looks like there should be an endpoint to list them. I can see it in the API reference but am having trouble linking it. Can you search for "list all exchange rates" in this doc and see if it shows up for you? https://stripe.com/docs/api/

tardy mortar
#

I can't search the page, but what header is it under? I can scroll until I find it. Thank you

jagged cosmos
#

Should be "Exchange Rates"

#

It may also be a good idea to reach out to Salesforce's support here. If they wrote the connector, they may have an easier way for you to get a list of their IDs

tardy mortar
#

The connector is a Stripe product, but if I can get the endpoint to list the rate ids I should be able to figure out the rest. I can't find the section for exchange rates in the api reference you linked to. Is it possible to just copy paste or include a screenshot or something? And then maybe I can take it from there

jagged cosmos
#

Apologies, I forget that we make some connectors ourselves. The API reference has this for the curl version of the list request:

curl -G https://api.stripe.com/v1/exchange_rates \
  -u "sk_test_1234:" \
  -d limit=3```
#

I think our support team would have to help you further, that API is in beta as far as I know so I'm limited in how I can help around it https://support.stripe.com/?contact=true