---
title: "Group Payment"
source_url: https://docs.rapyd.net/en/group-payment.html
lang: en
---

# Group Payment

Collects money from multiple payment methods.

A group payment consolidates 2 to 10 individual payments into a single transaction.

> **Note:**
>
> - The individual payments must all be supported in the same country and must use the same currency.
> - A single payment method can appear only one time in a single group payment.
> - A customer who has multiple payment methods can use each of them up to one time in a single group payment.
> - If a payment fails, you can add another one to the group payment using [Create Payment](https://docs.rapyd.net/en/create-payment.md "Create Payment"). Set `group_payment` to the ID of the relevant group payment. The total amount of all payments that have not failed must be equal to or less than the amount of the group payment.
> - You can refund all or part of a group payment. A partial refund is apportioned among all the payments according to their percentage of the total amount.
> - Group payments do not support FX.
> - Group payments do not support escrows.
> - A group payment can be canceled if the status of all payments is **ERR** or **ACT**.
> - A group payment can be refunded if the status of all payments is **CLO**.

Methods - Group Payment

- [Create Group Payment](https://docs.rapyd.net/en/create-group-payment.md "Create Group Payment")
- [Create Group Refund](https://docs.rapyd.net/en/create-group-refund.md "Create Group Refund")
- [Retrieve Group Payment](https://docs.rapyd.net/en/retrieve-group-payment.md "Retrieve Group Payment")
- [Cancel Group Payment](https://docs.rapyd.net/en/cancel-group-payment.md "Cancel Group Payment")

Group Payment Webhooks

- [Group Payment Completed Webhook](https://docs.rapyd.net/en/group-payment-completed-webhook.md "Group Payment Completed Webhook")

Group Payment Error Messages

- [Group Payment Errors](https://docs.rapyd.net/en/group-payment-errors.md "Group Payment Errors")
