Skip to main content

Point Rule Min Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 amountStringO114Amount on Minimum Rule Point Transaction Filtering Order
"transactionFiltering": {
"point": {
"rule": [
{
"cardBin": "454178001",
"pointToIdr": "5",
"min": {
"amount": "20000"
},
"max": {
"amount": "150000",
"disc": "50"
}
},
{
"cardBin": "454179002",
"pointToIdr": "5",
"min": {
"amount": "20000"
},
"max": {
"amount": "150000",
"disc": "50"
}
}
]
}
}