Skip to main content
POST
Reactivate a cardholder

Overview

Reactivates a suspended cardholder. Once reactivated, the cardholder’s status returns to ACTIVE and their cards can transact again immediately. This endpoint has no request body.

Path Parameters

Example

Success Response (200)

Returns the full updated cardholder object with status: ACTIVE and suspendedAt: null:

Webhook

A CARDHOLDER_REACTIVATED event fires immediately after a successful reactivation:

Error Codes

Authorizations

Authorization
string
header
required

API key from the FYATU CaaS portal. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

Cardholder reactivated

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Cardholder retrieved"

data
object
meta
object