#majks_code
1 messages ยท Page 1 of 1 (latest)
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.
- majks_code, 3 days ago, 29 messages
- majks_code, 6 days ago, 14 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1249683584080547850
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
What is the issue you are facing exactly ?
How to configure Google domain
When I want to configure domain it gives me same page when configuring apple domain.
Are you following this guide
https://docs.stripe.com/payments/payment-methods/pmd-registration
yes Apple is already confimed
You added a domain here:
https://dashboard.stripe.com/settings/payment_method_domains
Yes
But I verified it with apple-developer-merchantid-domain-association
Now I want to do same for google
But it is always giving me for Apple
There is no additional verification step for Google.
Just add the domain (and make the verification for Apple Pay)
Aa okay same file for both okay
It's active now then.
The file is just required for Apple, for Google no additional verification is needed
And on verified domain I should se apple and google pay options.
For payment intents do I need to also call this `import stripe
stripe.api_key = "sk_test_......"
stripe.PaymentMethodDomain.create(
domain_name="example.com",
stripe_account='{{CONNECTED_ACCOUNT_ID}}',
)`
๐ What you can share safely
This is a public server. Anyone can see the messages posted here, so you need to be careful when sharing certain information.
๐ Not safe to share
Do not share anything sensitive or privileged on Discord, including the following:
- ๐ Secret API keys (most Stripe secret API keys start with
sk_,rk_, orek_) - ๐ Secrets (examples include Stripe's client secrets, which contain
_secret_, and Stripe's webhook signing secrets, which start withwhsec_) - ๐ Passwords, keys, or other login/authentication details
- ๐ Information about non-public features or functionality
If you don't want something public, don't share it here.
โ Safe to share
Stripe object IDs are safe to share in public, and are often required to help us investigate and debug issues. Some examples of IDs you can share safely are:
- โ
Customer IDs (
cus_) - โ
Checkout Session IDs (
cs_) - โ
Subscription IDs (
sub_) - โ
Invoice IDs (
in_) - โ
Setup Intent IDs (
seti_) - โ
Payment Intent IDs (
pi_) - โ
Charge IDs (
ch_andpy_) - โ
Request IDs (
req_)
This list isn't comprehensive; there are too many Stripe object IDs and prefixes to list that are safe to share publicly.
If in doubt, ask someone on this server with the Stripe Staff role if a particular piece of information is safe to share before you share it.
You need to do this if you want to register the domain on one of your Connected Accounts
It is your key, Stripe docs gets your key and insert it in the code snippets for better usage
Shiet