#majks_code

1 messages ยท Page 1 of 1 (latest)

empty cometBOT
uncut roverBOT
#

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.

empty cometBOT
#

๐Ÿ‘‹ 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.

velvet violet
#

What is the issue you are facing exactly ?

soft herald
#

How to configure Google domain

velvet violet
soft herald
#

yes Apple is already confimed

velvet violet
soft herald
#

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

velvet violet
#

There is no additional verification step for Google.

#

Just add the domain (and make the verification for Apple Pay)

soft herald
#

Aa okay same file for both okay

velvet violet
#

It's active now then.

#

The file is just required for Apple, for Google no additional verification is needed

soft herald
#

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}}',
)`

empty cometBOT
#

๐Ÿ’ 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_, or ek_)
  • ๐Ÿ›‘ Secrets (examples include Stripe's client secrets, which contain _secret_, and Stripe's webhook signing secrets, which start with whsec_)
  • ๐Ÿ›‘ 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_ and py_)
  • โœ… 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.

soft herald
#

This is copy paste from your docs

#

It is not my key

velvet violet
velvet violet
soft herald
#

Shiet

velvet violet
#

Please delete it.

#

Thanks

soft herald
#

So for payment intent this is not needed

#

I do not use Connect feature