Create A Payment Group
The API is utilized to create a payment group within the account. A group is generated with a given wallet. Once created, you can oversee the group’s payment requests based on various criteria such as time, location, business unit, etc.
POST
/payments/groups
Body Parameters Request
description
string
A short description of the group
wallet
string
The Wallet ID linked to this group.
Yes
name
string
A label to to identify the group.
Yes
user_tags
object
A set of k/v pairs to assign to the group.
Body parameters Response
description
string
Extended description of group
id
string
Unique id of group
locked
boolean
When locked, no new actions can be made
name
string
Visual name of group
type
string
entity type (group)
user_tags
object
A set of k/v pairs of user tags to assign to this group
wallet
string
id of wallet this group is associated with
Request Example
Response
Last updated