#jamestha3d_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1425884396497666048
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
South Africa is not supported on Stripe
However, it is supported via Paystack: https://paystack.com/stripe/south-africa
But you would need a Paystack account and that is a separate integration.
Hello Bismarck. With a paystack integration are we able to process stripe connect commissions? or is this totally separate from stripe?
Totally separate.
what can we do if we dont want to do a separate paystack integration?
yes. we are US and Canada based
I forgot that South Africa is supported via Cross Border Payouts: https://docs.stripe.com/connect/cross-border-payouts
So if your platform is going to be the Merchant of Record then you could onboard your Connected Account with a recipient Terms of Service agreement and take advantage of Cross Border Payouts to support them.
oh great. that should work for our purposes. how do i get started with this recipient onboarding?
You remove card_payments from your requested capabilities and you use tos_acceptance.service_agreement: 'recipient': https://docs.stripe.com/api/accounts/create?api-version=2025-09-30.preview#create_account-tos_acceptance-service_agreement
okay thank you so much. one question, we already have some code that we use to transfer commissions to the right connected account. will this bit of code have to change afterwards too?
No it should not unless you are using on_behalf_of
As long as you use Destination Charges or Separate Charges & Transfers then there isn't really any change other than how you onboard the Connected Account.
Mostly I recommend testing this out in test mode
awesome. Thank you so much. i will take a look at the documents and if i have any more questions i will reach out. thank you so much
Sure thing
Thanks and bye