cURL
curl --request PATCH \ --url https://api.peere.network/v1/provider/merchant/trust \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "entityId": "<string>", "trusted": true, "trustLevel": "basic", "deviceLookupEnabled": true } '
{ "statusCode": 200, "success": true, "message": "Merchant trust updated successfully", "data": { "trusted": true, "trustLevel": "<string>", "deviceLookupEnabled": true } }
Update merchant trust settings.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
basic
enhanced
premium
Merchant trust updated successfully
200
true
"Merchant trust updated successfully"
Show child attributes