#NotClay
1 messages ยท Page 1 of 1 (latest)
Hello! Can you share an example page I can look at to see if you have apple pay registered correctly?
Sure! https://bib.so/CITYLIGHT
Check the console/network to see the error on safari, it loads link payments instead
the payment button is at the bottom
๐ give me a few minutes to take a look
Thanks!
Let me know if you need anything from me
So sorry! I replied in the wrong thread ๐ฆ
When you registered the apple pay domain did you only register it on the platform account?
Are you doing Express accounts + destination charges, or Express accounts + direct charges?
express accounts + direct charges, and I only registered it on the platform account
I would prefer to not "touch" the money for my product
so that is why I chose direct
Backing up for a second here - typically with direct charges we recommend using standard accounts
but I'll come back to that a bit later
If you're using direct charges you need to be registering the apple pay domain for EACH connected account
We call this out in the docs here https://stripe.com/docs/stripe-js/elements/payment-request-button?client=react#react-using-with-connect
Ah! I missed that, going to manually add the test one now
I can do that right after I onboard right?
And the secret key must be a live sk, even though it is test
Yes (to both questions)
After running that curl, I get the following error,
The account acct_1N5KkY2eoqvIeJIr was a test account created with a testmode key, and therefore can only be used with testmode keys.
I understand the error, but I am not sure how to create an account with the live key without it failing to pass verification requirements to accept payments
Would an account made with a livemode key need verification/real data?
Yeah if you create a livemode account you'd need to provide real data - but try just creating the account through the API and the immediately afterward registering the domain and see if that works
Gotcha and I could avoid needing to register domains if I do destination charges?
Yeah if you do destination charges you only need to register it on the platform account
Okay, I might go that route. Would a product like go fund me use direct charges though? What if someone disputes a transaction. I would have to handle it and not the organization
I'm not sure what gofundme would use, but yeah, if someone disputes a transaction then you (the platform) would be responsible as the platform and you'd want to claw those funds back from the connected account (https://stripe.com/docs/disputes/connect)
Gotcha, that should be okay. Thank you for the help, Iโm going to play around with both options this afternoon. Thanks for the help!!