3.1 Create Member
Creates a new member for the given merchant.
{
"isBuyer": true,
"isSubMerchant": false,
"memberType": "PERSONAL",
"memberExternalId": "external123",
"name": "John Doe",
"address": "123 Main St, City",
"email": "john.doe@example.com",
"iban": "TR123456789012345678901234",
"phoneNumber": "1234567890",
"legalCompanyTitle": "Doe Enterprises",
"taxOffice": "City Tax Office",
"taxNumber": "1234567890",
"contactName": "John",
"contactSurname": "Doe",
"identityNumber": "12345678901",
"subMerchantMaximumAllowedNegativeBalance": 100.0
}Last updated