Update Member
3.2 Update Member
Updates the member for the given merchant.
Request
Method
URL
PUT
/onboarding/v1/members/{member_id}
Response
Status
Response
200
{
"data": {
"id": 1,
"createdDate": "2022-01-01T12:00:00",
"updatedDate": "2022-01-02T15:30:00",
"status": "Active",
"isBuyer": true,
"isSubMerchant": false,
"memberType": "Individual",
"memberExternalId": "external123",
"name": "Updated John Doe",
"address": "456 Updated St, City",
"email": "john.doe@example.com",
"phoneNumber": "9876543210",
"identityNumber": "09876543210",
"contactName": "Updated John",
"contactSurname": "Updated Doe",
"legalCompanyTitle": "Doe Enterprises",
"taxOffice": "City Tax Office",
"taxNumber": "1234567890",
"settlementEarningsDestination": "",
"iban": "TR123456789012345678901234",
"subMerchantMaximumAllowedNegativeBalance": 200.0
}
}
403
400
401
401
500
Last updated