#pseudonym01 - apple pay domains

1 messages ยท Page 1 of 1 (latest)

maiden schoonerBOT
sterile dome
#

Hi!

safe hornet
#

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

sterile dome
#

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?

safe hornet
#

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

sterile dome
#

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

safe hornet
#

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

sterile dome
#

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?

safe hornet
#

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

sterile dome
#

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

safe hornet
#

I think this is a bug on our end. Let me check with a colleague

sterile dome
#

Hi, just checking in?

safe hornet
#

Still digging into this with a colleague. Apologies for the wait. It seems like a bug at first glance, but we're still digging

sterile dome
#

Oh trust me I understand, lol

viscid echo
#

Hi ๐Ÿ‘‹
I'm stepping in for my colleague @safe hornet who had to step away.

sterile dome
#

Hello!

#

Is the issue still being investigated?

viscid echo
#

Yes

#

I noticed this domain record was created today

sterile dome
#

Which?

#

The example one?

viscid echo
#

Yes

sterile dome
#

Just used as a test value

viscid echo
#

So it will still be present in the test values. You can see "livemode": false for each of these.

sterile dome
#

Yes

#

But it is not reflected in the dashboard

viscid echo
#

Correct, the dashboard will reflect live domains. This is because Apple Pay needs to use the livemode: true domain even when making test payments.