PATCH
/
wallets
/
{wallet_id}
/
pin
curl --request PATCH \
  --url https://api.live.paisr.tech/{version}/wallets/{wallet_id}/pin \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

wallet_id
string
required

The Wallet ID.

Response

200
application/json
Successfully rotated wallet PIN.
success
boolean

Indicates if the request was successful.

message
string

A descriptive message regarding the result.