Skip to main content
Update Prepaid Card

Authorizations

Authorization
string
header
required

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

Path Parameters

CardId
integer<int64>
required

The unique identifier of the card to be updated.

Body

application/json

The updated details of the prepaid card.

Represents the detailed properties of a prepaid card, including credit attributes, usage limits, and revalue options.

CardID
integer<int64> | null

The unique identifier of the card.

CardDiscountTypeBit
integer<int32> | null

Indicates the type of discount applied to the card.

CardDiscountAmount
number<double> | null

The discount amount applied to the card.

CardCreditTypeMoneyBit
boolean | null

Indicates whether the credit type is money.

CardCreditAccumulateBit
boolean | null

Indicates whether the credit on the card can accumulate over time.

CardCreditSingleUseBit
boolean | null

Indicates whether the credit on the card is for single-use only.

CardRevalueCashBit
boolean | null

Indicates whether the card can be revalued with cash.

CardRevalueCreditCardBit
boolean | null

Indicates whether the card can be revalued with a credit card.

CardCredit
number<double> | null

The amount of credit available on the card.

CardRevalueCredit
number<double> | null

The amount of credit added to the card during a revalue operation.

CardMaxRevalueAmountLimit
number<double> | null

The maximum limit for revalue amounts.

CreditAmountDailyLimit
number<double> | null

The daily limit on the amount of credit that can be used.

CreditAmountWeeklyLimit
number<double> | null

The weekly limit on the amount of credit that can be used.

CreditAmountMonthlyLimit
number<double> | null

The monthly limit on the amount of credit that can be used.

CreditTransactionsDailyLimit
integer<int32> | null

The daily limit on the number of transactions that can be performed.

CreditTransactionsWeeklyLimit
integer<int32> | null

The weekly limit on the number of transactions that can be performed.

CreditTransactionsMonthlyLimit
integer<int32> | null

The monthly limit on the number of transactions that can be performed.

CreditTransactionsMonthlyReload
integer<int32> | null

The number of transactions allowed per month for reloading the card.

CreditAmountCapture
number<double> | null

The amount of credit captured.

CreditTransactionsCapture
integer<int32> | null

The number of transactions captured.

CreditCaptureDate
string<date-time> | null

The date and time of the last capture.

CreditAmountDailyUsage
number<double> | null

The amount of credit used daily.

CreditAmountWeeklyUsage
number<double> | null

The amount of credit used weekly.

CreditAmountMonthlyUsage
number<double> | null

The amount of credit used monthly.

CreditAmountTotalUsage
number<double> | null

The total amount of credit used.

CreditTransactionsDailyUsage
integer<int32> | null

The number of transactions performed daily.

CreditTransactionsWeeklyUsage
integer<int32> | null

The number of transactions performed weekly.

CreditTransactionsMonthlyUsage
integer<int32> | null

The number of transactions performed monthly.

TransactionsTotalUsage
integer<int64> | null

The total number of transactions performed.

CardRevalueExpirationDate
string<date-time> | null

The date and time when the revalue credit on the card expires.

CardSetSingleUseDate
string<date-time> | null

The date and time when the card is set for single-use.

RemoveSingleUseDate
string<date-time> | null

The date and time when the single-use restriction is removed from the card.

CreditAmountMonthlyReload
number<double> | null

The monthly reload amount for the card.

CreditTransactionsTotalUsage
integer<int32> | null

The total number of credit transactions performed.

CardCustomerTypeID
integer<int32> | null

The customer type identifier associated with the card.

CardLastUpdatedBy
integer<int64> | null

The identifier of the user who last updated the card.

CardLastUpdatedDate
string<date-time> | null

The date and time when the card was last updated.

final_wd_limit_money
number<double> | null

The final weekday limit on the amount of money that can be used.

Response

200 - application/json

Prepaid card details updated successfully.

Represents a prepaid card, including its associated details and entity data.

PrepaidCard
object

Detailed properties of the prepaid card.

Card
object

The entity data associated with the card.