Skip to main content

Point Object

NoNameTypeMandatoryMin LengthMax LengthDescription
1 last4StringO1100Point last4 on Point Transaction Filtering Order
2 ownedPointsNumericO114Owned Points on Point Transaction Filtering Order
3 ruleArrayO1100Rule on Point Transaction Filtering Order
"transactionFiltering": {
"point": {
"last4": "1234",
"ownedPoints": "9999",
"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"
}
}
]
}
}