Citrus SplitPay: How to integrate Split pay in mobile application

735 Views Asked by At

I have created sample merchant user in the Citrus. But I didnt know how to approach it for SplitPay. Consider my scenario , I have created shopping app for my client. I need to get some % as a commission and remaining amt will be sent to my client.

kindly advise me how to approach this task.

1

There are 1 best solutions below

0
Dhatri On BEST ANSWER

Integrating SplitPay requires you to use cURL APIs in your code to

  1. Authenticate the merchant - User-Authentication API
  2. Let the merchant create, update, get seller details and account balances - Seller API
  3. Merchants be able to add, get and update transaction and transaction split details - Transaction API
  4. Let the merchant split the transaction between sellers - Split API
  5. Get merchant account details - Merchant API
  6. Provide transaction settlement details after settlement transaction - Settlement API
  7. Let the merchant release funds to the seller account - Transaction Release Fund API
  8. Make refunds on SplitPay - SplitPay Refunds API

You can implement the cURL APIs in whichever language your backend is in. Need more help? Drop a mail at [email protected]