ShiftxPay
API Reference

Update merchant profile

PATCH
/v1/merchants/me/profile
AuthorizationBearer <token>

A secret API key, e.g. Authorization: Bearer sk_test_....

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/v1/merchants/me/profile" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "name": "string",  "legal_name": "string",  "status": "string",  "country": "string",  "currency": "string",  "email": "user@example.com",  "phone": "string",  "website": "string"}

{  "error": {    "code": "invalid_body",    "message": "invalid request body"  }}