Partner Merchants
Update merchant
Allowed field: `autoPayoutEnabled`. Enabling realtime settlement requires a completed wallet bind for enabled chain families.
Allowed field: autoPayoutEnabled. Enabling realtime settlement requires a
completed wallet bind for enabled chain families.
Authorization
bearerAuth AuthorizationBearer <token>
Partner API key (pt_test_... or pt_live_...)
In: header
Path Parameters
merchantId*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Only autoPayoutEnabled is allowed. Enabling true requires a completed wallet bind.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/partner/merchants/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "autoPayoutEnabled": true }'{ "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b", "organizationId": "string", "partnerId": "bf408d53-df49-40a6-8455-a34bd4360901", "externalTenantId": "string", "name": "string", "email": "string", "integrationStatus": "string", "dashboardAccess": true, "autoPayoutEnabled": true, "bindUrl": "http://example.com", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}