Activate Card

POST /account/cards/{id}/card_activation

Activates a card by ID. The card must belong to an authenticated user.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Response

{
    "statusCode": 201,
    "statusMessage": "Accepted for processing",
    "payload": {
        "id": "9361b0f7-8c8a-486f-bc53-cfda39acbc98",
        "message": "Card activated",
        "traceId": "gdlyfx1kn79mm0e66an",
    }
}

Last updated