The Change Card Program Status endpoint changes the status of a card program. This endpoint is helpful when a card program is to be suspended or activated as per the business needs. Following are the properties of this endpoint.
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Path Params
uuid
stringÂ
required
This is a unique identifier for the program that was created using the Create Card Program API.
Header Params
requestUuid
stringÂ
required
A unique id is required to be passed as part of the header whenever a SimpliFi API is called from your system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Body Params application/json
cardProgramStatus
enum<string>Â
required
This field specifies the status (ACTIVE, SUSPENDED, INACTIVE) of the Card Program.