Update a group
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique group ID
Body
Additional metadata for the payment group update. This can include any additional information needed to update the payment group.
{
"order_id": "ord_1JYLo8KerLxWZaQtys6ZQ1xT"
}
Email of the creator of the payment group. This field is optional and should be a valid email address.
Response
The id of the group.
"ord_1234567890"
The shared identifier of the group. If null, it will create a group. If not null, it will join the group.
"KHT-XXXXXXXX"
Wether the order is in live mode or test mode.
true
The id of the organization.
"org_1234567890"
The id of the customer.
"cus_1234567890"
The email of the creator of the group.
The status of the group.
OPEN
, COMPLETED
, CANCELED
, EXPIRED
"COMPLETED"
Additional metadata for the order.
{ "basket_id": "1JYLo8KerLxWZaQtys6ZQ1xS" }
"2021-07-22T00:00:00.000Z"
"2021-07-22T00:00:00.000Z"
"2021-07-22T00:00:00.000Z"
"2021-07-22T00:00:00.000Z"
The reminder email sent status of the group.
NOT_SENT
, MIDWAY_SENT
, DAY3_SENT
, DAY2_BEFORE_END_SENT
"NOT_SENT"
"2021-07-22T00:00:00.000Z"
The id of the user who created the customer.
"usr_1234567890"
"2021-07-22T00:00:00.000Z"
The id of the user who last updated the customer.
"usr_1234567890"
"2021-07-22T00:00:00.000Z"
"2021-07-22T00:00:00.000Z"