Create Pin
To ensure security in withdraw transaction, when request withdrawal are required to send a pin in the payload of the withdrawal request. Therefore the merchant must first create a pin before making a withdrawal.
Create Pin
POST
https://tokoapi-stg.netzme.com/api/aggregator/merchant/pin/create_pin
Headers
Content-Type*
string
application/json
Authorization*
string
See Authentication Page
Client-Id*
string
See Authentication Page
Request-Time*
string
See Authentication Page
Signature*
string
See Authentication Page
Request Body
pin*
string
pin 6 digit numeric encrich with client id and merchant id
username*
string
merchant id
type*
string
value "create_pin"
requestId*
string
format {{ClientId}}{{YYYYMMDDHHmmss}}{{4 digit increments}} Sample : aggregator202103031542100001
Sample JSON Request :
Sample Code Hash Pin :
Last updated
Was this helpful?