Skip to main content

Activate a card

POST 

/v1/cards/:cardId/activate

Activates a card. Cards must be activated before they can be used for transactions.

This endpoint is idempotent and will return success if the card is already active.

Request

Path Parameters

    cardId stringrequired

    The UUID of the card to activate

Responses

The card was successfully activated.

Schema

    traceId string
    message string

    data

    object

    id stringrequired

    Card UUID

    referenceNumber stringrequired

    Card reference number

    status stringrequired

    Possible values: [ACTIVE, BLOCKED, SUSPENDED, CANCELLED]

    Current card status

    success booleanrequired

    Activation success status

    message stringrequired

    Human-readable message

    transactionId string

    Transaction ID for traceability

Loading...