#pseudonym01 - apple pay domains
1 messages ยท Page 1 of 1 (latest)
Hi!
Hi there ๐
Do you have a Request ID for the call that's returning 2 domains? 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 center 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.
Lemme dig it up
Odd I cannot seem to find anything in the logs that would relate to applePay for any of our accounts
I could perform the request locally and give you the json result?
Would that be sufficient?
Are you making the call with an Account header? In other words, are you making the API call on behalf of a Connect account? If that's the case, it might show up in that account's logs, rather than the platform account's logs
I am, and I checked that
Though I am open to the possibility I am completely missing something
I did attempt to view the logs both as the "main" account and viewing the dashboard as the connect account, nothing in the logs regarding ApplePay at all
Hmmm, you may have to filter by method and make sure that GET requests are included.
If that doesn't work, try making the call and posting the payload. I think I should be able to dig through that and
I did receive this as part of the StripeList<ApplePayDomain>.StripeResponse.RequestId: req_CREB8wg87n88Iu
RawJObject
"object": "list" Newtonsoft.Json.Linq.JToken+LineInfoAnnotation Property True object
"data": [
{
"id": "apwc_1LukaEGbgL7XfNsD1nnAblCS",
"object": "apple_pay_domain",
"created": 1666217874,
"domain_name": "alpha.instatip.app",
"livemode": false
},
{
"id": "apwc_1MTuXGGbgL7XfNsDMu9HikyJ",
"object": "apple_pay_domain",
"created": 1674597610,
"domain_name": "example.com",
"livemode": false
}
] Newtonsoft.Json.Linq.JToken+LineInfoAnnotation Property True data
"has_more": false Newtonsoft.Json.Linq.JToken+LineInfoAnnotation Property True has_more
"url": "/v1/apple_pay/domains" Newtonsoft.Json.Linq.JToken+LineInfoAnnotation Property True url
Is that what you needed?
Yeah, digging into it now
That's really bizarre. I wonder if it's taking a little while to show up in the Dashboard because it was added today
I was wondering something similar myself
conversely deleting something from the dashboard does not change the result from the API, as in removing "alpha.instatip.app" in the dashboard does not remove it from the API response
I think this is a bug on our end. Let me check with a colleague
Hi, just checking in?
Still digging into this with a colleague. Apologies for the wait. It seems like a bug at first glance, but we're still digging
Oh trust me I understand, lol
Hi ๐
I'm stepping in for my colleague @safe hornet who had to step away.
Yes
Just used as a test value
So it will still be present in the test values. You can see "livemode": false for each of these.
Correct, the dashboard will reflect live domains. This is because Apple Pay needs to use the livemode: true domain even when making test payments.