Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for Split Payments #209

Open
sverleis opened this issue Mar 25, 2024 · 1 comment
Open

Allow for Split Payments #209

sverleis opened this issue Mar 25, 2024 · 1 comment
Labels
needs: documentation The issue/PR requires documentation to be added. needs: tests The issue/PR needs tests before it can move forward. priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: enhancement The issue is a request for an enhancement.

Comments

@sverleis
Copy link

Is your feature request related to a problem? Please describe.
The other payment gateway available to South African merchants allows for split payments between 2 accounts.
Payfast also allows for split payments - https://developers.payfast.co.za/docs#splitpayments

Describe the solution you'd like
Allow for even just limited split payments on an account-wide basis, as a percentage split.

Describe alternatives you've considered
Use Paystack, which offers this functionality.

Additional context

@sverleis sverleis added type: enhancement The issue is a request for an enhancement. needs: documentation The issue/PR requires documentation to be added. needs: tests The issue/PR needs tests before it can move forward. labels Mar 25, 2024
@vikrampm1 vikrampm1 added the priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. label Mar 27, 2024
@wpshellbelle
Copy link

A merchant recently reached out to request this feature. They did initially reach out to Payfast and they shared that the plugin must be edited in order to support split payments as mentioned here.

This merchant worked with Payfast to create a workaroud for now (editing the plugin). They have removed ['setup']['split_payment'] as they mentioned it must be excluded from signature string (shared by the merchant):

Screen Shot 2024-05-14 at 10 15 39 AM

I'm unsure if removing this will cause other issues but did want to share the info shared by this merchant.
Merchant ticket: 8189364-zd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: documentation The issue/PR requires documentation to be added. needs: tests The issue/PR needs tests before it can move forward. priority: low The issue/PR is low priority—not many people are affected or there’s a workaround, etc. type: enhancement The issue is a request for an enhancement.
Projects
None yet
Development

No branches or pull requests

3 participants