Update A Payment Group
The API is utilized to modify the Payment Group information.
PUT
/payments/groups/{id}
Body Parameters Request
Name
Location
Type
Description
Required
id
url path
string
Existing Group ID.
Yes
name
body
string
An updated name to give the group.
description
body
string
An updated description to give the group.
user_tags
body
object
A set of k/v pairs to assign to the group.
Body parameters Response
Name
Type
Description
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