Reset Brand Wallet PIN
POST
/payment-option/wallet/customer/{customer_id}/resetResets the PIN for a customer's brand wallet. Use this when the customer's wallet PIN is locked or forgotten. Returns the new PIN and remaining attempts.
Requires
Bearer token. Get token →Path Parameters
| Name | Type | Description |
|---|---|---|
customer_id | stringrequired | Unique customer identifier (e.g. cust-v1-...). |
Response
| Name | Type | Description |
|---|---|---|
pin | string | The new wallet PIN |
pin_attempts_remaining | integer | Number of PIN entry attempts remaining |
Status Codes
200 | PIN reset successfully. |
400 | |
401 | |
500 |
Request
curl --request POST \
--url https://pluraluat.v2.pinepg.in/payment-option/wallet/customer/cust-bw-001/reset \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Run this request
customer_id