Forgot pin

The available versions for this api are v1.0 and v2.0.

POST https://tokoapisnap-stg.netzme.com/api/{version}/merchant/forgot-pin

ParameterData TypeDescription

custIdMerchant

String

User ID

partnerReferenceNo

String

API request identifier from the user's system, unique each request

additionalInfo

Object

type

String

type of request, for forgot pin is "forgot_pin"

{
    "custIdMerchant": "M_F5rX23Vw",
    "partnerReferenceNo": "testinga202203090000000001",
    "additionalInfo": {
        "type": "forgot_pin"
    }
}

Last updated