Loyalty Issuance Rules
Description¶
The loyaltyIssuanceRules
endpoint is used to retrieve the set of various Issuance Rules of the Loyalty Rewards Program that exists within the System.
Request¶
Endpoint¶
/ui/v1/loyaltyIssuanceRules
Method¶
POST
Header¶
Content-Type: application/json
Response¶
{
"records": [
{
"id": 4,
"createdDateTime": 1550083652000,
"lastUpdatedDateTime": 1560958057000,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"pointsType": {
"value": "Flat",
"name": "FLAT"
},
"multiplierPoints": null,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"flatPoints": 2000,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": 3,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1550083652000,
"ruleValidToDateTime": 1581619652000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 1,
"channelName": "Test Channel",
"channelStatus": {
"name": "DELETED"
},
"channelType": {
"name": "INTERNAL"
},
"createdDateTime": 1550083621000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "AIRLINE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 34,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 6,
"merchantId": 1
},
{
"id": 28,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 201,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 0,
"merchantId": 1
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": "Earn 2000 points for ticket purchases over $500.00 at Delta.com.",
"minimumAmountRequiredInd": false,
"maximumDurationInMonths": null,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": null,
"merchantId": 1,
"fromAmount": {
"amount": 500,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": {
"amount": 10000,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"minimumAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"createdUserName": null,
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2019-02-13 01:47 PM -05:00",
"sRuleValidToDateTime": "2020-02-13 01:47 PM -05:00"
},
{
"id": 9,
"createdDateTime": 1550083652000,
"lastUpdatedDateTime": 1560958057000,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 540,
"pointsType": {
"value": "Flat",
"name": "FLAT"
},
"multiplierPoints": null,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"flatPoints": 2000,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": 3,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1550083652000,
"ruleValidToDateTime": 1581619652000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 1,
"channelName": "Test Channel",
"channelStatus": {
"name": "DELETED"
},
"channelType": {
"name": "INTERNAL"
},
"createdDateTime": 1550083621000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "AIRLINE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 34,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 6,
"merchantId": 1
},
{
"id": 28,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 201,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 0,
"merchantId": 1
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": "Earn 2000 points when you purchase your ticket with the Fly Delta app.",
"minimumAmountRequiredInd": true,
"maximumDurationInMonths": 1,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": null,
"merchantId": 1,
"fromAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"minimumAmount": {
"amount": 1,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"createdUserName": null,
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2019-02-13 01:47 PM -05:00",
"sRuleValidToDateTime": "2020-02-13 01:47 PM -05:00"
},
{
"id": 12,
"createdDateTime": 1550083652000,
"lastUpdatedDateTime": 1560958057000,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"pointsType": {
"value": "Multiplier",
"name": "MULTIPLIER"
},
"multiplierPoints": 20,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"flatPoints": null,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": null,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1550083652000,
"ruleValidToDateTime": 1581619652000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 1,
"channelName": "Test Channel",
"channelStatus": {
"name": "DELETED"
},
"channelType": {
"name": "INTERNAL"
},
"createdDateTime": 1550083621000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "AIRLINE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 34,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 6,
"merchantId": 1
},
{
"id": 28,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 201,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 0,
"merchantId": 1
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": "Earn 20X points on qualifying purchases of $15.00 or more at MyBurger.com.",
"minimumAmountRequiredInd": false,
"maximumDurationInMonths": null,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": null,
"merchantId": 1,
"fromAmount": {
"amount": 15,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": {
"amount": 10000,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"minimumAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"createdUserName": null,
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2019-02-13 01:47 PM -05:00",
"sRuleValidToDateTime": "2020-02-13 01:47 PM -05:00"
},
{
"id": 13,
"createdDateTime": 1550083652000,
"lastUpdatedDateTime": 1560958057000,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"pointsType": {
"value": "Multiplier",
"name": "MULTIPLIER"
},
"multiplierPoints": 5,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"flatPoints": null,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": 6,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1550083652000,
"ruleValidToDateTime": 1581619652000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 1,
"channelName": "Test Channel",
"channelStatus": {
"name": "DELETED"
},
"channelType": {
"name": "INTERNAL"
},
"createdDateTime": 1550083621000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "AIRLINE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 34,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 6,
"merchantId": 1
},
{
"id": 28,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 201,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1554309392000,
"lastUpdatedDateTime": 1729837601000,
"position": 0,
"merchantId": 1
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": "Earn 5X points when you book vacation packages, flights, hotels, and cars on RenniesTravel.com.",
"minimumAmountRequiredInd": false,
"maximumDurationInMonths": null,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": null,
"merchantId": 1,
"fromAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"minimumAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"createdUserName": null,
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2019-02-13 01:47 PM -05:00",
"sRuleValidToDateTime": "2020-02-13 01:47 PM -05:00"
},
{
"id": 19,
"createdDateTime": 1629984493000,
"lastUpdatedDateTime": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": null,
"pointsType": {
"value": "Flat",
"name": "FLAT"
},
"multiplierPoints": null,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"flatPoints": 100,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": null,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1629950400000,
"ruleValidToDateTime": 1630123140000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 2,
"channelName": "Authorize.Net",
"channelStatus": {
"name": "DELETED"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1550090346000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 65,
"industryType": {
"name": "ECOMMERCE"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 16,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1550090346000,
"lastUpdatedDateTime": 1729837601000,
"position": 6,
"merchantId": 1
},
{
"id": 783,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": null,
"createdDateTime": 1655225104000,
"lastUpdatedDateTime": 1729837601000,
"position": 42,
"merchantId": 1
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": null,
"minimumAmountRequiredInd": false,
"maximumDurationInMonths": null,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": "CARNET",
"merchantId": 5,
"fromAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": null,
"minimumAmount": null,
"createdUserName": null,
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2021-08-25 11:00 PM -05:00",
"sRuleValidToDateTime": "2021-08-27 10:59 PM -05:00"
},
{
"id": 20,
"createdDateTime": 1642191419000,
"lastUpdatedDateTime": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 404,
"lastModifiedUserId": null,
"pointsType": {
"value": "Flat",
"name": "FLAT"
},
"multiplierPoints": null,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "Turquoise",
"name": "TIER1"
},
"flatPoints": 11111,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": null,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1642140000000,
"ruleValidToDateTime": 1642309140000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 20,
"channelName": "Zywie Business Fiserv ISO-8583 Channel",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1629999016000,
"merchantId": 1,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "RETAIL"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": true,
"paymentMethods": [
{
"id": 1465,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Elavon (Converge & Commerce SDK)",
"name": "ELAVON_CONVERGE_COMMERCE_SDK"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1747440644000,
"lastUpdatedDateTime": null,
"position": 140,
"merchantId": 1
},
{
"id": 288,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1629999016000,
"lastUpdatedDateTime": 1729837601000,
"position": 32,
"merchantId": 1
},
{
"id": 297,
"paymentMethodType": {
"value": "Debit Card",
"name": "PIN_LESS_DEBIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA Debit",
"name": "VISA_DEBIT"
},
"cardId": 1220,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1629999016000,
"lastUpdatedDateTime": 1729837601000,
"position": 41,
"merchantId": 1
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": null,
"minimumAmountRequiredInd": false,
"maximumDurationInMonths": null,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": "CARNET",
"merchantId": 1,
"fromAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": null,
"minimumAmount": null,
"createdUserName": null,
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2022-01-14 01:00 AM -05:00",
"sRuleValidToDateTime": "2022-01-15 11:59 PM -05:00"
},
{
"id": 21,
"createdDateTime": 1738874542000,
"lastUpdatedDateTime": null,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 642,
"lastModifiedUserId": null,
"pointsType": {
"value": "Flat",
"name": "FLAT"
},
"multiplierPoints": null,
"issuanceRuleStatus": {
"value": "Active",
"name": "ACTIVE"
},
"loyaltyTierLevel": {
"nickname": "None",
"name": "NONE"
},
"flatPoints": 200,
"bonusPointsPerOffer": null,
"bonusPointsPerDay": null,
"productId": 35,
"quantityFrom": null,
"quantityTo": null,
"ruleValidFromDateTime": 1738818000000,
"ruleValidToDateTime": 1741323540000,
"pointsNeverExpireInd": true,
"pointsExpirationInMonths": 24,
"channel": {
"id": 64,
"channelName": "Vela-Atlanta",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"createdDateTime": 1724760024000,
"merchantId": 42,
"lockedDateTime": null,
"lockedByUserId": null,
"createdUserId": 1,
"lastModifiedUserId": 1,
"industryType": {
"name": "RETAIL"
},
"allowCashAsPaymentMethodInd": true,
"allowMoneyOrderAsPaymentMethodInd": true,
"allowPaperCheckAsPaymentMethodInd": true,
"allowEStoreCreditAsPaymentMethodInd": false,
"paymentMethods": [
{
"id": 1396,
"paymentMethodType": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"paymentGateway": {
"value": "Authorize.Net",
"name": "AUTHORIZENET"
},
"cardBrand": {
"value": "eCheck (ACH)",
"name": "ECHECK"
},
"cardId": null,
"createdUserId": 642,
"lastModifiedUserId": 1,
"createdDateTime": 1737585295000,
"lastUpdatedDateTime": null,
"position": 6,
"merchantId": 42
},
{
"id": 1030,
"paymentMethodType": {
"value": "Credit Card",
"name": "CREDIT_CARD"
},
"paymentGateway": {
"value": "Fiserv (Datawire & ISO-8583 & Nashville)",
"name": "FISERV_DATAWIRE_ISO_8583"
},
"cardBrand": {
"value": "VISA",
"name": "VISA"
},
"cardId": 1201,
"createdUserId": 1,
"lastModifiedUserId": 1,
"createdDateTime": 1724760024000,
"lastUpdatedDateTime": 1729837601000,
"position": 50,
"merchantId": 42
},
{
"id": 1452,
"paymentMethodType": {
"value": "PayPal",
"name": "PAYPAL"
},
"paymentGateway": {
"value": "CyberSource",
"name": "CYBERSOURCE"
},
"cardBrand": {
"value": "PayPal",
"name": "PAYPAL"
},
"cardId": null,
"createdUserId": 642,
"lastModifiedUserId": 1,
"createdDateTime": 1746811690000,
"lastUpdatedDateTime": null,
"position": 131,
"merchantId": 42
}
],
"allowDynamicRoutingCapabilityInd": false,
"secondaryPaymentGateway": null,
"tertiaryPaymentGateway": null,
"userCount": null,
"assignedPaymentMethods": null,
"message": null,
"paymentMethodsCount": null,
"merchantName": null
},
"offerDescription": "Rewards Rule",
"minimumAmountRequiredInd": false,
"maximumDurationInMonths": null,
"offerRedemptionLimit": {
"value": "No Limit",
"name": "NO_LIMIT"
},
"cardNetworkName": "VISA",
"merchantId": 42,
"fromAmount": {
"amount": null,
"currency": {
"id": 1,
"currencyCode": "USD",
"currencyText": "United States Dollar",
"currencySymbol": "$",
"fractionalUnit": "Cent",
"numOfDecimalPlaces": "2",
"supportedByVisaCheckout": true,
"createdDateTime": 1733858673000,
"isoNumericCode": "840",
"isoCountryCode": "840"
}
},
"toAmount": null,
"minimumAmount": null,
"createdUserName": "madmin.velaatlanta",
"message": null,
"fromTime": null,
"toTime": null,
"sRuleValidFromDateTime": "2025-02-06 12:00 AM -05:00",
"sRuleValidToDateTime": "2025-03-06 11:59 PM -05:00"
}
],
"recordCount": null,
"message": null
}
Updated As Of Version 6.6.x