#johan
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Hi thank you so much
You can't use this feature between IE platform and connected account in MY, as the error says.
You might need to create a platform in MY.
if I create a platform in MY do I need to do anything else code wise?
or Stripe will know where to charge automatically
@misty haven
well if you had a platform in MY then the fee would not be crossing internationally at least
https://support.stripe.com/questions/connect-availability-for-businesses-located-in-malaysia
platforms outside of Malaysia, with connected accounts in Malaysia, will not be permitted to collect application fees on the charges on the Malaysian connected account.
how do we charge them the application fee if we don't have a platform malaysian account? I was just checking and we need to be registered in Malaysia in order to create a stripe platform account
is there a workaround for these type of scenarios? can we charge them separately or something liket that? @icy nymph
how do we charge them the application fee if we don't have a platform malaysian account?
you don't really
one option might be to ask the owner of the account to register with you as a Customer(entering their card details), and then you can charge that Customer as a regular payment through your platform(not associated with their Connected account) to get money
how do we do this in the case of subscriptions and recurrent payments?
I guess you could listen for webhooks for each successful payment the end customer makes on the subscription, and at that time, charge the saved card of the connect account user. Or set up a 'parallel' subscription that charges that connected account user for fees, in addition to the one charging the end-customer.
thanks a lot for explaining this, if you were me what solution would you implement? this one seems very hard to maintain