Create pin

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

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

ParameterData TypeDescription

custIdMerchant

String

User ID provided by netzme

partnerReferenceNo

String

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

additionalInfo

Object

pin

String

User PIN

type

String

type of request, for created pin, the type is "created_pin"

{
    "custIdMerchant": "M_F5rX23Vw",
    "partnerReferenceNo": "testing20210420090452526",
    "additionalInfo": {
        "pin": "3db6b20266c102a909ce2adb404e5260c01928b87956f106f36bec745b8e1d2a",
        "type": "create_pin"
    }
}

Last updated