Skip to main content
PUT
/
v1
/
cards
/
{CardId}
/
prepaid
Update Prepaid Card
curl --request PUT \
  --url https://qa-lynx.nayax.com/operational/v1/cards/{CardId}/prepaid \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "CardID": 123,
  "CardDiscountTypeBit": 123,
  "CardDiscountAmount": 123,
  "CardCreditTypeMoneyBit": true,
  "CardCreditAccumulateBit": true,
  "CardCreditSingleUseBit": true,
  "CardRevalueCashBit": true,
  "CardRevalueCreditCardBit": true,
  "CardCredit": 123,
  "CardRevalueCredit": 123,
  "CardMaxRevalueAmountLimit": 123,
  "CreditAmountDailyLimit": 123,
  "CreditAmountWeeklyLimit": 123,
  "CreditAmountMonthlyLimit": 123,
  "CreditTransactionsDailyLimit": 123,
  "CreditTransactionsWeeklyLimit": 123,
  "CreditTransactionsMonthlyLimit": 123,
  "CreditTransactionsMonthlyReload": 123,
  "CreditAmountCapture": 123,
  "CreditTransactionsCapture": 123,
  "CreditCaptureDate": "2023-11-07T05:31:56Z",
  "CreditAmountDailyUsage": 123,
  "CreditAmountWeeklyUsage": 123,
  "CreditAmountMonthlyUsage": 123,
  "CreditAmountTotalUsage": 123,
  "CreditTransactionsDailyUsage": 123,
  "CreditTransactionsWeeklyUsage": 123,
  "CreditTransactionsMonthlyUsage": 123,
  "TransactionsTotalUsage": 123,
  "CardRevalueExpirationDate": "2023-11-07T05:31:56Z",
  "CardSetSingleUseDate": "2023-11-07T05:31:56Z",
  "RemoveSingleUseDate": "2023-11-07T05:31:56Z",
  "CreditAmountMonthlyReload": 123,
  "CreditTransactionsTotalUsage": 123,
  "CardCustomerTypeID": 123,
  "CardLastUpdatedBy": 123,
  "CardLastUpdatedDate": "2023-11-07T05:31:56Z",
  "final_wd_limit_money": 123
}
'
{
  "PrepaidCard": {
    "CardID": 123,
    "CardDiscountTypeBit": 123,
    "CardDiscountAmount": 123,
    "CardCreditTypeMoneyBit": true,
    "CardCreditAccumulateBit": true,
    "CardCreditSingleUseBit": true,
    "CardRevalueCashBit": true,
    "CardRevalueCreditCardBit": true,
    "CardCredit": 123,
    "CardRevalueCredit": 123,
    "CardMaxRevalueAmountLimit": 123,
    "CreditAmountDailyLimit": 123,
    "CreditAmountWeeklyLimit": 123,
    "CreditAmountMonthlyLimit": 123,
    "CreditTransactionsDailyLimit": 123,
    "CreditTransactionsWeeklyLimit": 123,
    "CreditTransactionsMonthlyLimit": 123,
    "CreditTransactionsMonthlyReload": 123,
    "CreditAmountCapture": 123,
    "CreditTransactionsCapture": 123,
    "CreditCaptureDate": "2023-11-07T05:31:56Z",
    "CreditAmountDailyUsage": 123,
    "CreditAmountWeeklyUsage": 123,
    "CreditAmountMonthlyUsage": 123,
    "CreditAmountTotalUsage": 123,
    "CreditTransactionsDailyUsage": 123,
    "CreditTransactionsWeeklyUsage": 123,
    "CreditTransactionsMonthlyUsage": 123,
    "TransactionsTotalUsage": 123,
    "CardRevalueExpirationDate": "2023-11-07T05:31:56Z",
    "CardSetSingleUseDate": "2023-11-07T05:31:56Z",
    "RemoveSingleUseDate": "2023-11-07T05:31:56Z",
    "CreditAmountMonthlyReload": 123,
    "CreditTransactionsTotalUsage": 123,
    "CardCustomerTypeID": 123,
    "CardLastUpdatedBy": 123,
    "CardLastUpdatedDate": "2023-11-07T05:31:56Z",
    "final_wd_limit_money": 123
  },
  "Card": {
    "CardID": 123,
    "ActorID": 123,
    "CardUniqueIdentifier": "<string>",
    "CardDisplayNumber": "<string>",
    "CardHolderName": "<string>",
    "CardStatus": 123,
    "CardType": 123,
    "CardUserIdentity": "<string>",
    "UpdatedDt": "2023-11-07T05:31:56Z",
    "CreatedDt": "2023-11-07T05:31:56Z",
    "CreatedBy": 123,
    "UpdatedBy": 123,
    "CountryID": 123,
    "Email": "<string>",
    "CardPhysicalType": 123,
    "MemberType": 123,
    "CardActivationDate": "2023-11-07T05:31:56Z",
    "CardExpirationDate": "2023-11-07T05:31:56Z",
    "CardImageUrl": "<string>",
    "CardNote": "<string>",
    "wd_limits_money": "<string>",
    "wd_limits_trans": "<string>",
    "use_wd_limit": true,
    "CardExternalApplicationUserID": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Enter your API key. 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.