v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Cards

Update Prepaid Card

Updates the details of a prepaid card associated with a specific card ID.

put/v1/cards/{CardId}/prepaid

Path parameters

CardIdinteger required

The unique identifier of the card to be updated.

Request body

CardIDinteger nullable

The unique identifier of the card.

CardDiscountTypeBitinteger nullable

Indicates the type of discount applied to the card.

CardDiscountAmountnumber double nullable

The discount amount applied to the card.

CardCreditTypeMoneyBitboolean nullable

Indicates whether the credit type is money.

CardCreditAccumulateBitboolean nullable

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

CardCreditSingleUseBitboolean nullable

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

CardRevalueCashBitboolean nullable

Indicates whether the card can be revalued with cash.

CardRevalueCreditCardBitboolean nullable

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

CardCreditnumber double nullable

The amount of credit available on the card.

CardRevalueCreditnumber double nullable

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

CardMaxRevalueAmountLimitnumber double nullable

The maximum limit for revalue amounts.

CreditAmountDailyLimitnumber double nullable

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

CreditAmountWeeklyLimitnumber double nullable

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

CreditAmountMonthlyLimitnumber double nullable

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

CreditTransactionsDailyLimitinteger nullable

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

CreditTransactionsWeeklyLimitinteger nullable

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

CreditTransactionsMonthlyLimitinteger nullable

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

CreditTransactionsMonthlyReloadinteger nullable

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

CreditAmountCapturenumber double nullable

The amount of credit captured.

CreditTransactionsCaptureinteger nullable

The number of transactions captured.

CreditCaptureDatestring date-time nullable

The date and time of the last capture.

CreditAmountDailyUsagenumber double nullable

The amount of credit used daily.

CreditAmountWeeklyUsagenumber double nullable

The amount of credit used weekly.

CreditAmountMonthlyUsagenumber double nullable

The amount of credit used monthly.

CreditAmountTotalUsagenumber double nullable

The total amount of credit used.

CreditTransactionsDailyUsageinteger nullable

The number of transactions performed daily.

CreditTransactionsWeeklyUsageinteger nullable

The number of transactions performed weekly.

CreditTransactionsMonthlyUsageinteger nullable

The number of transactions performed monthly.

TransactionsTotalUsageinteger nullable

The total number of transactions performed.

CardRevalueExpirationDatestring date-time nullable

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

CardSetSingleUseDatestring date-time nullable

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

RemoveSingleUseDatestring date-time nullable

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

CreditAmountMonthlyReloadnumber double nullable

The monthly reload amount for the card.

CreditTransactionsTotalUsageinteger nullable

The total number of credit transactions performed.

CardCustomerTypeIDinteger nullable

The customer type identifier associated with the card.

CardLastUpdatedByinteger nullable

The identifier of the user who last updated the card.

CardLastUpdatedDatestring date-time nullable

The date and time when the card was last updated.

final_wd_limit_moneynumber double nullable

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

Response

Prepaid card details updated successfully.