I have integrated Braintree payment gateway into my application to process payment transactions.
I have a feature where I need to generate paycheck for other users according to their preferred frequency cycle and credit their respective calculated amount into their preferred payment methods such as Paypal, Applepay.
Upon referring documentation of Braintree marketplace to disburse amount to multiple users we need to register user as submerchant and split payment amount into their respective accounts but our application is destined for Brazil and according to documentation of Braintree
Braintree Marketplace is only available for business models in which the master merchant and sub-merchants are all domiciled in the US. It is not compatible with PayPal, Braintree's recurring billing, or most third-party shopping carts.
Hence I cannot opt market place service for implementation of paycheck feature . Please suggest me an appropriate service which I need to use to accomplish paycheck feature. Looking forward for appropriate solution to my question.