Connector Improvement: Stripe Apple Pay domains
CompletedWe use the Stripe Connector with Connected Accounts enabled.
We need to get the results of the query
https://api.stripe.com/v1/apple_pay/domains which looks like this:
{
"object": "list",
"data": [
{
"id": "apwc_1IPGUG2ErkKEFTjHKbaKncLu",
"object": "apple_pay_domain",
"created": 1614385008,
"domain_name": "20b317ebfda6.ngrok.io",
"livemode": false
},
{
"id": "apwc_1ITApq2ErkKEFTjHtULjBjVe",
"object": "apple_pay_domain",
"created": 1615316594,
"domain_name": "5777742fd7c6.ngrok.io",
"livemode": false
},
...
}
We need this to report to Apple Pay the number of merchants who enabled
Apple Pay on their sites, immaterial of whether they have had a sale or not.
Thanks
-
Hi Menaka, we've added the table APPLE_PAY_DOMAIN to the Stripe schema. Let me know if you have any questions.
Please sign in to leave a comment.
Comments
1 comment