#jatinpatel0708_api

1 messages · Page 1 of 1 (latest)

eternal drumBOT
#

👋 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/1254709807534051368

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

latent sorrel
#

here is the Registered Domain ID: pmd_1PUXbL2eK5EuH4UleypGurJB

rotund nacelle
#

Hi, let me help you with this.

#

Are both the outer and inner iframe domains verified?

latent sorrel
#

Yes

rotund nacelle
#

Also, what do you mean by "not wokring" exactly?

latent sorrel
#

Yes,

#

{
"id": "pmd_1PUXbL2eK5EuH4UleypGurJB",
"object": "payment_method_domain",
"apple_pay": {
"status": "active"
},
"created": 1719076787,
"domain_name": "ayudamadresybebeslaps.com",
"enabled": true,
"google_pay": {
"status": "active"
},
"link": {
"status": "active"
},
"livemode": true,
"paypal": {
"status": "active"
}
}

here is the Resposnse when I have validate it

rotund nacelle
#

"Apple Pay is Not Active" - how are you setting this?

latent sorrel
rotund nacelle
#

Could you try adding allow="payment" to your iframe?

latent sorrel
rotund nacelle
#

Is www.givingx.com verified too?

latent sorrel
#

Yes

rotund nacelle
#

Yes, I am looking at it too. Not sure why yet...

latent sorrel
#

okay

topaz aurora
#

do you have a link to the exact payment page you're saying is not working so I can try it on my side?

#

also note that if you are in India, it will never work for you

latent sorrel
#

The client is From the United States he is Check in the Unites States

topaz aurora
#

you're using Connect on that page and using acct_1PQD6e2eK5EuH4Ul as a stripeAccount I think? But that account does not exist, seems like you might have made a typo.

latent sorrel
#

Yes, I Integrated Connect Account, With "Standard" type

eternal drumBOT
latent sorrel
#

I have followed all these steps and validated the domain, but it is still not working.

topaz aurora
#

you have not followed the steps, the domain is still not registered on that connected account.

#

You need to make those API calls described in the doc to register it on that specific account.

narrow owl
#

👋 taking over for my colleague. Let me catch up.

latent sorrel
#

Okay, I will check it again.

narrow owl
#

let me know if you need any more help

latent sorrel
#

{
"id": "pmd_1PUXbL2eK5EuH4UleypGurJB",
"object": "payment_method_domain",
"apple_pay": {
"status": "active"
},
"created": 1719076787,
"domain_name": "ayudamadresybebeslaps.com",
"enabled": true,
"google_pay": {
"status": "active"
},
"link": {
"status": "active"
},
"livemode": true,
"paypal": {
"status": "active"
}
}

I have followed those steps and again registered Domain. and I am getting this Above response from the Stripe.

narrow owl
#

how are you registering the domain?

latent sorrel
#

Yes

narrow owl
latent sorrel
narrow owl
#

what StripeAccount have you passed?

#

please share the request ID

latent sorrel
#

here is the request Id: req_9s7g7yJrp0a70Q

narrow owl
#

you're creating the request on your platform account

#

you're not passing the StripeAccount header

#

as mentioned in the code you just shared

latent sorrel
narrow owl
#
  -u "sk_xxxx:" \
  -H "Stripe-Account: {{CONNECTED_ACCOUNT_ID}}" \
  -d domain_name="example.com"```
latent sorrel
#

I have added a Domain using This above Curl but Apple Pay still now working

narrow owl
#

what's the request ID

latent sorrel
#

I added it using Postman

narrow owl
#

the StripeAccount header is not being passed somehow

latent sorrel
narrow owl
#

can you use the curl I sent you instead?

latent sorrel
narrow owl
#

what's the request ID

#

please @latent sorrel each time you execute a new request send the request ID so we could check what happened

latent sorrel
#

req_FSTbANNjvwD6AJ

#

here is the latest Id: req_rxYqZjB7gtoRRX

eternal drumBOT
narrow owl
#

ok perfect

#

now the domain is registered

latent sorrel
#

Response body
{
"id": "pmd_1PUXbL2eK5EuH4UleypGurJB",
"object": "payment_method_domain",
"apple_pay": {
"status": "active"
},
"created": 1719076787,
"domain_name": "ayudamadresybebeslaps.com",
"enabled": true,
"google_pay": {
"status": "active"
},
"link": {
"status": "active"
},
"livemode": true,
"paypal": {
"status": "active"
}
}

yes,

narrow owl
eternal drumBOT
latent sorrel
#

req_ZoB2kNGkD7N6V4

#

Please check it it noe register for Connected account or not

modest vessel
#

Hey! Taking over for my colleague. Let me catch up.

modest vessel
#

What issue are you still facing exactly ?

latent sorrel
#

"is_connect_platform": true,
"verified_payment_methods_on_domain": {
"google_pay": true,
"apple_pay": false,
"link": true
},

modest vessel
latent sorrel
#

Okay, I will add it and get back to you.