#Vladdy-shipping-rate
1 messages · Page 1 of 1 (latest)
Hello 👋
Are you trying this in live mode or test mode?
Also, can you share sample request IDs where it failed?
should look something like req_xxxx
I am trying it in TEST mode and it is for a Stripe connected account...
Here is the reqID req_8VtssIJcgrZPna
Thanks! Looks like that Shipping Rate object was created on the Connected account. The call to retrieve the Shipping Rate is being made by the platform, so the call fails.
You can retry the call to retrieve the Shipping Rate and use the Stripe-Account header: https://stripe.com/docs/connect/authentication
BINGO! You da man! That was it. I forgot to add the stripe_account on the API call. I have it for all my other calls but I copied and pasted from the API docs and forgot that key.