curl --request POST \
--url https://qa-lynx.nayax.com/operational/v2/cards \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"CardDetails": {
"ActorID": 123,
"CardUniqueIdentifier": "<string>",
"CardDisplayNumber": "<string>",
"CardTypeID": 31,
"PhysicalTypeID": 30000528,
"Notes": "<string>",
"Status": 1,
"ExternalApplicationUserID": "<string>"
},
"CardHolderDetails": {
"CardHolderName": "<string>",
"UserIdentity": "<string>",
"CountryID": 123,
"MobileNumber": "<string>",
"Email": "<string>",
"MemberTypeID": 800
},
"CardCreditAttributes": {
"CurrencyID": 123,
"Credit": 123,
"RevalueCredit": 123,
"CreditTypeMoneyBit": true,
"CreditAccumulateBit": true,
"CreditSingleUseBit": true,
"RevalueCashBit": true,
"RevalueCreditCardBit": true,
"AmountMonthlyReload": 123,
"TransactionsMonthlyReload": 123,
"DiscountTypeBit": 123,
"DiscountValue": 123
},
"CardCreditLimits": {
"AmountDailyLimit": 123,
"AmountWeeklyLimit": 123,
"TransactionsDailyLimit": 123,
"TransactionsWeeklyLimit": 123,
"AmountMonthlyLimit": 123,
"TransactionsMonthlyLimit": 123,
"DiscountTransactionsTotalLimit": 123,
"MaxRevalueAmountLimit": 123,
"WeekDayLimitEnabledBit": true,
"WeekDayAmountLimit": "<string>",
"WeekDayTransactionLimit": "<string>"
},
"CardDateRules": {
"ActivationDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z",
"RevalueExpirationDate": "2023-11-07T05:31:56Z",
"SetSingleUseDate": "2023-11-07T05:31:56Z",
"RemoveSingleUseDate": "2023-11-07T05:31:56Z"
},
"CardRevalueRewardRules": [
{
"RuleID": 123,
"RewardActorID": 123,
"Status": true,
"RevalueAmount": 123,
"RewardValueTypeBit": true,
"RewardValue": 123
}
],
"GroupLocationLimits": [
{
"CardGroupEnabledBit": true,
"GroupName": "<string>",
"CardGroupId": 123,
"GroupDailyLimit": 123
}
]
}
'{
"CardDetails": {
"CardID": 123,
"ActorID": 123,
"CardUniqueIdentifier": "<string>",
"CardDisplayNumber": "<string>",
"CardTypeID": 123,
"PhysicalTypeID": 123,
"Notes": "<string>",
"Status": 123,
"ExternalApplicationUserID": "<string>",
"CreatedBy": 123,
"CreatedDT": "2023-11-07T05:31:56Z",
"UpdatedBy": 123,
"UpdatedDT": "2023-11-07T05:31:56Z"
},
"CardHolderDetails": {
"CardHolderName": "<string>",
"UserIdentity": "<string>",
"CountryID": 123,
"MobileNumber": "<string>",
"Email": "<string>",
"MemberTypeID": 123,
"ImageUrl": "<string>"
},
"CardCreditAttributes": {
"CurrencyID": 123,
"Credit": 123,
"RevalueCredit": 123,
"CreditTypeMoneyBit": true,
"CreditAccumulateBit": true,
"CreditSingleUseBit": true,
"RevalueCashBit": true,
"RevalueCreditCardBit": true,
"AmountMonthlyReload": 123,
"TransactionsMonthlyReload": 123,
"DiscountTypeBit": 123,
"DiscountValue": 123
},
"CardCreditLimits": {
"AmountDailyLimit": 123,
"AmountWeeklyLimit": 123,
"TransactionsDailyLimit": 123,
"TransactionsWeeklyLimit": 123,
"AmountMonthlyLimit": 123,
"TransactionsMonthlyLimit": 123,
"DiscountTransactionsTotalLimit": 123,
"MaxRevalueAmountLimit": 123,
"WeekDayLimitEnabledBit": true,
"WeekDayAmountLimit": "<string>",
"WeekDayTransactionLimit": "<string>"
},
"CardDateRules": {
"ActivationDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z",
"RevalueExpirationDate": "2023-11-07T05:31:56Z",
"SetSingleUseDate": "2023-11-07T05:31:56Z",
"RemoveSingleUseDate": "2023-11-07T05:31:56Z"
},
"CardCreditUsage": {
"AmountDailyUsage": 123,
"AmountWeeklyUsage": 123,
"TransactionsDailyUsage": 123,
"TransactionsWeeklyUsage": 123,
"AmountMonthlyUsage": 123,
"TransactionsMonthlyUsage": 123,
"AmountTotalUsage": 123,
"TransactionsTotalUsage": 123,
"AmountCapture": 123,
"TransactionsCapture": 123,
"CaptureDate": "2023-11-07T05:31:56Z"
},
"CardRevalueRewardRules": [
{
"RuleID": 123,
"RewardActorID": 123,
"Status": true,
"RevalueAmount": 123,
"RewardValueTypeBit": true,
"RewardValue": 123,
"UpdatedDT": "2023-11-07T05:31:56Z",
"UpdatedBy": 123
}
],
"GroupLocationLimits": [
{
"CardGroupEnabledBit": true,
"GroupName": "<string>",
"CardGroupId": 123,
"GroupDailyLimit": 123,
"UpdatedBy": 123,
"LastUpdated": "2023-11-07T05:31:56Z"
}
]
}Creates a new card with the specified details.
curl --request POST \
--url https://qa-lynx.nayax.com/operational/v2/cards \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"CardDetails": {
"ActorID": 123,
"CardUniqueIdentifier": "<string>",
"CardDisplayNumber": "<string>",
"CardTypeID": 31,
"PhysicalTypeID": 30000528,
"Notes": "<string>",
"Status": 1,
"ExternalApplicationUserID": "<string>"
},
"CardHolderDetails": {
"CardHolderName": "<string>",
"UserIdentity": "<string>",
"CountryID": 123,
"MobileNumber": "<string>",
"Email": "<string>",
"MemberTypeID": 800
},
"CardCreditAttributes": {
"CurrencyID": 123,
"Credit": 123,
"RevalueCredit": 123,
"CreditTypeMoneyBit": true,
"CreditAccumulateBit": true,
"CreditSingleUseBit": true,
"RevalueCashBit": true,
"RevalueCreditCardBit": true,
"AmountMonthlyReload": 123,
"TransactionsMonthlyReload": 123,
"DiscountTypeBit": 123,
"DiscountValue": 123
},
"CardCreditLimits": {
"AmountDailyLimit": 123,
"AmountWeeklyLimit": 123,
"TransactionsDailyLimit": 123,
"TransactionsWeeklyLimit": 123,
"AmountMonthlyLimit": 123,
"TransactionsMonthlyLimit": 123,
"DiscountTransactionsTotalLimit": 123,
"MaxRevalueAmountLimit": 123,
"WeekDayLimitEnabledBit": true,
"WeekDayAmountLimit": "<string>",
"WeekDayTransactionLimit": "<string>"
},
"CardDateRules": {
"ActivationDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z",
"RevalueExpirationDate": "2023-11-07T05:31:56Z",
"SetSingleUseDate": "2023-11-07T05:31:56Z",
"RemoveSingleUseDate": "2023-11-07T05:31:56Z"
},
"CardRevalueRewardRules": [
{
"RuleID": 123,
"RewardActorID": 123,
"Status": true,
"RevalueAmount": 123,
"RewardValueTypeBit": true,
"RewardValue": 123
}
],
"GroupLocationLimits": [
{
"CardGroupEnabledBit": true,
"GroupName": "<string>",
"CardGroupId": 123,
"GroupDailyLimit": 123
}
]
}
'{
"CardDetails": {
"CardID": 123,
"ActorID": 123,
"CardUniqueIdentifier": "<string>",
"CardDisplayNumber": "<string>",
"CardTypeID": 123,
"PhysicalTypeID": 123,
"Notes": "<string>",
"Status": 123,
"ExternalApplicationUserID": "<string>",
"CreatedBy": 123,
"CreatedDT": "2023-11-07T05:31:56Z",
"UpdatedBy": 123,
"UpdatedDT": "2023-11-07T05:31:56Z"
},
"CardHolderDetails": {
"CardHolderName": "<string>",
"UserIdentity": "<string>",
"CountryID": 123,
"MobileNumber": "<string>",
"Email": "<string>",
"MemberTypeID": 123,
"ImageUrl": "<string>"
},
"CardCreditAttributes": {
"CurrencyID": 123,
"Credit": 123,
"RevalueCredit": 123,
"CreditTypeMoneyBit": true,
"CreditAccumulateBit": true,
"CreditSingleUseBit": true,
"RevalueCashBit": true,
"RevalueCreditCardBit": true,
"AmountMonthlyReload": 123,
"TransactionsMonthlyReload": 123,
"DiscountTypeBit": 123,
"DiscountValue": 123
},
"CardCreditLimits": {
"AmountDailyLimit": 123,
"AmountWeeklyLimit": 123,
"TransactionsDailyLimit": 123,
"TransactionsWeeklyLimit": 123,
"AmountMonthlyLimit": 123,
"TransactionsMonthlyLimit": 123,
"DiscountTransactionsTotalLimit": 123,
"MaxRevalueAmountLimit": 123,
"WeekDayLimitEnabledBit": true,
"WeekDayAmountLimit": "<string>",
"WeekDayTransactionLimit": "<string>"
},
"CardDateRules": {
"ActivationDate": "2023-11-07T05:31:56Z",
"ExpirationDate": "2023-11-07T05:31:56Z",
"RevalueExpirationDate": "2023-11-07T05:31:56Z",
"SetSingleUseDate": "2023-11-07T05:31:56Z",
"RemoveSingleUseDate": "2023-11-07T05:31:56Z"
},
"CardCreditUsage": {
"AmountDailyUsage": 123,
"AmountWeeklyUsage": 123,
"TransactionsDailyUsage": 123,
"TransactionsWeeklyUsage": 123,
"AmountMonthlyUsage": 123,
"TransactionsMonthlyUsage": 123,
"AmountTotalUsage": 123,
"TransactionsTotalUsage": 123,
"AmountCapture": 123,
"TransactionsCapture": 123,
"CaptureDate": "2023-11-07T05:31:56Z"
},
"CardRevalueRewardRules": [
{
"RuleID": 123,
"RewardActorID": 123,
"Status": true,
"RevalueAmount": 123,
"RewardValueTypeBit": true,
"RewardValue": 123,
"UpdatedDT": "2023-11-07T05:31:56Z",
"UpdatedBy": 123
}
],
"GroupLocationLimits": [
{
"CardGroupEnabledBit": true,
"GroupName": "<string>",
"CardGroupId": 123,
"GroupDailyLimit": 123,
"UpdatedBy": 123,
"LastUpdated": "2023-11-07T05:31:56Z"
}
]
}Enter your API key. It's required to authenticate API requests.
The details of the card to be created.
Represents the data required to create a new card, including details, holder information, credit attributes, and limits.
Detailed information about the card being created.
Show child attributes
Information about the cardholder.
Show child attributes
Attributes related to the card's credit, such as currency and limits.
Show child attributes
Credit limits associated with the card.
Show child attributes
Date-related rules for the card, including activation and expiration dates.
Show child attributes
Rules for revalue rewards associated with the card.
Show child attributes
Location-based limits for the card groups.
Show child attributes
Card created successfully.
Represents the comprehensive details of a card, including its attributes, limits, usage, and associated rewards and location limits.
Detailed information about the card.
Show child attributes
Information about the cardholder.
Show child attributes
Credit attributes associated with the card.
Show child attributes
Credit limits associated with the card.
Show child attributes
Date-related rules applied to the card.
Show child attributes
Information on the credit usage of the card.
Show child attributes
A list of revalue reward rules associated with the card.
Show child attributes
A list of location limits associated with the card's group.
Show child attributes
Was this page helpful?