Create Merchants

8.1 Create Merchants

Request

Copy

{
  "name": "Company Name",
  "website": "http://www.merchantwebsite.com",
  "email": "merchant744@example.com",
  "emailConfirmationToken": "s1ome_token",
  "emailConfirmationTokenExpireDate": "2023-01-25T12:00:00",
  "legalCompanyTitle": "Legal Title",
  "incomeIban": "TR124516789012345678901234",
  "businessType": "Retail",
  "businessInfo": "Business Inf1ormation",
  "onboardingStatus": "Completed",
  "companyType": "LLC",
  "taxOffice": "Tax Office",
  "taxNumber": "12345671890",
  "address": "Merchant Address",
  "phoneNumber": "+12345678190",
  "invoiceEmail": "invoice@example.com",
  "contactName": "Johnyy",
  "contactSurname": "Doe",
  "contactEmail": "contact@example.com",
  "contactPhoneNumber": "+1234567890",
  "settlementDelayCount": 7,
  "settlementPeriod": "Weekly",
  "threedsVerificationType": "SomeType",
  "autoItemApprovalEnabled": true,
  "dailyTransactionReportsEnabled": true,
  "skipPosAliasAccordingToRouterState": true,
  "threeDsCallbackKey": "callback_key",
  "webhookKey": "webhook_key",
  "logoUrl": "http://www.merchantlogo.com/logo.png",
  "singleInstallmentPosRoutingRule": "SomeRule",
  "successPaymentEnabled": true,
  "failurePaymentEnabled": true,
  "successRefundEnabled": true,
  "failureRefundEnabled": true,
  "successRefundTxEnabled": true,
  "failureRefundTxEnabled": true,
  "unresolvedNoResponseEnabled": true,
  "walletEnabled": true,
  "cardRegisterEnabled": true,
  "marketplaceEnabled": true,
  "payByLinkEnabled": true,
  "masterpassEnabled": true,
  "multicurrencyEnabled": true,
  "fraudCheckEnabled": true,
  "emailNotificationEnabled": true,
  "proactiveMonitoringEnabled": true,
  "autopilotEnabled": true,
  "crossBorderSettlementEnabled": true,
  "paymentInstitutionsEnabled": true,
  "apmsEnabled": true,
  "files": ["1", "file2"],
  "is_active": true
}

Response

Last updated