Refunding a split payment
How do I refund a split payment?
The refunding process for split payments allows merchants to return a portion or the full amount of a split payment to the original payer, with the refund being shouldered by the recipients proportional to what they received.
How to Initiate a Refund
Refunds for split payments can be initiated either through the API or the dashboard.
- To initiate a refund via the API, follow the steps in the Refund API documentation.
- To initiate a refund via the dashboard, feel free to check out our Refund help center article.
Refunds apply to the entire payment. However, partial refunds can also be processed if you don't wish to refund the full amount.
Distribution of Refunds
When you issue a refund, the refunded amount is distributed proportionally based on the original split percentages or amounts allocated to each recipient. Fees will still apply during the refund process, and they will be split proportionally among the recipients, just as in the original payment process.
For example: If a recipient originally received 50% of the net amount, they will also be deducted 50% of the refunded amount.
Sample Computation
Description | Amount |
---|---|
Original Payment | PHP 100.00 |
Recipient A | PHP 48.75 |
Recipient B | PHP 48.75 |
Fee (GCash rate) | PHP 2.50 |
If a full refund of PHP 100.00 is issued, the amounts that each recipient would shoulder will be proportional:
- Recipient A: PHP 50.00
- Recipient B: PHP 50.00
If a *partial refund** of PHP 50.00 is issued, the following amounts apply:
- Recipient A: PHP 24.38
- Recipient B: PHP 24.38
To see more examples, refer to our sample split payment computations page.
Updated 5 days ago