#yabdab - Apple Pay connect

1 messages ยท Page 1 of 1 (latest)

tranquil hinge
#

Hello, yes it does work with connect but there can be subtle issues with how to set this up

#

Can you send me the ID of this connected account?

#

Also where exactly are you getting that error?

river hull
#

acct_1A1yDfGKMHqraiAT

#

in the console when I attempt to mount the button

#

I can message you a tmp url to look at, just don't want it public

tranquil hinge
#

Thanks, checking in to this

#

And are you creating direct charges here or are these destination charges?

river hull
#

what is the difference, I want paynent o go directly to standard connected account, never going through the platform

tranquil hinge
#

Direct charges are payment intents that you create directly on the connected account, they work best with standard accounts

river hull
#

I am assuming that is how I have it setup

tranquil hinge
#

If you are using those you probably are using some parameter like stripe_account = acct_123 when creating the payment intent

river hull
#

using my platform client_id and passing along the connected account id

tranquil hinge
river hull
#

ok, let me give that a try

#

ok, I am already doing that

tranquil hinge
#

Can you send me the ID of the payment intent that you are using here? (pi_123)

river hull
#

looks likeI need to clean up somehting first, just a sec

#

ok, i need to regenerate my platform key to work . Stay tuned

#

ok, all is good, still no apple pay button though

tranquil hinge
#

When you say all is good, does that mean some progress has been made here? Or just that regenerating the key fixed some other issue?

river hull
#

yea, switched to live mode to see if that would fix things. It did not

tranquil hinge
#

Gotcha. So can you send me the ID of one of these payment intents (pi_123)?

river hull
#

pi_3LZc18GKMHqraiAT0VNz4iZU

#

nothing in the console , error not showing, maybe because using live key?

tranquil hinge
#

Ah I found it, for this kind of charge, you need to register Apple Pay slightly differently

#

For standard charges like this you need to register the domain via the API as the connected account

river hull
#

use the platform key, but designate the connected account id in the call, correct?

tranquil hinge
#

Correct

river hull
#

will the domains still show up in dash, or is it all programatic ?

tranquil hinge
#

I think they should show up in the dashboard here

#

It is also important to do this with your live mode platform key

river hull
#

but the current versions need to be removed first?

tranquil hinge
#

Correct

river hull
#

ok, let me try this out

#

whats that link, not seing in dash nav?

tranquil hinge
#

Is this still on acct_1A1yDfGKMHqraiAT?

river hull
#

yes

tranquil hinge
#

I am not seeing any domains on that account that were registered today.

river hull
#

cant find url to go delete current

tranquil hinge
#

Let me see if I can see your API call in our logs

river hull
#

nm, got it

tranquil hinge
river hull
#

๐Ÿ™Œ

#

that did it. thanks so much!

#

I think I tried this before, but used test key

#

now I know.

#

Have great day friend ๐Ÿ˜€

#

one last thing, if I am in test mode, I can use cards in my wallet but they will not be charged, correct?

tranquil hinge
#

Correct, Stripe will just create fake test cards on that customer with our 4242 test card

#

Your real cards will not be used at all by Stripe here