#4rlenrey
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- 4rlenrey-email-receipts, 4 days ago, 20 messages
Do you have a request ID for that request?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Yup (Wasn't sure if it wasn't something I shouldn't share here. Sorry):
req_cxcCsuoui9QZ7w
IDs are safe to share. You can't do anything with them unless you have access to API keys for that account.
Re. your question: it looks like you can change unit price via the currency_options.usd.unit_amount attribute (https://stripe.com/docs/api/prices/update?lang=python#update_price-currency_options-<currency>.unit_amount), but you can't change the actual underlying currency. You would have to create a new Price for that other currency.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.