Skip to main content
Update Card Details

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Body

application/json

The updated details of the card.

Represents the details of a card, including its attributes, status, and associated actor information.

MobileNumber
string | null

The mobile number associated with the card.

CardID
integer<int64> | null

The unique identifier of the card.

ActorID
integer<int64> | null

The unique identifier of the actor associated with the card.

CardUniqueIdentifier
string | null

The unique identifier assigned to the card.

CardDisplayNumber
string | null

The display number of the card.

CardHolderName
string | null

The name of the cardholder.

CardStatus
integer<int32> | null

The current status of the card.

CardType
integer<int32> | null

The type identifier of the card.

CardUserIdentity
string | null

The unique identity or user ID associated with the card.

UpdatedDt
string<date-time> | null

The date and time when the card was last updated.

CreatedDt
string<date-time> | null

The date and time when the card was created.

CreatedBy
integer<int64> | null

The identifier of the user who created the card.

UpdatedBy
integer<int64> | null

The identifier of the user who last updated the card.

CountryID
integer<int32> | null

The identifier of the country associated with the card.

Email
string | null

The email address associated with the card.

CardPhysicalType
integer<int32> | null

The physical type identifier of the card.

MemberType
integer<int32> | null

The membership type identifier associated with the card.

CardActivationDate
string<date-time> | null

The date and time when the card becomes active.

CardExpirationDate
string<date-time> | null

The date and time when the card expires.

CardImageUrl
string | null

The URL of the image associated with the card.

CardNote
string | null

Any additional notes associated with the card.

wd_limits_money
string | null

The monetary limits applied to the card on specific weekdays.

wd_limits_trans
string | null

The transaction limits applied to the card on specific weekdays.

use_wd_limit
boolean | null

Indicates whether the weekday limits are enabled for the card.

CardExternalApplicationUserID
string | null

The external application user ID associated with the card.

Refs
object | null

Additional references or metadata associated with the card.

Response

200 - application/json

The card details were updated successfully.

Represents the details of a card, including its attributes, status, and associated actor information.

MobileNumber
string | null

The mobile number associated with the card.

CardID
integer<int64> | null

The unique identifier of the card.

ActorID
integer<int64> | null

The unique identifier of the actor associated with the card.

CardUniqueIdentifier
string | null

The unique identifier assigned to the card.

CardDisplayNumber
string | null

The display number of the card.

CardHolderName
string | null

The name of the cardholder.

CardStatus
integer<int32> | null

The current status of the card.

CardType
integer<int32> | null

The type identifier of the card.

CardUserIdentity
string | null

The unique identity or user ID associated with the card.

UpdatedDt
string<date-time> | null

The date and time when the card was last updated.

CreatedDt
string<date-time> | null

The date and time when the card was created.

CreatedBy
integer<int64> | null

The identifier of the user who created the card.

UpdatedBy
integer<int64> | null

The identifier of the user who last updated the card.

CountryID
integer<int32> | null

The identifier of the country associated with the card.

Email
string | null

The email address associated with the card.

CardPhysicalType
integer<int32> | null

The physical type identifier of the card.

MemberType
integer<int32> | null

The membership type identifier associated with the card.

CardActivationDate
string<date-time> | null

The date and time when the card becomes active.

CardExpirationDate
string<date-time> | null

The date and time when the card expires.

CardImageUrl
string | null

The URL of the image associated with the card.

CardNote
string | null

Any additional notes associated with the card.

wd_limits_money
string | null

The monetary limits applied to the card on specific weekdays.

wd_limits_trans
string | null

The transaction limits applied to the card on specific weekdays.

use_wd_limit
boolean | null

Indicates whether the weekday limits are enabled for the card.

CardExternalApplicationUserID
string | null

The external application user ID associated with the card.

Refs
object | null

Additional references or metadata associated with the card.