Skip to main content

Update Card Details

PATCH 

/api/v2/cards/:id

Retrieve details for a bank card based on the provided card ID.

Request

Path Parameters

    id The card id to update details forrequired

Body

required
    status BankCardStatusrequired

    Possible values: [ACTIVE, FROZEN, BLOCKED]

    An enumeration.

    cardName Cardname
    limits object
    single object
    amount Amount

    The limit amount.

    daily object
    amount Amount

    The limit amount.

    monthly object
    amount Amount

    The limit amount.

    autoTopUp object
    thresholdAmount Thresholdamountrequired

    The balance threshold to trigger an automatic top-up.

    topUpAmount Topupamountrequired

    The amount to be automatically topped up when the threshold is reached.

    isFavorite Isfavoriterequired
    wallet_id uuid

Responses

Successful Response

Schema
    code Code

    Default value: 200

    detail Detail

    Default value: ok

Loading...