#tanukidemon
1 messages · Page 1 of 1 (latest)
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/
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I can't search the page, but what header is it under? I can scroll until I find it. Thank you
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
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
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.