Update Card Group Status

Accepts an asynchronous request to change the status of a card group.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier for the card group.

Body Params
integer
enum
required

Card group status.

  • 0 - Frozen.
  • 1 - Normal.
  • 2 - Canceled.
Show Details
0The card group is frozen.
1The card group is in normal status.
2The card group is canceled.
Allowed:
string
length ≤ 255

Optional remark for the status change.

Headers
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the connected accounts API. If omitted or empty, the request is executed using the master account.

uuid
required

A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json