Validate your PIN before making a request pickup using KA Credit
PIN Validation is required before making a request pickup using KA Credit. The PIN is a 6-digit number that you can find in your KA Credit account. If you are a Term of Payment member, you can't use KA Credit as your payment options.
{
"pin": "123456"
}
| Field | DataType | Nullable | Desc |
|---|---|---|---|
pin | string | false | Your KA Credit PIN |
{
"status": true,
"text": "Pin is valid",
"data": {
"valid": true,
"attempt": 1,
"max_attempt": 3,
"lock_until": null
}
}
{
"status": false,
"text": "Unable to proceed, pin invalid",
"data": {
"valid": false,
"attempt": 1,
"max_attempt": 3,
"lock_until": null
}
}
{
"status": false,
"text": "Failed to validate pin"
}
If you're team a Term of Payment member, you don't need to validate your PIN before making a request pickup using KA Credit.