v1
latestOpenAPI 3.0.02026-07-242035712.0 MBGroup
Create group
The Create Group API enables the creation of group containers that apply any attributes assigned to the group to linked accounts during Card Creation or throughout the card's lifecycle. <br> Group types are beneficial for segmenting according to the options listed below, for day-to-day management of accounts and group segmentation. These types will also be visible when reviewing rules under group segmentation using Paycontrol.
post/pws/pws_group_create/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"group_desc": "Testing group Description",
"group_name": "Testing group",
"group_type": 2,
"risk_level": "Default"
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"id": 183
}
}