Activate Brand Wallet
POST
/payment-option/wallet/customer/{customer_id}/activateActivates a previously created or deactivated brand wallet for the specified customer. The wallet must be activated before it can be used for payments.
Requires
Bearer token. Get token →Path Parameters
| Name | Type | Description |
|---|---|---|
customer_id | stringrequired | Unique customer identifier (e.g. cust-v1-...). |
Status Codes
200 | Wallet activated successfully. |
400 | |
401 | |
500 |
Request
curl --request POST \
--url https://pluraluat.v2.pinepg.in/payment-option/wallet/customer/cust-bw-001/activate \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Run this request
customer_id