Various actions for updating a merchant such as updating the bank account used for payouts.
{- "AddMerchantBankAccount": {
- "accountName": "string",
- "bankName": "string",
- "identifier": {
- "AuBankAccountIdentifier": {
- "bsb": "string",
- "accountNumber": "string"
}
}, - "currency": "AUD",
- "setAsPrimary": true
}
}
{- "ServiceProviderMerchant": {
- "merchantId": "mcht_Zz6SN_8bIUK88SSm",
- "marketplaceId": "mktp_Zz6SN_8bIUK88SSw",
- "businessProfile": {
- "timeZone": "Australia/Sydney",
- "businessName": "string",
- "businessType": "company",
- "companyType": "Private",
- "website": "string",
- "supportSite": "string",
- "industry": "AcRefrigerationRepair",
- "taxCountry": "AU",
- "tradingCountry": "AU",
- "taxId": "string",
- "contactPerson": {
- "title": "string",
- "givenName": "string",
- "familyName": "string"
}, - "contactEmailAddress": "lucy.diamond@star.com",
- "supportEmailAddress": "lucy.diamond@star.com",
- "phoneNumber": "+61401234567",
- "address": {
- "unitNumber": "string",
- "streetNumber": "string",
- "streetName": "string",
- "streetType": "string",
- "suburb": "string",
- "city": "string",
- "state": "string",
- "postalCode": 2000,
- "country": "AU"
}, - "brandName": "string",
- "cardStatementName": "Kates Deli",
- "smsSenderName": "KatesDeli",
- "verificationDocs": {
- "companyFrontFileId": "lfile_Zz6SOf8bIUK88SS0",
- "companyBackFileId": "lfile_Zz6SOf8bIUK88SS0",
- "companyTaxIdFileId": "lfile_Zz6SOf8bIUK88SS0",
- "partnershipAgreementFileId": "lfile_Zz6SOf8bIUK88SS0",
- "trustDeedFileId": "lfile_Zz6SOf8bIUK88SS0",
- "trustDeedAmendmentFileIds": [
- "lfile_Zz6SOf8bIUK88SS0"
]
}
}, - "referenceMerchantId": "string",
- "readableIdentifier": "string",
- "status": "Pending",
- "payoutDetails": {
- "payoutSettings": {
- "notificationEmails": [
- "lucy.diamond@star.com"
], - "notificationsEnabled": true
}, - "payoutSchedule": "string",
- "automatedPayoutsEnabled": true,
- "payoutStatus": "Enabled"
}, - "billingDetails": {
- "billingNotificationEmails": [
- "lucy.diamond@star.com"
], - "billingNotificationsEnabled": true,
- "billingAddress": {
- "unitNumber": "string",
- "streetNumber": "string",
- "streetName": "string",
- "streetType": "string",
- "suburb": "string",
- "city": "string",
- "state": "string",
- "postalCode": 2000,
- "country": "AU"
}, - "billingPaymentSourceId": "psrc_Zz6SN_8bIUK88SSs"
}, - "bankAccounts": [
- {
- "accountId": "xacc_Zz6SOv8bIUK88SS7",
- "accountName": "string",
- "bankName": "string",
- "identifier": {
- "AuBankAccountIdentifier": {
- "bsb": "string",
- "accountNumber": "string"
}
}, - "currency": "AUD",
- "country": "string",
- "isPrimaryForCurrency": true
}
], - "payPlanSettings": {
- "maxPayPlanAmount": 0,
- "minPayPlanAmount": 0
}, - "publicToken": "string",
- "sourceRules": [
- {
- "criterion": { },
- "action": [
- { }
]
}
]
}
}