#adam-sct
1 messages · Page 1 of 1 (latest)
Okay so transfer groups can just be any arbitrary random ID? can probably be generated by Math.random()
@tribal pond Hello hope the Thanksgiving weekend was nice
Thanks Adam, it was! hope yours was too!!
Okay so transfer groups can just be any arbitrary random ID? can probably be generated by Math.random()
yes but you want to make sure it is unique and the super rare collision with an existing ID doesn't inadvertently cause you to accidentally specify an already existing ID
I notice Stripe has this section very graciously spelled out for people giving them code to use https://stripe.com/docs/checkout/quickstart
Do you think there's any similar material for Connect - Separate Charges and Transfers in the docs, youtube, or medium posts that I may not have come across yet?
It's possible, but unlikely - connect integrations are much more complicated than Checkout, so it's difficult to provide an end-to-end guide
Since the number of Sellers involved in a Customer's Cart will vary, i guess we'll probably need to for loop over the number of Sellers involved for every Checkout Purchase