Payment Method Groups (PMG)
Payment method groups offer a way to organize and filter payment methods of your users.
It also allows you to display already save payment methods to a user in the checkout form when using Hosted Checkout or one of the checkout web components ( Unified Fintech Checkout or Modular Checkout).
Here is how to use it:
- Create a payment method group
- Associate existing payment methods to the payment method group
- Using a payment method group in a checkout
Creating PMGs
To create a PMG refer to the Create a Payment Method Group specification.
Associating existing payment methods to a PMG
To associate existing payment methods to a PMG refer to the Update a Payment Method Group specification.
Using a PMG in a checkout
Create a checkout via create checkout API
and pass the payment method group ID as payment_method_group_id. Once you load the Hosted Checkout form or the
checkout web component for this checkout any payment methods associated with the PMG will be displayed to the user.