#khoi
1 messages · Page 1 of 1 (latest)
Hello there
Yes you can receive payments via Paypal outside of Stripe, then top up, then transfer to your Connected Accounts as long as they are in the same region.
Paypal is indeed on the roadmap but we don't handle betas or upcoming features in this channel as it is a public channel.
You will be better off asking your Support contact for a way to sign up or to get updates about Paypal launching in the future
this is great. so as long as our sellers go through Stripe Connect Onboarding flow, we satisfy KYC compliance and there is no concern with account flagging or making transfer into that account?
There should not be, no. But really I focus on the API and not on regulatory compliance so I'd always recommend confirming this with our Support team as well.
This will indeed work from an API perspective
gotcha. another followup question i have on this on how to handle a refund:
- can i refund a transfer (that's not paid out to bank account yet)
- can i debit user bank account to request a transfer
1/ yes
2/ no, you can turn on "debit negative balances" depending on the country of your Connected Account(s): https://stripe.com/docs/connect/account-balances#accounting-for-negative-balances
This will initiate a debit from their attached external account if they have a negative balance
To clarify for 1/... you would "reverse" the transfer, not refund it.
gotcha
sorry another unrelated questions
can i turn on apple pay for individual selected connect account
(not all)
What integration are you using?
stripe connect express
Sorry, how are you collecting PaymentMethods? Where/how are you displaying Apple Pay?
Payment Element?
Checkout?
Payment Request Button?
Got it, then you would determine whether to display Apple Pay or not when you render Payment Element using: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets-applePay
Yep
not a stripe level setting
Not for Payment Element with Destination Charges or Separate Charges and Transfers, no.
gotcha
i just enabled it
and it shows up but the native apple pay prompt quickly dismisses
do you know what could cause that
Hmm are you trying to create the PaymentIntent on your platform or on a Connected Account?
And is your domain registered?
right i am
interestingly the button only shows on safair mobile, not safari desktop
maybe i need to set up safari desktop with apple wallet first?
It should always show in private browsing but won't work if it isn't set up correctly
It is a nuance of how Apple handles displaying Apple Pay
Usually you will have to have a live card in your Apple Wallet and have the domain registered for the button to show
Unless you are using Private Browsing that is
Correct
Yep
this is super helpful
thank you!
do you know if apple-developer-merchantid-domain-association file will change?
ie: i turn on, turn off, and turn on apple pay a few times
(to make sure i set things up correctly)
i don't see how that would change the domain association file
sweet