curl --request GET \
--url https://api.unibee.dev/merchant/get \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"Currency": [
{
"Currency": "<string>",
"Scale": 123,
"Symbol": "<string>"
}
],
"MemberRoles": [
{
"createTime": 123,
"id": 123,
"merchantId": 123,
"permissions": [
{
"group": "<string>",
"permissions": [
"<string>"
]
}
],
"role": "<string>"
}
],
"TimeZone": [
"<string>"
],
"analyticsHost": "<string>",
"cloudFeatureAnalyticsEnabled": true,
"defaultCurrency": "<string>",
"emailSender": {
"address": "<string>",
"name": "<string>"
},
"env": "<string>",
"exchangeRateApiKey": "<string>",
"gateways": [
{
"IsSetupFinished": true,
"archive": true,
"autoChargeEnabled": true,
"bank": {
"accountHolder": "<string>",
"address": "<string>",
"ABARoutingNumber": "<string>",
"CNAPS": "<string>",
"Remarks": "<string>",
"accountNumber": "<string>",
"bankName": "<string>",
"bic": "<string>",
"bsbCode": "<string>",
"iban": "<string>",
"swiftCode": "<string>"
},
"companyIssuer": {
"issueAddress": "<string>",
"issueCompanyName": "<string>",
"issueLogo": "<string>",
"issueRegNumber": "<string>",
"issueVatNumber": "<string>"
},
"countryConfig": {},
"createTime": 123,
"currency": "<string>",
"currencyExchange": [
{
"exchange_rate": 123,
"from_currency": "<string>",
"to_currency": "<string>"
}
],
"currencyExchangeEnabled": true,
"defaultGatewayPaymentType": {
"autoCharge": true,
"category": "<string>",
"countryName": "<string>",
"name": "<string>",
"paymentType": "<string>",
"supportCurrencies": [
"<string>"
]
},
"description": "<string>",
"displayName": "<string>",
"gatewayIcons": [
"<string>"
],
"gatewayId": 123,
"gatewayKey": "<string>",
"gatewayLogo": "<string>",
"gatewayName": "<string>",
"gatewayPaymentTypes": [
{
"autoCharge": true,
"category": "<string>",
"countryName": "<string>",
"name": "<string>",
"paymentType": "<string>",
"supportCurrencies": [
"<string>"
]
}
],
"gatewaySecret": "<string>",
"gatewayType": 123,
"gatewayWebhookIntegrationLink": "<string>",
"gatewayWebsiteLink": "<string>",
"isDefault": true,
"metadata": {},
"minimumAmount": 123,
"name": "<string>",
"privateSecretName": "<string>",
"publicKeyName": "<string>",
"setupGatewayPaymentTypes": [
{
"autoCharge": true,
"category": "<string>",
"countryName": "<string>",
"name": "<string>",
"paymentType": "<string>",
"supportCurrencies": [
"<string>"
]
}
],
"sort": 123,
"subGateway": "<string>",
"subGatewayName": "<string>",
"webhookEndpointUrl": "<string>",
"webhookSecret": "<string>"
}
],
"globalTOPTEnabled": true,
"globalUSVATConfig": {
"active": true,
"availableGatewayNames": [
"<string>"
],
"checkAddressViaGateway": true,
"defaultGatewayName": "<string>",
"fromAddress": {
"address": "<string>",
"city": "<string>",
"countryCode": "<string>",
"state": "<string>",
"verified": true,
"zipCode": "<string>"
},
"nexusAddresses": [
{
"address": "<string>",
"city": "<string>",
"countryCode": "<string>",
"state": "<string>",
"verified": true,
"zipCode": "<string>"
}
],
"taxCode": "<string>",
"toAddress": {
"address": "<string>",
"city": "<string>",
"countryCode": "<string>",
"state": "<string>",
"verified": true,
"zipCode": "<string>"
},
"uploadInvoiceToGateway": true
},
"isOwner": true,
"isProd": true,
"merchant": {
"address": "<string>",
"companyLogo": "<string>",
"companyName": "<string>",
"companyRegistryCode": "<string>",
"companyVatNumber": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"createTime": 123,
"email": "<string>",
"homeUrl": "<string>",
"host": "<string>",
"id": 123,
"location": "<string>",
"name": "<string>",
"phone": "<string>",
"timeZone": "<string>",
"type": 123,
"userId": 123
},
"merchantMember": {
"MemberGroupPermission": {},
"MemberRoles": [
{
"createTime": 123,
"id": 123,
"merchantId": 123,
"permissions": [
{
"group": "<string>",
"permissions": [
"<string>"
]
}
],
"role": "<string>"
}
],
"createTime": 123,
"currentDeviceIdentity": "<string>",
"deviceList": [
{
"currentDevice": true,
"identity": "<string>",
"ipAddress": "<string>",
"lastActiveTime": 123,
"lastLoginTime": 123,
"lastTotpVerificationTime": 123,
"name": "<string>",
"status": true
}
],
"email": "<string>",
"firstName": "<string>",
"id": 123,
"isBlankPasswd": true,
"isOwner": true,
"lastName": "<string>",
"merchantId": 123,
"mobile": "<string>",
"oauthAccounts": [
{
"email": "<string>",
"emailVerified": true,
"image": "<string>",
"name": "<string>",
"provider": "<string>",
"providerId": "<string>"
}
],
"status": 123,
"totpType": 123
},
"multiCurrencyConfigs": [
{
"currencyConfigs": [
{
"autoExchange": true,
"currency": "<string>",
"exchangeRate": 123
}
],
"defaultCurrency": "<string>",
"lastUpdateTime": 123,
"name": "<string>"
}
],
"openApiHost": "<string>",
"openApiKey": "<string>",
"quickBooksCompanyName": "<string>",
"quickBooksLastSyncError": "<string>",
"quickBooksLastSynchronized": "<string>",
"segmentServerSideKey": "<string>",
"segmentUserPortalKey": "<string>",
"sendGridKey": "<string>",
"taxJarApiKeys": {
"apiKey": "<string>",
"apiSecret": "<string>"
},
"vatSenseKey": "<string>"
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}curl --request GET \
--url https://api.unibee.dev/merchant/get \
--header 'Authorization: Bearer <token>'{
"code": 123,
"data": {
"Currency": [
{
"Currency": "<string>",
"Scale": 123,
"Symbol": "<string>"
}
],
"MemberRoles": [
{
"createTime": 123,
"id": 123,
"merchantId": 123,
"permissions": [
{
"group": "<string>",
"permissions": [
"<string>"
]
}
],
"role": "<string>"
}
],
"TimeZone": [
"<string>"
],
"analyticsHost": "<string>",
"cloudFeatureAnalyticsEnabled": true,
"defaultCurrency": "<string>",
"emailSender": {
"address": "<string>",
"name": "<string>"
},
"env": "<string>",
"exchangeRateApiKey": "<string>",
"gateways": [
{
"IsSetupFinished": true,
"archive": true,
"autoChargeEnabled": true,
"bank": {
"accountHolder": "<string>",
"address": "<string>",
"ABARoutingNumber": "<string>",
"CNAPS": "<string>",
"Remarks": "<string>",
"accountNumber": "<string>",
"bankName": "<string>",
"bic": "<string>",
"bsbCode": "<string>",
"iban": "<string>",
"swiftCode": "<string>"
},
"companyIssuer": {
"issueAddress": "<string>",
"issueCompanyName": "<string>",
"issueLogo": "<string>",
"issueRegNumber": "<string>",
"issueVatNumber": "<string>"
},
"countryConfig": {},
"createTime": 123,
"currency": "<string>",
"currencyExchange": [
{
"exchange_rate": 123,
"from_currency": "<string>",
"to_currency": "<string>"
}
],
"currencyExchangeEnabled": true,
"defaultGatewayPaymentType": {
"autoCharge": true,
"category": "<string>",
"countryName": "<string>",
"name": "<string>",
"paymentType": "<string>",
"supportCurrencies": [
"<string>"
]
},
"description": "<string>",
"displayName": "<string>",
"gatewayIcons": [
"<string>"
],
"gatewayId": 123,
"gatewayKey": "<string>",
"gatewayLogo": "<string>",
"gatewayName": "<string>",
"gatewayPaymentTypes": [
{
"autoCharge": true,
"category": "<string>",
"countryName": "<string>",
"name": "<string>",
"paymentType": "<string>",
"supportCurrencies": [
"<string>"
]
}
],
"gatewaySecret": "<string>",
"gatewayType": 123,
"gatewayWebhookIntegrationLink": "<string>",
"gatewayWebsiteLink": "<string>",
"isDefault": true,
"metadata": {},
"minimumAmount": 123,
"name": "<string>",
"privateSecretName": "<string>",
"publicKeyName": "<string>",
"setupGatewayPaymentTypes": [
{
"autoCharge": true,
"category": "<string>",
"countryName": "<string>",
"name": "<string>",
"paymentType": "<string>",
"supportCurrencies": [
"<string>"
]
}
],
"sort": 123,
"subGateway": "<string>",
"subGatewayName": "<string>",
"webhookEndpointUrl": "<string>",
"webhookSecret": "<string>"
}
],
"globalTOPTEnabled": true,
"globalUSVATConfig": {
"active": true,
"availableGatewayNames": [
"<string>"
],
"checkAddressViaGateway": true,
"defaultGatewayName": "<string>",
"fromAddress": {
"address": "<string>",
"city": "<string>",
"countryCode": "<string>",
"state": "<string>",
"verified": true,
"zipCode": "<string>"
},
"nexusAddresses": [
{
"address": "<string>",
"city": "<string>",
"countryCode": "<string>",
"state": "<string>",
"verified": true,
"zipCode": "<string>"
}
],
"taxCode": "<string>",
"toAddress": {
"address": "<string>",
"city": "<string>",
"countryCode": "<string>",
"state": "<string>",
"verified": true,
"zipCode": "<string>"
},
"uploadInvoiceToGateway": true
},
"isOwner": true,
"isProd": true,
"merchant": {
"address": "<string>",
"companyLogo": "<string>",
"companyName": "<string>",
"companyRegistryCode": "<string>",
"companyVatNumber": "<string>",
"countryCode": "<string>",
"countryName": "<string>",
"createTime": 123,
"email": "<string>",
"homeUrl": "<string>",
"host": "<string>",
"id": 123,
"location": "<string>",
"name": "<string>",
"phone": "<string>",
"timeZone": "<string>",
"type": 123,
"userId": 123
},
"merchantMember": {
"MemberGroupPermission": {},
"MemberRoles": [
{
"createTime": 123,
"id": 123,
"merchantId": 123,
"permissions": [
{
"group": "<string>",
"permissions": [
"<string>"
]
}
],
"role": "<string>"
}
],
"createTime": 123,
"currentDeviceIdentity": "<string>",
"deviceList": [
{
"currentDevice": true,
"identity": "<string>",
"ipAddress": "<string>",
"lastActiveTime": 123,
"lastLoginTime": 123,
"lastTotpVerificationTime": 123,
"name": "<string>",
"status": true
}
],
"email": "<string>",
"firstName": "<string>",
"id": 123,
"isBlankPasswd": true,
"isOwner": true,
"lastName": "<string>",
"merchantId": 123,
"mobile": "<string>",
"oauthAccounts": [
{
"email": "<string>",
"emailVerified": true,
"image": "<string>",
"name": "<string>",
"provider": "<string>",
"providerId": "<string>"
}
],
"status": 123,
"totpType": 123
},
"multiCurrencyConfigs": [
{
"currencyConfigs": [
{
"autoExchange": true,
"currency": "<string>",
"exchangeRate": 123
}
],
"defaultCurrency": "<string>",
"lastUpdateTime": 123,
"name": "<string>"
}
],
"openApiHost": "<string>",
"openApiKey": "<string>",
"quickBooksCompanyName": "<string>",
"quickBooksLastSyncError": "<string>",
"quickBooksLastSynchronized": "<string>",
"segmentServerSideKey": "<string>",
"segmentUserPortalKey": "<string>",
"sendGridKey": "<string>",
"taxJarApiKeys": {
"apiKey": "<string>",
"apiSecret": "<string>"
},
"vatSenseKey": "<string>"
},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
The member role list'
Show child attributes
create utc time
id
merchant id
role
TimeZone List
Analytics Host
Analytics Feature Enabled For Cloud Version
Default Currency
System Env, em: daily|stage|local|prod
ExchangeRateApiKey
Gateway List
Show child attributes
Whether the gateway finished setup process
Show child attributes
The AccountHolder of wire transfer
The address of wire transfer
The ABARoutingNumber of wire transfer
The CNAPS of wire transfer
The Remarks additional content
The Account Number
The Bank Name
The BIC of wire transfer
The BSB Code
The IBAN of wire transfer
The Swift Code
Show child attributes
create utc time
The currency of wire transfer
The currency exchange for gateway payment, effect at start of payment creation when currency matched
Show child attributes
the exchange rate of gateway, set to 0 if using https://app.exchangerate-api.com/ instead of fixed exchange rate
the currency of gateway exchange from
the currency of gateway exchange to
whether to enable currency exchange
Show child attributes
The description of gateway
The gateway display name, used at user portal
The gateway display name, used at user portal
The gateway name, stripe|paypal|changelly|unitpay|payssion|cryptadium
gatewayPaymentTypes
Show child attributes
gateway type,1-Bank Card | 2-Crypto | 3 - Wire Transfer
The gateway webhook integration guide link, gateway webhook need setup if not blank
The gateway website link
The minimum amount of wire transfer
The name of gateway
The total list of gateway payment types, used for setup
Show child attributes
The sort value of payment gateway, The higher the value, the lower the ranking
The endpoint url of gateway webhook
The secret of gateway webhook
GlobalTOPTEnabled
Show child attributes
Used for response
Show child attributes
Show child attributes
Show child attributes
Check Member is Owner
Check System Env Is Prod, true|false
Show child attributes
address
company_logo
company_name
Country Registry Code
Country Vat Number
Country Code
Country Name
create utc time
merchant user portal host
merchant_id
location
name
phone
merchant default time zone
type
create_user_id
Show child attributes
The member role list'
Show child attributes
create utc time
id
merchant id
role
create utc time
The Current DeviceIdentity'
The devices list'
Show child attributes
Is CurrentDevice
Identity
IP Address
Last Active Time
Last Login Time
Last Totp Verification Time
Name
true-Active, false-Offline
first name
userId
is blank password
Check Member is Owner
last name
merchant id
mobile
List of connected OAuth accounts
Show child attributes
0-Active, 2-Suspend
0-Inactive, 1-General, Google Authenticator | 2-Microsoft Authenticator | 3-Authy | 4-1Password | 5-LastPass | 6-FreeOTP | 7-Other TOTP
Merchant's MultiCurrency Configs
Show child attributes
Show child attributes
using https://app.exchangerate-api.com/ to update exchange rate if true, the exchange APIKey need setup first
target currency
the exchange rate of gateway, no setup required if AutoExchange is true
Last Update UTC Time
OpenApi Host
OpenAPIKey
QuickBooksCompanyName
QuickBooksLastSyncError
QuickBooksLastSynchronized
SegmentServerSideKey
SegmentUserPortalKey
SendGridKey
VatSenseKey