{"openapi":"3.0.1","info":{"title":"DcWallet API","description":"DcWallet REST API and Treasury Agent API documentation.","contact":{"name":"DcWallet Engineering"},"license":{"name":"Private"},"version":"1.0.0"},"servers":[{"url":"/","description":"Current host"}],"security":[{"bearerAuth":[]}],"paths":{"/v1/security/approval-rules/{id}":{"put":{"tags":["enterprise-approval-rule-controller"],"operationId":"updateRule","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/receivables/{id}":{"get":{"tags":["invoice-controller"],"operationId":"getInvoice","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoiceDetailResponse"}}}}}},"put":{"tags":["invoice-controller"],"operationId":"updateInvoice","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateInvoiceRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}},"delete":{"tags":["invoice-controller"],"operationId":"deleteInvoice","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/invoices/{id}":{"get":{"tags":["invoice-controller"],"operationId":"getInvoice_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoiceDetailResponse"}}}}}},"put":{"tags":["invoice-controller"],"operationId":"updateInvoice_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateInvoiceRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}},"delete":{"tags":["invoice-controller"],"operationId":"deleteInvoice_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/receivable-preferences":{"get":{"tags":["receivable-matching-preference-controller"],"operationId":"get_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreference"}}}}}},"put":{"tags":["receivable-matching-preference-controller"],"operationId":"update","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreference"}}}}}}},"/v1/preferences/locale":{"put":{"tags":["user-preference-controller"],"operationId":"updateLocale","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LocaleRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreference"}}}}}}},"/v1/merchant-brand":{"get":{"tags":["merchant-brand-controller"],"operationId":"current_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMerchantBrandView"}}}}}},"put":{"tags":["merchant-brand-controller"],"operationId":"save","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SaveCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMerchantBrandView"}}}}}}},"/v1/merchant-brand/smtp":{"put":{"tags":["merchant-brand-controller"],"operationId":"setSmtp","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmtpCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMerchantBrandView"}}}}}}},"/v1/merchant-brand/smtp-config":{"get":{"tags":["merchant-brand-controller"],"operationId":"smtpConfig","parameters":[{"name":"environment","in":"query","required":false,"schema":{"type":"string","default":"live"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseEmailProviderConfig"}}}}}},"put":{"tags":["merchant-brand-controller"],"operationId":"saveSmtpConfig","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EmailCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseEmailProviderConfig"}}}}}}},"/v1/merchant-brand/domains/{id}/disable":{"put":{"tags":["merchant-brand-controller"],"operationId":"disableDomain","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseDomainView"}}}}}}},"/v1/enterprise/members/{memberId}/role":{"put":{"tags":["team-member-controller"],"operationId":"updateMemberRole","parameters":[{"name":"memberId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"X-2FA-Code","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/enterprise/current":{"put":{"tags":["enterprise-profile-controller"],"operationId":"selectCurrentEnterprise","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SelectCurrentEnterpriseRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/contacts/{id}":{"get":{"tags":["contact-controller"],"operationId":"getContact","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContact"}}}}}},"put":{"tags":["contact-controller"],"operationId":"updateContact","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateContactRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContact"}}}}}},"delete":{"tags":["contact-controller"],"operationId":"deleteContact","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/contacts/{id}/addresses/{addressId}":{"put":{"tags":["contact-controller"],"operationId":"updateAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"addressId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddContactAddressRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContactAddress"}}}}}},"delete":{"tags":["contact-controller"],"operationId":"deleteAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"addressId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/compliance/automation-settings":{"get":{"tags":["compliance-automation-controller"],"operationId":"getSettings","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAutomationSettings"}}}}}},"put":{"tags":["compliance-automation-controller"],"operationId":"updateSettings","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateAutomationSettingsRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAutomationSettings"}}}}}}},"/v1/auth/password":{"put":{"tags":["auth-controller"],"operationId":"updatePassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePasswordRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/ai/nudges/{nudgeId}/dismiss":{"put":{"tags":["ai-nudge-preference-controller"],"operationId":"dismiss","parameters":[{"name":"nudgeId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/ai/nudges/{nudgeId}/defer":{"put":{"tags":["ai-nudge-preference-controller"],"operationId":"defer","parameters":[{"name":"nudgeId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NudgeDeferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/webhook-endpoints":{"get":{"tags":["webhook-endpoint-controller"],"operationId":"list","parameters":[{"name":"environment","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListWebhookEndpointResponse"}}}}}},"post":{"tags":["webhook-endpoint-controller"],"operationId":"create","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWebhookEndpointRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWebhookEndpointResponse"}}}}}}},"/v1/webhook-endpoints/{id}/test":{"post":{"tags":["webhook-endpoint-controller"],"operationId":"test","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestWebhookEndpointRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWebhookTestResponse"}}}}}}},"/v1/webhook-endpoints/{id}/disable":{"post":{"tags":["webhook-endpoint-controller"],"operationId":"disable","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/webhook-endpoints/test-inbox":{"post":{"tags":["webhook-endpoint-controller"],"operationId":"createTestInbox","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWebhookInboxRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWebhookInboxResponse"}}}}}}},"/v1/wallets":{"get":{"tags":["wallet-controller"],"operationId":"listWallets","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListWalletListItem"}}}}}},"post":{"tags":["wallet-controller"],"operationId":"createWallet","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWalletRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWallet"}}}}}}},"/v1/wallets/{id}/balances/refresh":{"post":{"tags":["wallet-controller"],"operationId":"refreshBalance","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListBalanceInfo"}}}}}}},"/v1/wallets/{id}/addresses":{"get":{"tags":["wallet-controller"],"operationId":"listWalletAddresses","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListWalletAddressResponse"}}}}}},"post":{"tags":["wallet-controller"],"operationId":"generateAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateAddressRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletAddressResponse"}}}}}}},"/v1/wallets/{id}/addresses/{addressId}/refresh":{"post":{"tags":["wallet-controller"],"operationId":"refreshExternalAddressBalances","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"addressId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletAddressResponse"}}}}}}},"/v1/wallets/{id}/addresses/{addressId}/deactivate":{"post":{"tags":["wallet-controller"],"operationId":"deactivateExternalAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"addressId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletAddressResponse"}}}}}}},"/v1/wallets/{id}/addresses/import-mnemonic":{"post":{"tags":["wallet-controller"],"operationId":"importMnemonicAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ImportMnemonicAddressRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletAddressResponse"}}}}}}},"/v1/wallets/{id}/addresses/external":{"post":{"tags":["wallet-controller"],"operationId":"bindExternalAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindExternalAddressRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletAddressResponse"}}}}}}},"/v1/wallets/{id}/addresses/external/preflight":{"post":{"tags":["wallet-controller"],"operationId":"preflightExternalAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalAddressPreflightRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreflightResponse"}}}}}}},"/v1/wallets/{id}/addresses/external/challenge":{"post":{"tags":["wallet-controller"],"operationId":"createExternalAddressChallenge","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalAddressChallengeRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseChallengeResponse"}}}}}}},"/v1/wallets/vaults/{id}/backup-verification":{"post":{"tags":["wallet-controller"],"operationId":"verifyVaultBackup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyVaultBackupRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletVaultResponse"}}}}}}},"/v1/wallets/vaults/{id}/backup-confirmation":{"post":{"tags":["wallet-controller"],"operationId":"confirmVaultBackup","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletVaultResponse"}}}}}}},"/v1/wallets/platform-accounts/{accountId}/transfers":{"post":{"tags":["wallet-controller"],"operationId":"transferPlatformAccount","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletAccountTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferResult"}}}}}}},"/v1/wallets/wallet-accounts/{accountId}/transfers":{"post":{"tags":["wallet-controller"],"operationId":"transferPlatformAccount_1","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletAccountTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferResult"}}}}}}},"/v1/wallets/platform-accounts/{accountId}/internal-transfers":{"post":{"tags":["wallet-controller"],"operationId":"transferBetweenPlatformAccounts","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlatformAccountInternalTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInternalTransferResult"}}}}}}},"/v1/wallets/wallet-accounts/{accountId}/internal-transfers":{"post":{"tags":["wallet-controller"],"operationId":"transferBetweenPlatformAccounts_1","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PlatformAccountInternalTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInternalTransferResult"}}}}}}},"/v1/treasury/refresh":{"post":{"tags":["treasury-controller"],"operationId":"refresh","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/treasury/redemptions":{"post":{"tags":["treasury-controller"],"operationId":"redeem","parameters":[{"name":"X-2FA-Code","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RedeemCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryOrder"}}}}}}},"/v1/treasury/orders/{id}/reject":{"post":{"tags":["treasury-controller"],"operationId":"reject","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"X-2FA-Code","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReviewCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryOrder"}}}}}}},"/v1/treasury/orders/{id}/external-transaction/submit":{"post":{"tags":["treasury-controller"],"operationId":"submitExternalTransaction","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalTransactionCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryOrder"}}}}}}},"/v1/treasury/orders/{id}/external-transaction/prepare":{"post":{"tags":["treasury-controller"],"operationId":"prepareExternalTransaction","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExternalTransactionResponse"}}}}}}},"/v1/treasury/orders/{id}/cancel":{"post":{"tags":["treasury-controller"],"operationId":"cancel","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryOrder"}}}}}}},"/v1/treasury/orders/{id}/approve":{"post":{"tags":["treasury-controller"],"operationId":"approve","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"X-2FA-Code","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryOrder"}}}}}}},"/v1/treasury/deposits":{"post":{"tags":["treasury-controller"],"operationId":"deposit","parameters":[{"name":"X-2FA-Code","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DepositCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryOrder"}}}}}}},"/v1/treasury/applications":{"post":{"tags":["treasury-controller"],"operationId":"apply","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTreasuryAccess"}}}}}}},"/v1/transfers":{"get":{"tags":["transfer-controller"],"operationId":"listTransfers","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTransferDetailResponse"}}}}}},"post":{"tags":["transfer-controller"],"operationId":"createTransfer","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSingleTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTransferRecord"}}}}}}},"/v1/transfers/{id}/submit":{"post":{"tags":["transfer-controller"],"operationId":"submitTransfer","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/transfers/{id}/reject":{"post":{"tags":["transfer-controller"],"operationId":"rejectTransfer","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"reason","in":"query","required":false,"schema":{"type":"string","default":"审批拒绝"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/transfers/{id}/external-transaction/submit":{"post":{"tags":["transfer-controller"],"operationId":"submitExternalTransaction_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExternalTransactionCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferRecord"}}}}}}},"/v1/transfers/{id}/external-transaction/reconcile":{"post":{"tags":["transfer-controller"],"operationId":"reconcileExternalTransaction","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferRecord"}}}}}}},"/v1/transfers/{id}/external-transaction/prepare":{"post":{"tags":["transfer-controller"],"operationId":"prepareExternalTransaction_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExternalTransferIntent"}}}}}}},"/v1/transfers/{id}/draft/cancel":{"post":{"tags":["transfer-controller"],"operationId":"cancelDraft","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/transfers/{id}/documents":{"get":{"tags":["transfer-controller"],"operationId":"listTransferDocuments","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListBusinessDocumentView"}}}}}},"post":{"tags":["transfer-controller"],"operationId":"addTransferDocuments","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DocumentReferenceRequest"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListBusinessDocumentView"}}}}}}},"/v1/transfers/{id}/cancel":{"post":{"tags":["transfer-controller"],"operationId":"cancelExternalTransfer","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"confirmedNoTransaction","in":"query","required":true,"schema":{"type":"boolean"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/transfers/{id}/approve":{"post":{"tags":["transfer-controller"],"operationId":"approveTransfer","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/transfers/submit":{"post":{"tags":["transfer-controller"],"operationId":"submitTransfers","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitTransfersRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/transfers/internal":{"post":{"tags":["transfer-controller"],"operationId":"createInternalTransfer","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateInternalTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferRecord"}}}}}}},"/v1/transfers/document-requirements/preview":{"post":{"tags":["transfer-controller"],"operationId":"previewDocumentRequirements","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RequirementContext"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseRequirementResult"}}}}}}},"/v1/transfers/batch":{"post":{"tags":["transfer-controller"],"operationId":"createBatchTransfer","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateBatchTransferRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferBatch"}}}}}}},"/v1/transfers/batch/{batchId}/submit":{"post":{"tags":["transfer-controller"],"operationId":"submitBatch","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferBatch"}}}}}}},"/v1/transfers/batch/{batchId}/reject":{"post":{"tags":["transfer-controller"],"operationId":"rejectBatch","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"reason","in":"query","required":false,"schema":{"type":"string","default":"批次审批拒绝"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferBatch"}}}}}}},"/v1/transfers/batch/{batchId}/approve":{"post":{"tags":["transfer-controller"],"operationId":"approveBatch","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FundsActionTwoFaRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferBatch"}}}}}}},"/v1/support/tickets":{"get":{"tags":["support-controller"],"operationId":"list_1","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"category","in":"query","required":false,"schema":{"type":"string"}},{"name":"search","in":"query","required":false,"schema":{"type":"string"}},{"name":"owner","in":"query","required":false,"schema":{"type":"string"}},{"name":"active","in":"query","required":false,"schema":{"type":"boolean","default":false}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}},"post":{"tags":["support-controller"],"operationId":"create_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Create"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/tickets/{id}/read":{"post":{"tags":["support-controller"],"operationId":"read","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/tickets/{id}/messages":{"post":{"tags":["support-controller"],"operationId":"reply","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Reply"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/tickets/{id}/actions":{"post":{"tags":["support-controller"],"operationId":"action","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Action"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/attachments":{"post":{"tags":["support-controller"],"operationId":"upload","requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/subscriptions/current/resume-renewal":{"post":{"tags":["subscription-controller"],"operationId":"resumeRenewal","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSubscription"}}}}}}},"/v1/subscriptions/current/cancel-renewal":{"post":{"tags":["subscription-controller"],"operationId":"cancelRenewal","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSubscription"}}}}}}},"/v1/subscriptions/checkout":{"post":{"tags":["subscription-controller"],"operationId":"createCheckout","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscriptionCheckoutRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCheckoutSession"}}}}}}},"/v1/subscriptions/checkout/{checkoutToken}/stablecoin-transfer":{"post":{"tags":["subscription-controller"],"operationId":"submitStablecoinTransfer","parameters":[{"name":"checkoutToken","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StablecoinSubmitRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCheckoutDetail"}}}}}}},"/v1/statements/reports":{"get":{"tags":["statement-controller"],"operationId":"listReports","parameters":[{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListReportView"}}}}}},"post":{"tags":["statement-controller"],"operationId":"generateReport","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GenerateRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseReportView"}}}}}}},"/v1/security/sensitive-action-code":{"post":{"tags":["security-settings-controller"],"operationId":"sendSensitiveActionCode","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/security/approval-rules":{"get":{"tags":["enterprise-approval-rule-controller"],"operationId":"listRules","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListApprovalRule"}}}}}},"post":{"tags":["enterprise-approval-rule-controller"],"operationId":"createRule","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseApprovalRule"}}}}}}},"/v1/security/approval-rules/{id}/status":{"post":{"tags":["enterprise-approval-rule-controller"],"operationId":"updateStatus","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/sandbox/simulate-native-deposit":{"post":{"tags":["sandbox-controller"],"operationId":"simulateNativeDeposit","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringString"}}}}}}},"/v1/sandbox/simulate-fiat-deposit":{"post":{"tags":["sandbox-controller"],"operationId":"simulateFiatDeposit","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringString"}}}}}}},"/v1/sandbox/simulate-deposit":{"post":{"tags":["sandbox-controller"],"operationId":"simulateDeposit","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringString"}}}}}}},"/v1/risk/assess":{"post":{"tags":["risk-controller"],"operationId":"assessTransaction","parameters":[{"name":"amount","in":"query","required":true,"schema":{"type":"number"}},{"name":"toAddress","in":"query","required":false,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/risk/alerts/{id}/dispose":{"post":{"tags":["risk-controller"],"operationId":"disposeAlert","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"disposition","in":"query","required":true,"schema":{"type":"string"}},{"name":"note","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/receivables/{id}/send-email":{"post":{"tags":["invoice-controller"],"operationId":"sendInvoiceEmail","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/invoices/{id}/send-email":{"post":{"tags":["invoice-controller"],"operationId":"sendInvoiceEmail_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/invoices/{id}/send":{"post":{"tags":["invoice-controller"],"operationId":"sendInvoice","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/receivables/{id}/send":{"post":{"tags":["invoice-controller"],"operationId":"sendInvoice_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/invoices/{id}/payment-link":{"post":{"tags":["invoice-controller"],"operationId":"generatePaymentLink","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/receivables/{id}/payment-link":{"post":{"tags":["invoice-controller"],"operationId":"generatePaymentLink_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/invoices/{id}/mark-paid":{"post":{"tags":["invoice-controller"],"operationId":"markPaid","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/receivables/{id}/mark-paid":{"post":{"tags":["invoice-controller"],"operationId":"markPaid_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/invoices/{id}/confirm-payment":{"post":{"tags":["invoice-controller"],"operationId":"confirmPayment","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmPaymentRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/receivables/{id}/confirm-payment":{"post":{"tags":["invoice-controller"],"operationId":"confirmPayment_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfirmPaymentRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/receivables/{id}/cancel":{"post":{"tags":["invoice-controller"],"operationId":"cancelInvoice","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/invoices/{id}/cancel":{"post":{"tags":["invoice-controller"],"operationId":"cancelInvoice_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/receivables/pay/{token}/walletconnect-pay":{"post":{"tags":["invoice-controller"],"operationId":"createWalletConnectPayCheckout","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletConnectPayCheckoutResponse"}}}}}}},"/v1/invoices/pay/{token}/walletconnect-pay":{"post":{"tags":["invoice-controller"],"operationId":"createWalletConnectPayCheckout_1","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletConnectPayCheckoutResponse"}}}}}}},"/v1/receivables/pay/{token}/submit":{"post":{"tags":["invoice-controller"],"operationId":"submitPayment","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitPaymentRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/invoices/pay/{token}/submit":{"post":{"tags":["invoice-controller"],"operationId":"submitPayment_1","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitPaymentRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/receivables/pay/{token}/receipt":{"post":{"tags":["invoice-controller"],"operationId":"uploadReceipt","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/invoices/pay/{token}/receipt":{"post":{"tags":["invoice-controller"],"operationId":"uploadReceipt_1","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/receivables/pay/{token}/proof":{"post":{"tags":["invoice-controller"],"operationId":"uploadReceipt_2","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/invoices/pay/{token}/proof":{"post":{"tags":["invoice-controller"],"operationId":"uploadReceipt_3","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/invoices/pay/{token}/check":{"post":{"tags":["invoice-controller"],"operationId":"checkInvoicePayment","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoiceCheckoutResponse"}}}}}}},"/v1/receivables/pay/{token}/check":{"post":{"tags":["invoice-controller"],"operationId":"checkInvoicePayment_1","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoiceCheckoutResponse"}}}}}}},"/v1/receivables":{"get":{"tags":["invoice-controller"],"operationId":"listInvoices","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListInvoiceListItem"}}}}}},"post":{"tags":["invoice-controller"],"operationId":"createInvoice","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateInvoiceRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/invoices":{"get":{"tags":["invoice-controller"],"operationId":"listInvoices_1","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListInvoiceListItem"}}}}}},"post":{"tags":["invoice-controller"],"operationId":"createInvoice_1","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateInvoiceRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/payment-records/{id}/quick-receipt":{"post":{"tags":["payment-record-controller"],"operationId":"markQuickReceipt","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/QuickReceiptRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/payment-records/{id}/match-invoice":{"post":{"tags":["payment-record-controller"],"operationId":"matchInvoice","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MatchPaymentRecordRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/payment-records/{id}/create-invoice-and-match":{"post":{"tags":["payment-record-controller"],"operationId":"createInvoiceAndMatch","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateInvoiceFromPaymentRecordRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoice"}}}}}}},"/v1/payment-links":{"get":{"tags":["payment-link-controller"],"operationId":"listPaymentLinks","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListPaymentLinkDetailResponse"}}}}}},"post":{"tags":["payment-link-controller"],"operationId":"createPaymentLink","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePaymentLinkRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePaymentLink"}}}}}}},"/v1/payment-links/{id}/deactivate":{"post":{"tags":["payment-link-controller"],"operationId":"deactivateLink","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePaymentLink"}}}}}}},"/v1/payment-links/pay/{token}/submit":{"post":{"tags":["payment-link-controller"],"operationId":"submitPayment_2","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitPaymentRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/operation-logs/wallet-connect-diagnostics":{"post":{"tags":["operation-log-controller"],"operationId":"recordWalletConnectDiagnostic","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WalletConnectDiagnosticRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/notifications/{id}/read":{"post":{"tags":["notification-controller"],"operationId":"markAsRead","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/notifications/read-all":{"post":{"tags":["notification-controller"],"operationId":"markAllAsRead","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/merchant-brand/smtp-config/{id}/test":{"post":{"tags":["merchant-brand-controller"],"operationId":"testSmtpConfig","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseEmailProviderConfig"}}}}}}},"/v1/merchant-brand/domains":{"get":{"tags":["merchant-brand-controller"],"operationId":"domains","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListDomainView"}}}}}},"post":{"tags":["merchant-brand-controller"],"operationId":"requestDomain","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DomainCommand"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVerificationRequest"}}}}}}},"/v1/merchant-brand/domains/{id}/verify":{"post":{"tags":["merchant-brand-controller"],"operationId":"verifyDomain","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseDomainView"}}}}}}},"/v1/merchant-brand/assets/{assetType}":{"post":{"tags":["merchant-brand-controller"],"operationId":"uploadAsset","parameters":[{"name":"assetType","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAssetView"}}}}}},"delete":{"tags":["merchant-brand-controller"],"operationId":"clearAsset","parameters":[{"name":"assetType","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/kyc/submit":{"post":{"tags":["kyc-controller"],"operationId":"submitKyc","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KycSubmitRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/kyb/submit":{"post":{"tags":["kyb-controller"],"operationId":"submitKyb","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/KybSubmitRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/files/upload":{"post":{"tags":["file-controller"],"operationId":"uploadFile","parameters":[{"name":"docType","in":"query","required":false,"schema":{"type":"string"}},{"name":"resourceType","in":"query","required":false,"schema":{"type":"string"}},{"name":"resourceId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"required":["file"],"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/fiat-accounts/apply":{"post":{"tags":["fiat-account-controller"],"operationId":"apply_1","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/exchange/{id}/cancel":{"post":{"tags":["exchange-controller"],"operationId":"cancelManualExchange","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRecordResponse"}}}}}}},"/v1/exchange/execute":{"post":{"tags":["exchange-controller"],"operationId":"executeExchange","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExchangeRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRecordResponse"}}}}}}},"/v1/exchange/cross-chain/{id}/cancel":{"post":{"tags":["exchange-controller"],"operationId":"cancelCrossChain","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRecordResponse"}}}}}}},"/v1/exchange/cross-chain/quotes":{"post":{"tags":["exchange-controller"],"operationId":"quoteCrossChain","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExchangeRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRecordResponse"}}}}}}},"/v1/enterprise/members/invite":{"post":{"tags":["team-member-controller"],"operationId":"inviteMember","parameters":[{"name":"X-2FA-Code","in":"header","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"object"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/contacts":{"get":{"tags":["contact-controller"],"operationId":"listContacts","parameters":[{"name":"keyword","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListContact"}}}}}},"post":{"tags":["contact-controller"],"operationId":"createContact","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateContactRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContact"}}}}}}},"/v1/contacts/{id}/wallet-accounts":{"post":{"tags":["contact-controller"],"operationId":"addPlatformAccount","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddPlatformContactAccountRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContactAddress"}}}}}}},"/v1/contacts/{id}/platform-accounts":{"post":{"tags":["contact-controller"],"operationId":"addPlatformAccount_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddPlatformContactAccountRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContactAddress"}}}}}}},"/v1/contacts/{id}/documents":{"get":{"tags":["contact-controller"],"operationId":"getDocuments","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListBusinessDocumentView"}}}}}},"post":{"tags":["contact-controller"],"operationId":"addDocument","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentReferenceRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseBusinessDocumentView"}}}}}}},"/v1/contacts/{id}/documents/{linkId}/replace":{"post":{"tags":["contact-controller"],"operationId":"replaceDocument","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"linkId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocumentReferenceRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseBusinessDocumentView"}}}}}}},"/v1/contacts/{id}/addresses":{"get":{"tags":["contact-controller"],"operationId":"getAddresses","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListContactAddress"}}}}}},"post":{"tags":["contact-controller"],"operationId":"addAddress","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AddContactAddressRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseContactAddress"}}}}}}},"/v1/contacts/name-preview":{"post":{"tags":["contact-controller"],"operationId":"previewName","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NamePreviewRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseEnglishName"}}}}}}},"/v1/compliance/screening/kyt":{"post":{"tags":["compliance-screening-controller"],"operationId":"screenKyt","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserKytScreenRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseUserKytScreenResponse"}}}}}}},"/v1/compliance/screening/aml":{"post":{"tags":["compliance-screening-controller"],"operationId":"screenAml","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAmlScreenRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseUserAmlScreenResponse"}}}}}}},"/v1/compliance/screening/aml/hits/{hitId}/review":{"post":{"tags":["compliance-screening-controller"],"operationId":"reviewAmlHit","parameters":[{"name":"hitId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserAmlHitReviewRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseUserAmlReviewCaseResponse"}}}}}}},"/v1/cards/{id}/unfreeze":{"post":{"tags":["card-controller"],"operationId":"unfreezeCard","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CardOperationRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/top-ups":{"post":{"tags":["card-controller"],"operationId":"topUpCard","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopUpCardRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/sensitive-info":{"post":{"tags":["card-controller"],"operationId":"viewSensitiveInfo","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ViewCardSensitiveInfoRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCardSensitiveInfoResult"}}}}}}},"/v1/cards/{id}/sensitive-info/code":{"post":{"tags":["card-controller"],"operationId":"sendSensitiveInfoCode","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/cards/{id}/sandbox/transactions":{"post":{"tags":["card-controller"],"operationId":"simulateTransaction","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimulateCardTransactionRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/sandbox/purchases":{"post":{"tags":["card-controller"],"operationId":"simulatePurchase","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SimulateCardPurchaseRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/nickname":{"post":{"tags":["card-controller"],"operationId":"updateNickname","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CardOperationRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/freeze":{"post":{"tags":["card-controller"],"operationId":"freezeCard","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CardOperationRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/cancel":{"post":{"tags":["card-controller"],"operationId":"cancelCard","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CardOperationRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/applications":{"post":{"tags":["card-controller"],"operationId":"issueVirtualCard","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IssueVirtualCardRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCardApplicationResult"}}}}}}},"/v1/auth/verify-email":{"post":{"tags":["auth-controller"],"operationId":"verifyEmail","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VerifyEmailRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAuthResponse"}}}}}}},"/v1/auth/verify-2fa":{"post":{"tags":["auth-controller"],"operationId":"verify2fa","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Verify2faRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAuthResponse"}}}}}}},"/v1/auth/reset-password":{"post":{"tags":["auth-controller"],"operationId":"resetPassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResetPasswordRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/auth/resend-code":{"post":{"tags":["auth-controller"],"operationId":"resendCode","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendCodeRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/auth/register":{"post":{"tags":["auth-controller"],"operationId":"register","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RegisterRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAuthResponse"}}}}}}},"/v1/auth/refresh-token":{"post":{"tags":["auth-controller"],"operationId":"refreshToken","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RefreshTokenRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAuthResponse"}}}}}}},"/v1/auth/login":{"post":{"tags":["auth-controller"],"operationId":"login","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LoginRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAuthResponse"}}}}}}},"/v1/auth/login-code":{"post":{"tags":["auth-controller"],"operationId":"loginByCode","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CodeLoginRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAuthResponse"}}}}}}},"/v1/auth/login-code/send":{"post":{"tags":["auth-controller"],"operationId":"sendLoginCode","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResendCodeRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/auth/forgot-password":{"post":{"tags":["auth-controller"],"operationId":"forgotPassword","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ForgotPasswordRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/auth/2fa/setup":{"post":{"tags":["auth-controller"],"operationId":"setup2fa","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Setup2faRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseString"}}}}}}},"/v1/auth/2fa/confirm":{"post":{"tags":["auth-controller"],"operationId":"confirm2fa","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Confirm2faRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/api-keys":{"get":{"tags":["api-key-controller"],"operationId":"listApiKeys","parameters":[{"name":"environment","in":"query","required":false,"schema":{"type":"string"}},{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListApiKey"}}}}}},"post":{"tags":["api-key-controller"],"operationId":"createApiKey","requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseApiKey"}}}}}}},"/v1/api-keys/{id}/rotate":{"post":{"tags":["api-key-controller"],"operationId":"rotateApiKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseApiKey"}}}}}}},"/v1/api-keys/{id}/revoke":{"post":{"tags":["api-key-controller"],"operationId":"revokeApiKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/ai/tasks/start":{"post":{"tags":["ai-controller"],"operationId":"startTask","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StartTaskRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/sessions":{"get":{"tags":["ai-controller"],"operationId":"listSessions","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListAiSessionResponse"}}}}}},"post":{"tags":["ai-controller"],"operationId":"createSession","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateSessionRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAiSessionResponse"}}}}}}},"/v1/ai/sessions/{sessionId}/messages":{"get":{"tags":["ai-controller"],"operationId":"listSessionMessages","parameters":[{"name":"sessionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListAiMessageResponse"}}}}}},"post":{"tags":["ai-controller"],"operationId":"sendMessage","parameters":[{"name":"sessionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SendMessageRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseAiMessageResponse"}}}}}}},"/v1/ai/plans/{planId}/refresh-quote":{"post":{"tags":["ai-controller"],"operationId":"refreshQuote","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/plans/{planId}/cancel":{"post":{"tags":["ai-controller"],"operationId":"cancelPlan","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/plans/{planId}/authorize":{"post":{"tags":["ai-controller"],"operationId":"authorizePlan","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AuthorizePlanRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/plans/{planId}/actions":{"post":{"tags":["ai-controller"],"operationId":"applyPlanAction","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplyPlanActionRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/intents/{intentId}/plans":{"post":{"tags":["ai-controller"],"operationId":"createPlan","parameters":[{"name":"intentId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePlanRequest"}}}},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/intents/parse":{"post":{"tags":["ai-controller"],"operationId":"parseIntent","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ParseIntentRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIntentResponse"}}}}}}},"/v1/ai/chat":{"post":{"tags":["ai-controller"],"operationId":"chat","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChatRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseChatResponse"}}}}}}},"/v1/ai/agent-tasks/{taskId}/authorize":{"post":{"tags":["treasury-agent-authorization-controller"],"operationId":"authorize","parameters":[{"name":"taskId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTaskDetail"}}}}}}},"/v1/webhook-endpoints/{id}":{"patch":{"tags":["webhook-endpoint-controller"],"operationId":"update_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateWebhookEndpointRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWebhookEndpointResponse"}}}}}}},"/v1/api-keys/{id}":{"patch":{"tags":["api-key-controller"],"operationId":"updateApiKey","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"requestBody":{"content":{"application/json":{"schema":{"type":"object","additionalProperties":{"type":"string"}}}},"required":true},"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseApiKey"}}}}}}},"/v1/webhook-endpoints/test-inbox/{token}":{"get":{"tags":["webhook-endpoint-controller"],"operationId":"getTestInbox","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWebhookInboxResponse"}}}}}}},"/v1/webhook-endpoints/event-types":{"get":{"tags":["webhook-endpoint-controller"],"operationId":"eventTypes","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListString"}}}}}}},"/v1/wallets/{id}":{"get":{"tags":["wallet-controller"],"operationId":"getWallet","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletDetailResponse"}}}}}}},"/v1/wallets/{id}/custody-accounts":{"get":{"tags":["wallet-controller"],"operationId":"listCustodyAccounts","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCustodyAccount"}}}}}}},"/v1/wallets/{id}/balances":{"get":{"tags":["wallet-controller"],"operationId":"getBalances","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListBalanceInfo"}}}}}}},"/v1/wallets/{id}/asset-ledgers":{"get":{"tags":["wallet-controller"],"operationId":"listAssetLedgers","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"currency","in":"query","required":false,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/wallets/{id}/addresses/{addressId}/observations":{"get":{"tags":["wallet-controller"],"operationId":"listExternalAddressObservations","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"addressId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"currency","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/wallets/vaults":{"get":{"tags":["wallet-controller"],"operationId":"listVaults","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListWalletVaultResponse"}}}}}}},"/v1/wallets/supported-currencies":{"get":{"tags":["wallet-controller"],"operationId":"getSupportedCurrencies","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListString"}}}}}}},"/v1/wallets/platform-accounts/{accountId}/ledgers":{"get":{"tags":["wallet-controller"],"operationId":"listPlatformAccountLedgers","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/wallets/wallet-accounts/{accountId}/ledgers":{"get":{"tags":["wallet-controller"],"operationId":"listPlatformAccountLedgers_1","parameters":[{"name":"accountId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/wallets/custody-accounts/{custodyId}/ledgers":{"get":{"tags":["wallet-controller"],"operationId":"listCustodyAddressLedgers","parameters":[{"name":"custodyId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/wallets/currency-networks/available":{"get":{"tags":["wallet-controller"],"operationId":"listAvailableCurrencyNetworks","parameters":[{"name":"scenario","in":"query","required":false,"schema":{"type":"string","default":"transfer"}},{"name":"requirePositiveBalance","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCurrencyNetworkResponse"}}}}}}},"/v1/wallets/asset-ledgers":{"get":{"tags":["wallet-controller"],"operationId":"listAssetLedgersAcrossWallets","parameters":[{"name":"currency","in":"query","required":false,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/wallets/addresses":{"get":{"tags":["wallet-controller"],"operationId":"listAllAddresses","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListWalletAddressResponse"}}}}}}},"/v1/wallets/accounts":{"get":{"tags":["wallet-controller"],"operationId":"listUnifiedAccounts","parameters":[{"name":"scope","in":"query","required":false,"schema":{"type":"string","default":"all"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/vendors":{"get":{"tags":["vendor-controller"],"operationId":"listVendors","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/treasury":{"get":{"tags":["treasury-controller"],"operationId":"overview","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/transfers/{id}":{"get":{"tags":["transfer-controller"],"operationId":"getTransfer","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferDetailResponse"}}}}}}},"/v1/transfers/{id}/receipt":{"get":{"tags":["transfer-controller"],"operationId":"downloadTransferReceipt","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/transfers/fee":{"get":{"tags":["transfer-controller"],"operationId":"quoteTransferFee","parameters":[{"name":"walletId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"sourceAccountId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"contactAddressId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"paymentMethod","in":"query","required":true,"schema":{"type":"string"}},{"name":"currency","in":"query","required":true,"schema":{"type":"string"}},{"name":"recipientCurrency","in":"query","required":false,"schema":{"type":"string"}},{"name":"chain","in":"query","required":false,"schema":{"type":"string"}},{"name":"amount","in":"query","required":true,"schema":{"type":"number"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTransferFeeQuoteResponse"}}}}}}},"/v1/transfers/batches":{"get":{"tags":["transfer-controller"],"operationId":"listBatches","parameters":[{"name":"status","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTransferBatch"}}}}}}},"/v1/transfers/batch/{batchId}":{"get":{"tags":["transfer-controller"],"operationId":"listBatchTransfers","parameters":[{"name":"batchId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTransferDetailResponse"}}}}}}},"/v1/transfers/batch/approvals":{"get":{"tags":["transfer-controller"],"operationId":"listBatchApprovalTransfers","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTransferBatchApprovalResponse"}}}}}}},"/v1/transfers/approvals":{"get":{"tags":["transfer-controller"],"operationId":"listApprovalTransfers","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListTransferDetailResponse"}}}}}}},"/v1/transactions":{"get":{"tags":["transaction-controller"],"operationId":"listTransactions","parameters":[{"name":"currency","in":"query","required":false,"schema":{"type":"string"}},{"name":"direction","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"accountType","in":"query","required":false,"schema":{"type":"string"}},{"name":"transactionType","in":"query","required":false,"schema":{"type":"string"}},{"name":"transactionNo","in":"query","required":false,"schema":{"type":"string"}},{"name":"displayType","in":"query","required":false,"schema":{"type":"string"}},{"name":"balanceAccountType","in":"query","required":false,"schema":{"type":"string"}},{"name":"balanceAccountId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"startDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"endDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultMapStringObject"}}}}}}},"/v1/transactions/accounts":{"get":{"tags":["transaction-controller"],"operationId":"listBalanceAccounts","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/support/tickets/{id}":{"get":{"tags":["support-controller"],"operationId":"detail","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"before","in":"query","required":false,"schema":{"type":"integer","format":"int64","default":0}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/summary":{"get":{"tags":["support-controller"],"operationId":"summary","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/categories":{"get":{"tags":["support-controller"],"operationId":"categories","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"object"}}}}}}},"/v1/support/attachments/{id}":{"get":{"tags":["support-controller"],"operationId":"attachment","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"405":{"description":"Method Not Allowed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/subscriptions/plans":{"get":{"tags":["subscription-controller"],"operationId":"listPlans","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListSubscriptionPlan"}}}}}}},"/v1/subscriptions/current":{"get":{"tags":["subscription-controller"],"operationId":"current","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSubscription"}}}}}}},"/v1/subscriptions/checkout/{checkoutToken}":{"get":{"tags":["subscription-controller"],"operationId":"getCheckout","parameters":[{"name":"checkoutToken","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCheckoutDetail"}}}}}}},"/v1/statements/transactions":{"get":{"tags":["statement-controller"],"operationId":"getTransactions","parameters":[{"name":"month","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/statements/transactions/stats":{"get":{"tags":["statement-controller"],"operationId":"getTransactionStats","parameters":[{"name":"month","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/statements/reports/{reportId}":{"get":{"tags":["statement-controller"],"operationId":"getReport","parameters":[{"name":"reportId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseReportView"}}}}}}},"/v1/statements/reports/{reportId}/csv":{"get":{"tags":["statement-controller"],"operationId":"exportReportCsv","parameters":[{"name":"reportId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/statements/months":{"get":{"tags":["statement-controller"],"operationId":"availableMonths","parameters":[{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListString"}}}}}}},"/v1/statements/assets":{"get":{"tags":["statement-controller"],"operationId":"getAssets","parameters":[{"name":"month","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/sessions":{"get":{"tags":["session-controller"],"operationId":"getSessions","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/services":{"get":{"tags":["service-catalog-controller"],"operationId":"list_2","parameters":[{"name":"contextType","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListServiceItem"}}}}}}},"/v1/services/{serviceId}":{"get":{"tags":["service-catalog-controller"],"operationId":"get","parameters":[{"name":"serviceId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseServiceItem"}}}}}}},"/v1/services/actions":{"get":{"tags":["service-catalog-controller"],"operationId":"actions","parameters":[{"name":"contextType","in":"query","required":true,"schema":{"type":"string"}},{"name":"contextId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListServiceAction"}}}}}}},"/v1/security/summary":{"get":{"tags":["security-settings-controller"],"operationId":"summary_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseSecuritySettingsSummary"}}}}}}},"/v1/risk/score":{"get":{"tags":["risk-controller"],"operationId":"getUserRiskScore","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseRiskScore"}}}}}}},"/v1/risk/alerts":{"get":{"tags":["risk-controller"],"operationId":"getAlerts","parameters":[{"name":"riskLevel","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListRiskAlert"}}}}}}},"/v1/receivables/{id}/proofs":{"get":{"tags":["invoice-controller"],"operationId":"listReceipts","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/invoices/{id}/proofs":{"get":{"tags":["invoice-controller"],"operationId":"listReceipts_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/invoices/{id}/receipts":{"get":{"tags":["invoice-controller"],"operationId":"listReceipts_2","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/receivables/{id}/receipts":{"get":{"tags":["invoice-controller"],"operationId":"listReceipts_3","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/invoices/{id}/pdf":{"get":{"tags":["invoice-controller"],"operationId":"downloadInvoicePdf","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/receivables/{id}/pdf":{"get":{"tags":["invoice-controller"],"operationId":"downloadInvoicePdf_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/receivables/pay/{token}/walletconnect-pay/{paymentId}/status":{"get":{"tags":["invoice-controller"],"operationId":"getWalletConnectPayStatus","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}},{"name":"paymentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletConnectPayCheckoutResponse"}}}}}}},"/v1/invoices/pay/{token}/walletconnect-pay/{paymentId}/status":{"get":{"tags":["invoice-controller"],"operationId":"getWalletConnectPayStatus_1","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}},{"name":"paymentId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWalletConnectPayCheckoutResponse"}}}}}}},"/v1/receivables/pay/{token}":{"get":{"tags":["invoice-controller"],"operationId":"getInvoiceByToken","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoiceCheckoutResponse"}}}}}}},"/v1/invoices/pay/{token}":{"get":{"tags":["invoice-controller"],"operationId":"getInvoiceByToken_1","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseInvoiceCheckoutResponse"}}}}}}},"/v1/public/merchant-brand-assets/{merchantBrandId}/{documentId}":{"get":{"tags":["public-merchant-brand-asset-controller"],"operationId":"asset","parameters":[{"name":"merchantBrandId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"documentId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/public/brand-context":{"get":{"tags":["public-brand-controller"],"operationId":"brandContext","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseBrandContextResponse"}}}}}}},"/v1/preferences":{"get":{"tags":["user-preference-controller"],"operationId":"get_2","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePreference"}}}}}}},"/v1/payment-records":{"get":{"tags":["payment-record-controller"],"operationId":"getRecords","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/payment-records/{id}/receipt":{"get":{"tags":["payment-record-controller"],"operationId":"downloadReceipt","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/payment-links/pay/{token}":{"get":{"tags":["payment-link-controller"],"operationId":"getLinkByToken","parameters":[{"name":"token","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePaymentLinkCheckoutResponse"}}}}}}},"/v1/operation-logs":{"get":{"tags":["operation-log-controller"],"operationId":"getLogs","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/notifications":{"get":{"tags":["notification-controller"],"operationId":"listNotifications","parameters":[{"name":"isRead","in":"query","required":false,"schema":{"type":"boolean"}},{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListNotificationDTO"}}}}}}},"/v1/notifications/unread-count":{"get":{"tags":["notification-controller"],"operationId":"getUnreadCount","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringLong"}}}}}}},"/v1/kyc/status":{"get":{"tags":["kyc-controller"],"operationId":"getKycStatus","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/kyb/ubo-threshold":{"get":{"tags":["kyb-controller"],"operationId":"getUboThreshold","parameters":[{"name":"registrationCountry","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/kyb/submission-access":{"get":{"tags":["kyb-controller"],"operationId":"getSubmissionAccess","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/kyb/status":{"get":{"tags":["kyb-controller"],"operationId":"getKybStatus","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/kyb/kyc-field-definitions":{"get":{"tags":["kyb-controller"],"operationId":"getKycFieldDefinitions","parameters":[{"name":"residentialCountry","in":"query","required":false,"schema":{"type":"string"}},{"name":"employmentStatus","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListKybFieldDefinitionResponse"}}}}}}},"/v1/kyb/field-definitions":{"get":{"tags":["kyb-controller"],"operationId":"getKybFieldDefinitions","parameters":[{"name":"registrationCountry","in":"query","required":false,"schema":{"type":"string"}},{"name":"businessType","in":"query","required":false,"schema":{"type":"string"}},{"name":"includeEdd","in":"query","required":false,"schema":{"type":"boolean","default":false}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListKybFieldDefinitionResponse"}}}}}}},"/v1/kyb/country-policy":{"get":{"tags":["kyb-controller"],"operationId":"getCountryPolicy","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringListString"}}}}}}},"/v1/files":{"get":{"tags":["file-controller"],"operationId":"listFiles","parameters":[{"name":"resourceType","in":"query","required":false,"schema":{"type":"string"}},{"name":"resourceId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListDocument"}}}}}}},"/v1/files/{id}/url":{"get":{"tags":["file-controller"],"operationId":"getFileUrl","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringString"}}}}}}},"/v1/files/{id}/thumbnail":{"get":{"tags":["file-controller"],"operationId":"getThumbnail","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/files/{id}/download":{"get":{"tags":["file-controller"],"operationId":"downloadFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/files/mine":{"get":{"tags":["file-controller"],"operationId":"listMyFiles","parameters":[{"name":"resourceType","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListDocument"}}}}}}},"/v1/fiat-accounts":{"get":{"tags":["fiat-account-controller"],"operationId":"getAccounts","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/fiat-accounts/banks":{"get":{"tags":["fiat-account-controller"],"operationId":"listBanks","parameters":[{"name":"purpose","in":"query","required":false,"schema":{"type":"string"}},{"name":"region","in":"query","required":false,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListFiatBank"}}}}}}},"/v1/fiat-accounts/banks/all":{"get":{"tags":["fiat-account-controller"],"operationId":"listAllBanks","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListFiatBank"}}}}}}},"/v1/fiat-accounts/applications":{"get":{"tags":["fiat-account-controller"],"operationId":"listMyApplications","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/exchange/{id}/receipt":{"get":{"tags":["exchange-controller"],"operationId":"downloadReceipt_1","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"type":"string","format":"byte"}}}}}}},"/v1/exchange/records":{"get":{"tags":["exchange-controller"],"operationId":"getRecords_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListExchangeRecordResponse"}}}}}}},"/v1/exchange/rates":{"get":{"tags":["exchange-controller"],"operationId":"getRates","parameters":[{"name":"from","in":"query","required":true,"schema":{"type":"string"}},{"name":"to","in":"query","required":true,"schema":{"type":"string"}},{"name":"amount","in":"query","required":false,"schema":{"type":"number"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseExchangeRateResponse"}}}}}}},"/v1/exchange/pairs":{"get":{"tags":["exchange-controller"],"operationId":"getPairs","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListExchangePairResponse"}}}}}}},"/v1/exchange/balances":{"get":{"tags":["exchange-controller"],"operationId":"getBalances_1","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringString"}}}}}}},"/v1/enterprise/profile":{"get":{"tags":["enterprise-profile-controller"],"operationId":"getProfile","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/enterprise/members":{"get":{"tags":["team-member-controller"],"operationId":"listMembers","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/enterprise/members/roles":{"get":{"tags":["team-member-controller"],"operationId":"listRoles","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/enterprise/list":{"get":{"tags":["enterprise-profile-controller"],"operationId":"listEnterprises","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/dict/items":{"get":{"tags":["dict-controller"],"operationId":"getItemsBatch","parameters":[{"name":"typeCodes","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringListDictItemResponse"}}}}}}},"/v1/dict/items/{typeCode}":{"get":{"tags":["dict-controller"],"operationId":"getItems","parameters":[{"name":"typeCode","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListDictItemResponse"}}}}}}},"/v1/dashboard":{"get":{"tags":["dashboard-controller"],"operationId":"getDashboard","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseMapStringObject"}}}}}}},"/v1/dashboard/overview":{"get":{"tags":["dashboard-controller"],"operationId":"getOverview","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseDashboardOverviewResponse"}}}}}}},"/v1/contacts/platform-accounts/search":{"get":{"tags":["contact-controller"],"operationId":"searchPlatformAccounts","parameters":[{"name":"keyword","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListPlatformAccountSearchResponse"}}}}}}},"/v1/contacts/wallet-accounts/search":{"get":{"tags":["contact-controller"],"operationId":"searchPlatformAccounts_1","parameters":[{"name":"keyword","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListPlatformAccountSearchResponse"}}}}}}},"/v1/contacts/lookup":{"get":{"tags":["contact-controller"],"operationId":"lookupByAddress","parameters":[{"name":"chain","in":"query","required":true,"schema":{"type":"string"}},{"name":"address","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListContact"}}}}}}},"/v1/compliance/screening/records":{"get":{"tags":["compliance-screening-controller"],"operationId":"listRecords","parameters":[{"name":"resourceType","in":"query","required":false,"schema":{"type":"string"}},{"name":"resourceId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListUserComplianceRecordResponse"}}}}}}},"/v1/compliance/screening/kyt/definitions":{"get":{"tags":["compliance-screening-controller"],"operationId":"getKytDefinitions","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListString"}}}}}}},"/v1/compliance/screening/aml/{recordId}/hits":{"get":{"tags":["compliance-screening-controller"],"operationId":"getAmlReviewCase","parameters":[{"name":"recordId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseUserAmlReviewCaseResponse"}}}}}}},"/v1/compliance/screening/aml/pending-reviews":{"get":{"tags":["compliance-screening-controller"],"operationId":"listPendingAmlReviews","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":5}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListUserAmlReviewCaseResponse"}}}}}}},"/v1/cards":{"get":{"tags":["card-controller"],"operationId":"listCards","parameters":[{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultIssuedCard"}}}}}}},"/v1/cards/{id}":{"get":{"tags":["card-controller"],"operationId":"getCard","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseIssuedCard"}}}}}}},"/v1/cards/{id}/transactions":{"get":{"tags":["card-controller"],"operationId":"listCardTransactions","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"transactionType","in":"query","required":false,"schema":{"type":"string"}},{"name":"direction","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"keyword","in":"query","required":false,"schema":{"type":"string"}},{"name":"startDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"endDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultCardTransaction"}}}}}}},"/v1/cards/{id}/details":{"get":{"tags":["card-controller"],"operationId":"getCardDetails","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCardDetailResult"}}}}}}},"/v1/cards/transactions":{"get":{"tags":["card-controller"],"operationId":"listTransactions_1","parameters":[{"name":"cardId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}},{"name":"transactionType","in":"query","required":false,"schema":{"type":"string"}},{"name":"direction","in":"query","required":false,"schema":{"type":"string"}},{"name":"status","in":"query","required":false,"schema":{"type":"string"}},{"name":"keyword","in":"query","required":false,"schema":{"type":"string"}},{"name":"startDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"endDate","in":"query","required":false,"schema":{"type":"string"}},{"name":"page","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":1}},{"name":"pageSize","in":"query","required":false,"schema":{"type":"integer","format":"int32","default":20}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePageResultCardTransaction"}}}}}}},"/v1/cards/products":{"get":{"tags":["card-controller"],"operationId":"listProducts","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListCardProductOption"}}}}}}},"/v1/auth/registration-policy":{"get":{"tags":["auth-controller"],"operationId":"registrationPolicy","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseRegistrationPolicy"}}}}}}},"/v1/api-keys/usage":{"get":{"tags":["api-key-controller"],"operationId":"getUsage","parameters":[{"name":"environment","in":"query","required":false,"schema":{"type":"string"}},{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseApiQuotaUsage"}}}}}}},"/v1/ai/workspace-capabilities":{"get":{"tags":["ai-controller"],"operationId":"listWorkspaceCapabilities","parameters":[{"name":"surface","in":"query","required":false,"schema":{"type":"string","default":"user"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseWorkspaceCapabilityListResponse"}}}}}}},"/v1/ai/tasks":{"get":{"tags":["ai-controller"],"operationId":"listTasks","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListAiTaskSummaryResponse"}}}}}}},"/v1/ai/sessions/{sessionId}/plans":{"get":{"tags":["ai-controller"],"operationId":"listSessionPlans","parameters":[{"name":"sessionId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListSessionPlanSummaryResponse"}}}}}}},"/v1/ai/plans/{planId}":{"get":{"tags":["ai-controller"],"operationId":"getPlan","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponsePlanDetailResponse"}}}}}}},"/v1/ai/plans/{planId}/tool-logs":{"get":{"tags":["ai-controller"],"operationId":"toolLogs","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListToolCallLogResponse"}}}}}}},"/v1/ai/plans/{planId}/next-actions":{"get":{"tags":["ai-controller"],"operationId":"nextActions","parameters":[{"name":"planId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListString"}}}}}}},"/v1/ai/onboarding/status":{"get":{"tags":["ai-controller"],"operationId":"getOnboardingStatus","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseActivationStatusResponse"}}}}}}},"/v1/ai/nudges":{"get":{"tags":["ai-controller"],"operationId":"listNudges","parameters":[{"name":"limit","in":"query","required":false,"schema":{"type":"integer","format":"int32"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListAgentNudgeSummaryResponse"}}}}}}},"/v1/ai/nudges/preferences":{"get":{"tags":["ai-nudge-preference-controller"],"operationId":"preferences","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseNudgeVisibilityResponse"}}}}}}},"/v1/ai/capability-policies":{"get":{"tags":["ai-controller"],"operationId":"listCapabilityPolicies","parameters":[{"name":"surface","in":"query","required":false,"schema":{"type":"string","default":"user"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCapabilityExecutionPolicyListResponse"}}}}}}},"/v1/ai/capabilities":{"get":{"tags":["ai-controller"],"operationId":"listCapabilities","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCapabilityListResponse"}}}}}}},"/v1/ai/capabilities/{code}":{"get":{"tags":["ai-controller"],"operationId":"getCapability","parameters":[{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCapabilityResponse"}}}}}}},"/v1/ai/agents/{agentCode}/capabilities":{"get":{"tags":["ai-controller"],"operationId":"listAgentCapabilities","parameters":[{"name":"agentCode","in":"path","required":true,"schema":{"type":"string"}},{"name":"enterpriseId","in":"query","required":false,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseCapabilityListResponse"}}}}}}},"/v1/ai/agent-tasks/{taskId}":{"get":{"tags":["treasury-agent-authorization-controller"],"operationId":"getTask","parameters":[{"name":"taskId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseTaskDetail"}}}}}}},"/v1/addresses/whitelist":{"get":{"tags":["whitelist-address-controller"],"operationId":"listAddresses","responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseListMapStringObject"}}}}}}},"/v1/transfers/{id}/documents/{linkId}":{"delete":{"tags":["transfer-controller"],"operationId":"removeTransferDocument","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"linkId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/files/{id}":{"delete":{"tags":["file-controller"],"operationId":"deleteFile","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/enterprise/members/{memberId}":{"delete":{"tags":["team-member-controller"],"operationId":"removeMember","parameters":[{"name":"memberId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}},"/v1/contacts/{id}/documents/{linkId}":{"delete":{"tags":["contact-controller"],"operationId":"archiveDocument","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"linkId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"400":{"description":"Bad Request","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"500":{"description":"Internal Server Error","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"403":{"description":"Forbidden","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}},"200":{"description":"OK","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ApiResponseVoid"}}}}}}}},"components":{"schemas":{"ApiResponseVoid":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object"}}},"InvoiceLineItem":{"type":"object","properties":{"description":{"type":"string"},"quantity":{"type":"number"},"unitPrice":{"type":"number"},"amount":{"type":"number"}}},"UpdateInvoiceRequest":{"type":"object","properties":{"customerName":{"type":"string"},"customerEmail":{"type":"string"},"currency":{"type":"string"},"amount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"description":{"type":"string"},"dueDate":{"type":"string","format":"date"},"lineItems":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceLineItem"}}}},"ApiResponseInvoice":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Invoice"}}},"Invoice":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"invoiceNo":{"type":"string"},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"contactId":{"type":"integer","format":"int64"},"customerType":{"type":"string"},"currency":{"type":"string"},"paymentMethod":{"type":"string"},"collectionMode":{"type":"string"},"walletAddressId":{"type":"integer","format":"int64"},"fiatAccountId":{"type":"integer","format":"int64"},"settlementWalletId":{"type":"integer","format":"int64"},"sweepTargetWalletAddressId":{"type":"integer","format":"int64"},"paymentCurrency":{"type":"string","deprecated":true},"amount":{"type":"number"},"paidAmount":{"type":"number"},"status":{"type":"string"},"issueDate":{"type":"string","format":"date"},"dueDate":{"type":"string","format":"date"},"lines":{"type":"string"},"paymentLinkToken":{"type":"string"},"idempotencyKey":{"type":"string"},"requestHash":{"type":"string"},"templateConfig":{"type":"string"},"createdBy":{"type":"integer","format":"int64"}}},"UpdateRequest":{"required":["amountTolerance"],"type":"object","properties":{"amountTolerance":{"maximum":1,"exclusiveMaximum":false,"minimum":0,"exclusiveMinimum":false,"type":"number"}}},"ApiResponsePreference":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Preference"}}},"Preference":{"type":"object","properties":{"amountTolerance":{"type":"number"},"customized":{"type":"boolean"}}},"LocaleRequest":{"required":["locale"],"type":"object","properties":{"locale":{"type":"string"}}},"SaveCommand":{"type":"object","properties":{"merchantCode":{"type":"string"},"displayName":{"type":"string"},"logoUrl":{"type":"string"},"logoNameUrl":{"type":"string"},"faviconUrl":{"type":"string"},"primaryColor":{"type":"string"},"themeJson":{"type":"string"},"publicConfigJson":{"type":"string"},"emailTemplateJson":{"type":"string"}}},"ApiResponseMerchantBrandView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/MerchantBrandView"}}},"Entitlements":{"type":"object","properties":{"merchantBrandingEnabled":{"type":"boolean"},"customDomainLimit":{"type":"integer","format":"int32"},"customLogoEnabled":{"type":"boolean"},"customThemeEnabled":{"type":"boolean"},"customEmailTemplateEnabled":{"type":"boolean"},"customSmtpEnabled":{"type":"boolean"},"monthlyEmailQuota":{"type":"integer","format":"int32"},"removePoweredBy":{"type":"boolean"}}},"MerchantBrandView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"merchantCode":{"type":"string"},"displayName":{"type":"string"},"status":{"type":"string"},"logoUrl":{"type":"string"},"logoNameUrl":{"type":"string"},"faviconUrl":{"type":"string"},"primaryColor":{"type":"string"},"themeJson":{"type":"string"},"publicConfigJson":{"type":"string"},"emailTemplateJson":{"type":"string"},"customSmtpStatus":{"type":"string"},"entitlements":{"$ref":"#/components/schemas/Entitlements"}}},"SmtpCommand":{"type":"object","properties":{"enabled":{"type":"boolean"}}},"EmailCommand":{"type":"object","properties":{"environment":{"type":"string"},"host":{"type":"string"},"port":{"type":"integer","format":"int32"},"username":{"type":"string"},"password":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"securityMode":{"type":"string"},"status":{"type":"string"}}},"ApiResponseEmailProviderConfig":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/EmailProviderConfig"}}},"EmailProviderConfig":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"merchantBrandId":{"type":"integer","format":"int64"},"scopeType":{"type":"string"},"scopeId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"providerType":{"type":"string"},"host":{"type":"string"},"port":{"type":"integer","format":"int32"},"username":{"type":"string"},"encryptedPassword":{"type":"string"},"fromEmail":{"type":"string"},"fromName":{"type":"string"},"securityMode":{"type":"string"},"status":{"type":"string"},"configVersion":{"type":"integer","format":"int32"},"lastTestStatus":{"type":"string"},"lastTestMessage":{"type":"string"},"lastTestAt":{"type":"string","format":"date-time"},"createdBy":{"type":"integer","format":"int64"},"updatedBy":{"type":"integer","format":"int64"}}},"ApiResponseDomainView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/DomainView"}}},"DomainView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"host":{"type":"string"},"status":{"type":"string"},"verificationMethod":{"type":"string"},"verifiedAt":{"type":"string","format":"date-time"},"certificateStatus":{"type":"string"},"suspendedByEntitlement":{"type":"boolean"},"role":{"type":"string"},"routingType":{"type":"string"},"routingName":{"type":"string"},"routingValue":{"type":"string"},"routingReady":{"type":"boolean"}}},"SelectCurrentEnterpriseRequest":{"type":"object","properties":{"enterpriseId":{"type":"integer","format":"int64"}}},"CreateContactRequest":{"required":["name","type"],"type":"object","properties":{"name":{"maxLength":128,"minLength":0,"type":"string"},"givenName":{"maxLength":128,"minLength":0,"type":"string"},"familyName":{"maxLength":128,"minLength":0,"type":"string"},"latinGivenName":{"maxLength":128,"minLength":0,"type":"string"},"latinFamilyName":{"maxLength":128,"minLength":0,"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"type":{"type":"string"},"entityType":{"type":"string"},"country":{"type":"string"},"registeredAddress":{"type":"string"},"mobilePrefix":{"type":"string"},"dateOfBirth":{"type":"string","format":"date"},"certExpiryDate":{"type":"string","format":"date"},"nationalityCountryCode":{"type":"string"},"certCountryCode":{"type":"string"},"residentialCountryCode":{"type":"string"},"residentialState":{"type":"string"},"residentialCity":{"type":"string"},"residentialPostalCode":{"type":"string"},"idType":{"type":"string"},"idNumber":{"type":"string"},"portraitDocumentId":{"type":"integer","format":"int64"},"reverseSideDocumentId":{"type":"integer","format":"int64"},"industry":{"type":"string"},"registrationNumber":{"type":"string"},"taxNumber":{"type":"string"},"tags":{"type":"string"},"memo":{"type":"string"}}},"ApiResponseContact":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Contact"}}},"Contact":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"externalReference":{"type":"string"},"idempotencyKey":{"type":"string"},"requestHash":{"type":"string"},"name":{"type":"string"},"givenName":{"type":"string"},"familyName":{"type":"string"},"latinGivenName":{"type":"string"},"latinFamilyName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"type":{"type":"string"},"tags":{"type":"string"},"totalReceived":{"type":"number"},"totalSent":{"type":"number"},"lastContactedAt":{"type":"string","format":"date-time"},"contactEntityType":{"type":"string"},"industry":{"type":"string"},"country":{"type":"string"},"registeredAddress":{"type":"string"},"mobilePrefix":{"type":"string"},"dateOfBirth":{"type":"string","format":"date"},"certExpiryDate":{"type":"string","format":"date"},"nationalityCountryCode":{"type":"string"},"residentialState":{"type":"string"},"residentialCity":{"type":"string"},"residentialPostalCode":{"type":"string"},"registrationNumber":{"type":"string"},"taxNumber":{"type":"string"},"idType":{"type":"string"},"idNumber":{"type":"string"},"certCountryCode":{"type":"string"},"residentialCountryCode":{"type":"string"},"portraitDocumentId":{"type":"integer","format":"int64"},"reverseSideDocumentId":{"type":"integer","format":"int64"},"complianceStatus":{"type":"string"},"complianceNote":{"type":"string"},"lastComplianceCheck":{"type":"string","format":"date-time"},"memo":{"type":"string"}}},"AddContactAddressRequest":{"required":["accountType"],"type":"object","properties":{"accountType":{"type":"string"},"usageType":{"type":"string"},"chain":{"type":"string"},"address":{"type":"string"},"bankName":{"type":"string"},"bankCode":{"type":"string"},"branchCode":{"maxLength":64,"minLength":0,"type":"string"},"bankBranch":{"maxLength":128,"minLength":0,"type":"string"},"bankAddress":{"maxLength":500,"minLength":0,"type":"string"},"bankCountryCode":{"pattern":"(?i)^[A-Z]{2}$","type":"string"},"beneficiaryType":{"type":"string"},"beneficiaryIdNumber":{"pattern":"^[1-9]\\d{16}[0-9Xx]$","type":"string"},"bankAccountType":{"maxLength":32,"minLength":0,"type":"string"},"accountIdentifierType":{"maxLength":32,"minLength":0,"type":"string"},"routingCode":{"maxLength":128,"minLength":0,"type":"string"},"routingCodeType":{"maxLength":32,"minLength":0,"type":"string"},"paymentRail":{"type":"string"},"accountNo":{"type":"string"},"accountHolder":{"type":"string"},"currency":{"type":"string"},"swiftCode":{"type":"string"},"label":{"type":"string"},"defaultPaymentAmount":{"minimum":0,"exclusiveMinimum":true,"type":"number"},"isWhitelist":{"type":"boolean"}}},"ApiResponseContactAddress":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ContactAddress"}}},"ContactAddress":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"contactId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"chain":{"type":"string"},"address":{"type":"string"},"label":{"type":"string"},"accountType":{"type":"string"},"usageType":{"type":"string"},"platformUserId":{"type":"integer","format":"int64"},"platformEnterpriseId":{"type":"integer","format":"int64"},"platformWalletId":{"type":"integer","format":"int64"},"platformAccountLabel":{"type":"string"},"platformAccountOwnerName":{"type":"string"},"bankName":{"type":"string"},"bankCode":{"type":"string"},"branchCode":{"type":"string"},"bankBranch":{"type":"string"},"bankAddress":{"type":"string"},"bankCountryCode":{"type":"string"},"beneficiaryType":{"type":"string"},"bankAccountType":{"type":"string"},"accountIdentifierType":{"type":"string"},"routingCode":{"type":"string"},"routingCodeType":{"type":"string"},"paymentRail":{"type":"string"},"accountNo":{"type":"string"},"accountHolder":{"type":"string"},"currency":{"type":"string"},"swiftCode":{"type":"string"},"defaultPaymentAmount":{"type":"number"},"isWhitelist":{"type":"boolean"},"isBlacklist":{"type":"boolean"},"status":{"type":"string"},"deactivatedAt":{"type":"string","format":"date-time"},"deactivatedBy":{"type":"integer","format":"int64"},"network":{"type":"string"},"identifier":{"type":"string"}}},"UpdateAutomationScenarioRequest":{"type":"object","properties":{"key":{"type":"string"},"enabled":{"type":"boolean"},"lowRiskAction":{"type":"string"},"mediumRiskAction":{"type":"string"},"highRiskAction":{"type":"string"},"overageAction":{"type":"string"},"notificationTargets":{"type":"array","items":{"type":"string"}},"amlSourceMode":{"type":"string"},"kytSourceMode":{"type":"string"}}},"UpdateAutomationSettingsRequest":{"type":"object","properties":{"scenarios":{"type":"array","items":{"$ref":"#/components/schemas/UpdateAutomationScenarioRequest"}}}},"ApiResponseAutomationSettings":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/AutomationSettings"}}},"AutomationScenario":{"type":"object","properties":{"key":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"trigger":{"type":"string"},"consumesQuotaType":{"type":"string"},"screeningType":{"type":"string"},"enabled":{"type":"boolean"},"locked":{"type":"boolean"},"available":{"type":"boolean"},"availabilityReason":{"type":"string"},"lowRiskAction":{"type":"string"},"mediumRiskAction":{"type":"string"},"highRiskAction":{"type":"string"},"overageAction":{"type":"string"},"notificationTargets":{"type":"array","items":{"type":"string"}},"amlSourceMode":{"type":"string"},"kytSourceMode":{"type":"string"},"platformAmlSourceMode":{"type":"string"},"platformKytSourceMode":{"type":"string"},"effectiveAmlSourceMode":{"type":"string"},"effectiveKytSourceMode":{"type":"string"},"allowedUserActions":{"type":"array","items":{"type":"string"}},"platformMode":{"type":"string"},"platformEnabled":{"type":"boolean"},"platformLowRiskAction":{"type":"string"},"platformMediumRiskAction":{"type":"string"},"platformHighRiskAction":{"type":"string"},"platformFailureAction":{"type":"string"},"evidenceTtlMinutes":{"type":"integer","format":"int32"},"evidenceReuseEnabled":{"type":"boolean"},"policyExecutionMode":{"type":"string"}}},"AutomationSettings":{"type":"object","properties":{"scenarios":{"type":"array","items":{"$ref":"#/components/schemas/AutomationScenario"}}}},"UpdatePasswordRequest":{"required":["newPassword","oldPassword"],"type":"object","properties":{"oldPassword":{"type":"string"},"newPassword":{"maxLength":64,"minLength":8,"type":"string"}}},"NudgeDeferRequest":{"type":"object","properties":{"until":{"type":"string"}}},"CreateWebhookEndpointRequest":{"type":"object","properties":{"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"url":{"type":"string"},"events":{"type":"array","items":{"type":"string"}}}},"ApiResponseWebhookEndpointResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WebhookEndpointResponse"}}},"WebhookEndpointResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"url":{"type":"string"},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"secret":{"type":"string"},"lastStatus":{"type":"integer","format":"int32"},"lastTriggeredAt":{"type":"string","format":"date-time"}}},"TestWebhookEndpointRequest":{"type":"object","properties":{"eventType":{"type":"string"}}},"ApiResponseWebhookTestResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WebhookTestResponse"}}},"WebhookTestResponse":{"type":"object","properties":{"eventId":{"type":"string"},"deliveryId":{"type":"string"},"endpointId":{"type":"integer","format":"int64"},"eventType":{"type":"string"},"status":{"type":"string"}}},"CreateWebhookInboxRequest":{"type":"object","properties":{"enterpriseId":{"type":"integer","format":"int64"}}},"ApiResponseWebhookInboxResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WebhookInboxResponse"}}},"WebhookInboxRequestResponse":{"type":"object","properties":{"id":{"type":"string"},"receivedAt":{"type":"string","format":"date-time"},"eventId":{"type":"string"},"eventType":{"type":"string"},"deliveryId":{"type":"string"},"signatureStatus":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"rawBody":{"type":"string"}}},"WebhookInboxResponse":{"type":"object","properties":{"token":{"type":"string"},"url":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"},"requests":{"type":"array","items":{"$ref":"#/components/schemas/WebhookInboxRequestResponse"}}}},"CreateWalletRequest":{"required":["accountType","name","purpose"],"type":"object","properties":{"name":{"maxLength":64,"minLength":0,"type":"string"},"accountType":{"type":"string"},"purpose":{"type":"string"},"environment":{"type":"string"}}},"ApiResponseWallet":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Wallet"}}},"Wallet":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"ownerType":{"type":"string"},"name":{"type":"string"},"accountType":{"type":"string"},"purpose":{"type":"string"},"accountRole":{"type":"string"},"type":{"type":"string"},"environment":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string","format":"date-time"}}},"ApiResponseListBalanceInfo":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/BalanceInfo"}}}},"BalanceInfo":{"type":"object","properties":{"accountType":{"type":"string"},"currency":{"type":"string"},"chain":{"type":"string"},"confirmedAmount":{"type":"string"},"lockedAmount":{"type":"string"},"pendingOut":{"type":"string"},"pendingIn":{"type":"string"}}},"GenerateAddressRequest":{"required":["chain"],"type":"object","properties":{"chain":{"type":"string"},"purpose":{"type":"string"},"custodyMode":{"type":"string"},"keyProvider":{"type":"string"},"vaultId":{"type":"integer","format":"int64"}}},"ApiResponseWalletAddressResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WalletAddressResponse"}}},"WalletAddressResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"chain":{"type":"string"},"networkType":{"type":"string"},"chainId":{"type":"string"},"networkName":{"type":"string"},"displayNetwork":{"type":"string"},"address":{"type":"string"},"purpose":{"type":"string"},"status":{"type":"string"},"listenerStatus":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"vaultId":{"type":"integer","format":"int64"},"custodyMode":{"type":"string"},"keyProvider":{"type":"string"},"derivationPath":{"type":"string"},"addressIndex":{"type":"integer","format":"int32"},"providerAccountId":{"type":"string"},"providerKeyRef":{"type":"string"},"walletProvider":{"type":"string"},"ownershipVerifiedBy":{"type":"integer","format":"int64"},"ownershipVerifiedAt":{"type":"string","format":"date-time"},"importedAt":{"type":"string","format":"date-time"},"importBlockNumber":{"type":"integer","format":"int64"},"initialBalanceSnapshot":{"type":"string"},"lastSyncedBlock":{"type":"integer","format":"int64"},"lastSyncedAt":{"type":"string","format":"date-time"},"observedBalanceSnapshot":{"type":"string"},"observedBalanceAt":{"type":"string","format":"date-time"},"currencies":{"type":"array","items":{"type":"string"}}}},"ImportMnemonicAddressRequest":{"required":["chain","mnemonic"],"type":"object","properties":{"chain":{"type":"string"},"mnemonic":{"type":"string"},"purpose":{"type":"string"},"addressIndex":{"type":"integer","format":"int32"},"custodyMode":{"type":"string"},"keyProvider":{"type":"string"},"vaultId":{"type":"integer","format":"int64"}}},"BindExternalAddressRequest":{"required":["challengeId","signature"],"type":"object","properties":{"challengeId":{"maxLength":64,"minLength":0,"type":"string"},"signature":{"maxLength":256,"minLength":0,"type":"string"},"walletProvider":{"maxLength":64,"minLength":0,"type":"string"}}},"ExternalAddressPreflightRequest":{"required":["chain"],"type":"object","properties":{"chain":{"type":"string"},"address":{"maxLength":128,"minLength":0,"type":"string"}}},"ApiResponsePreflightResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PreflightResponse"}}},"PreflightResponse":{"type":"object","properties":{"chain":{"type":"string"},"networkType":{"type":"string"},"chainId":{"type":"string"},"action":{"type":"string"}}},"ExternalAddressChallengeRequest":{"required":["address","chain"],"type":"object","properties":{"chain":{"type":"string"},"chainId":{"maxLength":64,"minLength":0,"type":"string"},"address":{"maxLength":128,"minLength":0,"type":"string"}}},"ApiResponseChallengeResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ChallengeResponse"}}},"ChallengeResponse":{"type":"object","properties":{"challengeId":{"type":"string"},"chain":{"type":"string"},"networkType":{"type":"string"},"chainId":{"type":"string"},"address":{"type":"string"},"message":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"}}},"VerifyVaultBackupRequest":{"required":["mnemonic"],"type":"object","properties":{"mnemonic":{"type":"string"}}},"ApiResponseWalletVaultResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WalletVaultResponse"}}},"WalletVaultResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"custodyMode":{"type":"string"},"keyProvider":{"type":"string"},"backupStatus":{"type":"string"},"signingPolicy":{"type":"string"},"status":{"type":"string"}}},"WalletAccountTransferRequest":{"required":["amount","counterpartyAccountType","counterpartyWalletId","currency","direction","externalSettlementRef"],"type":"object","properties":{"direction":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"number"},"counterpartyAccountType":{"type":"string"},"counterpartyWalletId":{"type":"integer","format":"int64"},"counterpartyNetwork":{"type":"string"},"externalSettlementRef":{"type":"string"},"twoFaCode":{"type":"string"}}},"ApiResponseTransferResult":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TransferResult"}}},"TransferResult":{"type":"object","properties":{"operationId":{"type":"integer","format":"int64"},"platformAccountId":{"type":"integer","format":"int64"},"counterpartyWalletId":{"type":"integer","format":"int64"},"direction":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"number"},"referenceNo":{"type":"string"}}},"PlatformAccountInternalTransferRequest":{"required":["amount"],"type":"object","properties":{"targetPlatformAccountId":{"type":"integer","format":"int64"},"targetPlatformWalletId":{"type":"integer","format":"int64"},"targetWalletAccountId":{"type":"integer","format":"int64"},"targetWalletId":{"type":"integer","format":"int64"},"currency":{"type":"string"},"amount":{"type":"number"},"referenceNo":{"type":"string"},"memo":{"type":"string"},"twoFaCode":{"type":"string"}}},"ApiResponseInternalTransferResult":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/InternalTransferResult"}}},"InternalTransferResult":{"type":"object","properties":{"operationId":{"type":"integer","format":"int64"},"sourcePlatformAccountId":{"type":"integer","format":"int64"},"targetPlatformAccountId":{"type":"integer","format":"int64"},"currency":{"type":"string"},"amount":{"type":"number"},"referenceNo":{"type":"string"}}},"ApiResponseMapStringObject":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"object"}}}},"RedeemCommand":{"type":"object","properties":{"positionId":{"type":"integer","format":"int64"},"amount":{"type":"number"},"requestKey":{"type":"string"}}},"ApiResponseTreasuryOrder":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TreasuryOrder"}}},"TreasuryOrder":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"orderNo":{"type":"string"},"requestKey":{"type":"string"},"orderType":{"type":"string"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"productId":{"type":"integer","format":"int64"},"positionId":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"custodyId":{"type":"integer","format":"int64"},"walletAddressId":{"type":"integer","format":"int64"},"executionMode":{"type":"string"},"signerUserId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"chain":{"type":"string"},"chainId":{"type":"integer","format":"int64"},"currency":{"type":"string"},"amount":{"type":"number"},"actualAmount":{"type":"number"},"serviceFeeUsd":{"type":"number"},"gasAmount":{"type":"number"},"gasCurrency":{"type":"string"},"gasCostUsd":{"type":"number"},"addressSnapshot":{"type":"string"},"assetContract":{"type":"string"},"receiptTokenContract":{"type":"string"},"poolContract":{"type":"string"},"tokenBalanceBefore":{"type":"number"},"approvalId":{"type":"integer","format":"int64"},"approvalResetTxHash":{"type":"string"},"approvalTxHash":{"type":"string"},"executionTxHash":{"type":"string"},"signatureStep":{"type":"string"},"signaturePayloadHash":{"type":"string"},"signaturePreparedAt":{"type":"string","format":"date-time"},"disclosureVersion":{"type":"string"},"disclosureHash":{"type":"string"},"acceptedAt":{"type":"string","format":"date-time"},"consentIp":{"type":"string"},"consentUserAgent":{"type":"string"},"status":{"type":"string"},"stateVersion":{"type":"integer","format":"int32"},"failureCategory":{"type":"string"},"failureReason":{"type":"string"},"nextCheckAt":{"type":"string","format":"date-time"},"confirmedAt":{"type":"string","format":"date-time"}}},"ReviewCommand":{"type":"object","properties":{"note":{"type":"string"}}},"ExternalTransactionCommand":{"type":"object","properties":{"step":{"type":"string"},"txHash":{"type":"string"}}},"ApiResponseExternalTransactionResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ExternalTransactionResponse"}}},"ExternalTransactionResponse":{"type":"object","properties":{"orderId":{"type":"integer","format":"int64"},"step":{"type":"string"},"chainId":{"type":"integer","format":"int64"},"from":{"type":"string"},"to":{"type":"string"},"data":{"type":"string"},"value":{"type":"string"},"preparedAt":{"type":"string","format":"date-time"}}},"DepositCommand":{"type":"object","properties":{"productId":{"type":"integer","format":"int64"},"custodyId":{"type":"integer","format":"int64"},"walletAddressId":{"type":"integer","format":"int64"},"amount":{"type":"number"},"disclosureVersion":{"type":"string"},"riskAccepted":{"type":"boolean"},"requestKey":{"type":"string"}}},"ApplicationCommand":{"type":"object","properties":{"productId":{"type":"integer","format":"int64"},"disclosureVersion":{"type":"string"},"riskAccepted":{"type":"boolean"}}},"ApiResponseTreasuryAccess":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TreasuryAccess"}}},"TreasuryAccess":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"enterpriseId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"status":{"type":"string"},"expectedAmount":{"type":"number"},"sourceOfFunds":{"type":"string"},"holdingPeriod":{"type":"string"},"disclosureVersion":{"type":"string"},"disclosureHash":{"type":"string"},"acceptedAt":{"type":"string","format":"date-time"},"submittedBy":{"type":"integer","format":"int64"},"reviewedBy":{"type":"integer","format":"int64"},"reviewedAt":{"type":"string","format":"date-time"},"reviewNote":{"type":"string"},"stateVersion":{"type":"integer","format":"int32"}}},"CreateSingleTransferRequest":{"required":["amount","currency"],"type":"object","properties":{"walletId":{"type":"integer","format":"int64"},"sourceAccountId":{"type":"integer","format":"int64"},"sourceWalletAddressId":{"type":"integer","format":"int64"},"contactAddressId":{"type":"integer","format":"int64"},"recipientAddress":{"type":"string"},"paymentMethod":{"type":"string"},"recipientBankName":{"type":"string"},"recipientBankCode":{"type":"string"},"recipientBranchCode":{"type":"string"},"recipientBankBranch":{"type":"string"},"recipientBankAddress":{"maxLength":500,"minLength":0,"type":"string"},"recipientBankCountryCode":{"type":"string"},"recipientBeneficiaryType":{"type":"string"},"recipientRegistrationType":{"maxLength":64,"minLength":0,"type":"string"},"recipientRegistrationNumber":{"maxLength":128,"minLength":0,"type":"string"},"recipientBankAccountType":{"type":"string"},"recipientAccountIdentifierType":{"type":"string"},"recipientRoutingCode":{"type":"string"},"recipientRoutingCodeType":{"type":"string"},"recipientPaymentRail":{"type":"string"},"recipientAccountNo":{"type":"string"},"recipientAccountHolder":{"type":"string"},"swiftCode":{"type":"string"},"chain":{"type":"string"},"currency":{"type":"string"},"recipientCurrency":{"type":"string"},"recipientAmount":{"type":"number"},"amount":{"minimum":0.000001,"exclusiveMinimum":false,"type":"number"},"memo":{"maxLength":500,"minLength":0,"type":"string"},"paymentPurpose":{"type":"string"},"purposeNote":{"type":"string"},"contractRef":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentReferenceRequest"}},"twoFaCode":{"type":"string"}}},"DocumentReferenceRequest":{"required":["documentId","role"],"type":"object","properties":{"documentId":{"type":"integer","format":"int64"},"role":{"type":"string"},"referenceNo":{"type":"string"},"counterpartyName":{"type":"string"},"effectiveDate":{"type":"string","format":"date"},"expiryDate":{"type":"string","format":"date"},"applicablePurposes":{"type":"array","items":{"type":"string"}}}},"ApiResponseListTransferRecord":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TransferRecord"}}}},"TransferRecord":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"batchId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"fromCustodyId":{"type":"integer","format":"int64"},"sourceWalletAddressId":{"type":"integer","format":"int64"},"sourceBusinessAccountId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"contactId":{"type":"integer","format":"int64"},"contactAddressId":{"type":"integer","format":"int64"},"paymentMethod":{"type":"string"},"recipientAddress":{"type":"string"},"chain":{"type":"string"},"channelId":{"type":"integer","format":"int64"},"channelTxId":{"type":"string"},"executionMode":{"type":"string"},"signerUserId":{"type":"integer","format":"int64"},"signaturePayloadHash":{"type":"string"},"signaturePreparedAt":{"type":"string","format":"date-time"},"externalSubmittedAt":{"type":"string","format":"date-time"},"manualChannelName":{"type":"string"},"manualReferenceNo":{"type":"string"},"manualReferenceSource":{"type":"string"},"manualCompletedAt":{"type":"string","format":"date-time"},"manualProofFileId":{"type":"integer","format":"int64"},"manualResultFileBatchId":{"type":"integer","format":"int64"},"recipientBankAccountId":{"type":"integer","format":"int64"},"recipientBankName":{"type":"string"},"recipientBankCode":{"type":"string"},"recipientBranchCode":{"type":"string"},"recipientBankBranch":{"type":"string"},"recipientBankAddress":{"type":"string"},"recipientBankCountryCode":{"type":"string"},"recipientBeneficiaryType":{"type":"string"},"recipientRegistrationType":{"type":"string"},"recipientRegistrationNumber":{"type":"string"},"recipientBankAccountType":{"type":"string"},"recipientAccountIdentifierType":{"type":"string"},"recipientRoutingCode":{"type":"string"},"recipientRoutingCodeType":{"type":"string"},"recipientPaymentRail":{"type":"string"},"recipientAccountNo":{"type":"string"},"recipientAccountHolder":{"type":"string"},"recipientSwiftCode":{"type":"string"},"fiatReferenceNo":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"number"},"recipientCurrency":{"type":"string"},"recipientAmount":{"type":"number"},"fxRate":{"type":"number"},"fxRateSource":{"type":"string"},"fxQuotedAt":{"type":"string","format":"date-time"},"feeAmount":{"type":"number"},"feeCurrency":{"type":"string"},"feeBusinessAccountId":{"type":"integer","format":"int64"},"feeRuleId":{"type":"integer","format":"int64"},"baseFeeRuleId":{"type":"integer","format":"int64"},"pricingAgentId":{"type":"integer","format":"int64"},"feeConfigSnapshot":{"type":"string"},"channelCost":{"type":"number"},"channelCostCurrency":{"type":"string"},"platformProfit":{"type":"number"},"platformProfitUsd":{"type":"number"},"memo":{"type":"string"},"clientOrderNo":{"type":"string"},"referenceId":{"type":"string"},"transferType":{"type":"string"},"toUserId":{"type":"integer","format":"int64"},"toWalletId":{"type":"integer","format":"int64"},"toEnterpriseId":{"type":"integer","format":"int64"},"accountingCategory":{"type":"string"},"paymentPurpose":{"type":"string"},"purposeNote":{"type":"string"},"contractRef":{"type":"string"},"approvalId":{"type":"integer","format":"int64"},"complianceReviewId":{"type":"integer","format":"int64"},"reviewedBy":{"type":"integer","format":"int64"},"reviewedAt":{"type":"string","format":"date-time"},"reviewNote":{"type":"string"},"status":{"type":"string"},"netAmount":{"type":"number"},"txHash":{"type":"string"},"errorMessage":{"type":"string"},"retryCount":{"type":"integer","format":"int32"},"completedAt":{"type":"string","format":"date-time"},"partnerCommissionProcessedAt":{"type":"string","format":"date-time"},"transferNo":{"type":"string"},"referenceNo":{"type":"string"},"network":{"type":"string"},"recipientDisplay":{"type":"string"}}},"FundsActionTwoFaRequest":{"type":"object","properties":{"twoFaCode":{"pattern":"(?:|\\d{6})","type":"string"}}},"ApiResponseTransferRecord":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TransferRecord"}}},"ApiResponseExternalTransferIntent":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ExternalTransferIntent"}}},"ExternalTransferIntent":{"type":"object","properties":{"transferId":{"type":"integer","format":"int64"},"chain":{"type":"string"},"chainId":{"type":"string"},"networkType":{"type":"string"},"from":{"type":"string"},"to":{"type":"string"},"data":{"type":"string"},"value":{"type":"string"},"tokenContract":{"type":"string"},"decimals":{"type":"integer","format":"int32"},"recipient":{"type":"string"},"amount":{"type":"number"},"preparedAt":{"type":"string","format":"date-time"}}},"ApiResponseListBusinessDocumentView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/BusinessDocumentView"}}}},"BusinessDocumentView":{"type":"object","properties":{"link":{"$ref":"#/components/schemas/DocumentLink"},"document":{"$ref":"#/components/schemas/Document"}}},"Document":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"docType":{"type":"string"},"resourceType":{"type":"string"},"resourceId":{"type":"integer","format":"int64"},"fileName":{"type":"string"},"originalName":{"type":"string"},"mimeType":{"type":"string"},"fileSize":{"type":"integer","format":"int64"},"storageKey":{"type":"string"},"fileHash":{"type":"string"},"status":{"type":"string"},"expiryDate":{"type":"string","format":"date"},"effectiveDate":{"type":"string","format":"date"},"referenceNo":{"type":"string"},"counterpartyName":{"type":"string"},"applicablePurposes":{"type":"string"},"notifyBeforeDays":{"type":"integer","format":"int32"},"reviewedBy":{"type":"integer","format":"int64"},"reviewedAt":{"type":"string","format":"date-time"},"reviewStatus":{"type":"string"},"reviewNote":{"type":"string"},"precheckStatus":{"type":"string"},"precheckProvider":{"type":"string"},"precheckModel":{"type":"string"},"precheckReason":{"type":"string"},"precheckResultJson":{"type":"string"},"precheckedAt":{"type":"string","format":"date-time"},"scanStatus":{"type":"string"},"scannedAt":{"type":"string","format":"date-time"},"replacesId":{"type":"integer","format":"int64"}}},"DocumentLink":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"documentId":{"type":"integer","format":"int64"},"resourceType":{"type":"string"},"resourceId":{"type":"integer","format":"int64"},"role":{"type":"string"},"sourceContactId":{"type":"integer","format":"int64"},"linkedBy":{"type":"integer","format":"int64"},"status":{"type":"string"}}},"SubmitTransfersRequest":{"required":["transferIds"],"type":"object","properties":{"transferIds":{"maxItems":100,"minItems":0,"type":"array","items":{"type":"integer","format":"int64"}},"twoFaCode":{"pattern":"(?:|\\d{6})","type":"string"}}},"CreateInternalTransferRequest":{"required":["amount","currency","walletId"],"type":"object","properties":{"walletId":{"type":"integer","format":"int64"},"toUserId":{"type":"integer","format":"int64"},"toWalletId":{"type":"integer","format":"int64"},"currency":{"type":"string"},"chain":{"type":"string"},"amount":{"minimum":0.000001,"exclusiveMinimum":false,"type":"number"},"memo":{"maxLength":500,"minLength":0,"type":"string"},"paymentPurpose":{"type":"string"},"purposeNote":{"type":"string"},"twoFaCode":{"type":"string"}}},"RequirementContext":{"type":"object","properties":{"paymentPurpose":{"type":"string"},"contactType":{"type":"string"},"sameNameStatus":{"type":"string"},"paymentMethod":{"type":"string"},"channelCode":{"type":"string"},"currency":{"type":"string"},"recipientCountry":{"type":"string"},"amount":{"type":"number"},"contactId":{"type":"integer","format":"int64"},"directDocumentRoles":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"contactDocumentRoles":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"approvedContactDocumentRoles":{"uniqueItems":true,"type":"array","items":{"type":"string"}}}},"ApiResponseRequirementResult":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/RequirementResult"}}},"RequirementResult":{"type":"object","properties":{"result":{"type":"string"},"sameNameStatus":{"type":"string"},"matchedRuleIds":{"type":"array","items":{"type":"integer","format":"int64"}},"satisfiedRoles":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"missingGroups":{"type":"array","items":{"type":"array","items":{"type":"string"}}},"message":{"type":"string"}}},"BatchTransferItem":{"type":"object","properties":{"walletId":{"type":"integer","format":"int64"},"sourceAccountId":{"type":"integer","format":"int64"},"sourceWalletAddressId":{"type":"integer","format":"int64"},"contactAddressId":{"type":"integer","format":"int64"},"paymentMethod":{"type":"string"},"recipientAddress":{"type":"string"},"recipientBankName":{"type":"string"},"recipientBankCode":{"type":"string"},"recipientBranchCode":{"type":"string"},"recipientBankBranch":{"type":"string"},"recipientBankAddress":{"maxLength":500,"minLength":0,"type":"string"},"recipientBankCountryCode":{"type":"string"},"recipientBeneficiaryType":{"type":"string"},"recipientRegistrationType":{"maxLength":64,"minLength":0,"type":"string"},"recipientRegistrationNumber":{"maxLength":128,"minLength":0,"type":"string"},"recipientBankAccountType":{"type":"string"},"recipientAccountIdentifierType":{"type":"string"},"recipientRoutingCode":{"type":"string"},"recipientRoutingCodeType":{"type":"string"},"recipientPaymentRail":{"type":"string"},"recipientAccountNo":{"type":"string"},"recipientAccountHolder":{"type":"string"},"swiftCode":{"type":"string"},"chain":{"type":"string"},"currency":{"type":"string"},"recipientCurrency":{"type":"string"},"recipientAmount":{"type":"string"},"amount":{"type":"string"},"memo":{"type":"string"},"clientOrderNo":{"maxLength":128,"minLength":0,"type":"string"},"paymentPurpose":{"type":"string"},"purposeNote":{"type":"string"},"documents":{"type":"array","items":{"$ref":"#/components/schemas/DocumentReferenceRequest"}}}},"CreateBatchTransferRequest":{"required":["items"],"type":"object","properties":{"walletId":{"type":"integer","format":"int64"},"items":{"maxItems":500,"minItems":0,"type":"array","items":{"$ref":"#/components/schemas/BatchTransferItem"}},"fileName":{"type":"string"},"idempotencyKey":{"maxLength":128,"minLength":0,"type":"string"}}},"ApiResponseTransferBatch":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TransferBatch"}}},"TransferBatch":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"batchNumber":{"type":"string"},"totalItems":{"type":"integer","format":"int32"},"totalAmount":{"type":"number"},"status":{"type":"string"},"approvalId":{"type":"integer","format":"int64"},"approvalStatus":{"type":"string"},"approvalScope":{"type":"string"},"fileName":{"type":"string"},"idempotencyKey":{"type":"string"},"requestHash":{"type":"string"},"createdBy":{"type":"integer","format":"int64"},"createdAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"}}},"Create":{"type":"object","properties":{"requestKey":{"type":"string"},"category":{"type":"string"},"subject":{"type":"string"},"body":{"type":"string"},"referenceNo":{"type":"string"},"attachmentIds":{"type":"array","items":{"type":"integer","format":"int64"}}}},"Reply":{"type":"object","properties":{"requestKey":{"type":"string"},"body":{"type":"string"},"attachmentIds":{"type":"array","items":{"type":"integer","format":"int64"}},"internal":{"type":"boolean"},"waitForCustomer":{"type":"boolean"},"version":{"type":"integer","format":"int32"}}},"Action":{"type":"object","properties":{"action":{"type":"string"},"version":{"type":"integer","format":"int32"},"assigneeId":{"type":"integer","format":"int64"},"reason":{"type":"string"},"category":{"type":"string"},"priority":{"type":"string"}}},"ApiResponseSubscription":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/Subscription"}}},"Subscription":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"workspaceType":{"type":"string"},"workspaceId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"plan":{"type":"string"},"planId":{"type":"integer","format":"int64"},"billingCycle":{"type":"string"},"status":{"type":"string"},"amount":{"type":"number"},"currency":{"type":"string"},"currentPeriodStart":{"type":"string","format":"date"},"currentPeriodEnd":{"type":"string","format":"date"},"nextBillingDate":{"type":"string","format":"date"},"autoRenew":{"type":"boolean"},"paymentMethod":{"type":"string"},"provider":{"type":"string"},"providerSubscriptionId":{"type":"string"},"providerCustomerId":{"type":"string"},"entitlementSnapshot":{"type":"string"},"paymentWalletId":{"type":"integer","format":"int64"},"lastPaymentStatus":{"type":"string"},"lastPaymentError":{"type":"string"}}},"SubscriptionCheckoutRequest":{"type":"object","properties":{"planId":{"type":"integer","format":"int64"},"planCode":{"type":"string"},"billingCycle":{"type":"string"},"paymentMethod":{"type":"string"},"paymentCurrency":{"type":"string"},"successUrl":{"type":"string"},"cancelUrl":{"type":"string"}}},"ApiResponseCheckoutSession":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CheckoutSession"}}},"CheckoutSession":{"type":"object","properties":{"invoiceId":{"type":"integer","format":"int64"},"invoiceNo":{"type":"string"},"planId":{"type":"integer","format":"int64"},"planCode":{"type":"string"},"billingCycle":{"type":"string"},"amount":{"type":"number"},"currency":{"type":"string"},"paymentMethod":{"type":"string"},"provider":{"type":"string"},"checkoutToken":{"type":"string"},"checkoutUrl":{"type":"string"},"environment":{"type":"string"},"acceptedCurrencies":{"type":"array","items":{"type":"string"}},"acceptedChains":{"type":"array","items":{"type":"string"}}}},"StablecoinSubmitRequest":{"type":"object","properties":{"txHash":{"type":"string"}}},"ApiResponseCheckoutDetail":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CheckoutDetail"}}},"CheckoutDetail":{"type":"object","properties":{"invoiceId":{"type":"integer","format":"int64"},"invoiceNo":{"type":"string"},"planId":{"type":"integer","format":"int64"},"planCode":{"type":"string"},"planName":{"type":"string"},"billingCycle":{"type":"string"},"amount":{"type":"number"},"currency":{"type":"string"},"paymentMethod":{"type":"string"},"provider":{"type":"string"},"checkoutToken":{"type":"string"},"environment":{"type":"string"},"status":{"type":"string"},"providerPaymentId":{"type":"string"},"acceptedCurrencies":{"type":"array","items":{"type":"string"}},"acceptedChains":{"type":"array","items":{"type":"string"}},"receivingAddresses":{"type":"array","items":{"$ref":"#/components/schemas/ReceivingAddress"}}}},"ReceivingAddress":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"chain":{"type":"string"},"address":{"type":"string"},"currency":{"type":"string"},"purpose":{"type":"string"},"paymentAmount":{"type":"number"},"expiresAt":{"type":"string","format":"date-time"}}},"GenerateRequest":{"type":"object","properties":{"month":{"type":"string"},"enterpriseId":{"type":"integer","format":"int64"},"timezone":{"type":"string"},"baseCurrency":{"type":"string"}}},"AccountSummary":{"type":"object","properties":{"accountType":{"type":"string"},"accountId":{"type":"integer","format":"int64"},"currency":{"type":"string"},"chain":{"type":"string"},"openingBalance":{"type":"number"},"credits":{"type":"number"},"debits":{"type":"number"},"fees":{"type":"number"},"closingBalance":{"type":"number"}}},"ApiResponseReportView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ReportView"}}},"CurrencySummary":{"type":"object","properties":{"currency":{"type":"string"},"openingBalance":{"type":"number"},"credits":{"type":"number"},"debits":{"type":"number"},"fees":{"type":"number"},"closingBalance":{"type":"number"},"usdRate":{"type":"number"},"usdClosingValue":{"type":"number"},"rateSnapshotAt":{"type":"string","format":"date-time"},"priced":{"type":"boolean"}}},"ReportPayload":{"type":"object","properties":{"reportNo":{"type":"string"},"reportType":{"type":"string"},"month":{"type":"string"},"ownerType":{"type":"string"},"ownerId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"periodStartAt":{"type":"string","format":"date-time"},"periodEndAt":{"type":"string","format":"date-time"},"timezone":{"type":"string"},"baseCurrency":{"type":"string"},"sourceVersion":{"type":"string"},"currencySummaries":{"type":"array","items":{"$ref":"#/components/schemas/CurrencySummary"}},"accountSummaries":{"type":"array","items":{"$ref":"#/components/schemas/AccountSummary"}},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/TransactionLine"}},"warnings":{"type":"array","items":{"type":"string"}}}},"ReportView":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"reportNo":{"type":"string"},"status":{"type":"string"},"generatedAt":{"type":"string","format":"date-time"},"contentHash":{"type":"string"},"report":{"$ref":"#/components/schemas/ReportPayload"}}},"TransactionLine":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"referenceNo":{"type":"string"},"occurredAt":{"type":"string","format":"date-time"},"direction":{"type":"string"},"paymentMethod":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"number"},"fee":{"type":"number"},"feeCurrency":{"type":"string"},"chain":{"type":"string"},"txHash":{"type":"string"},"fiatReferenceNo":{"type":"string"},"status":{"type":"string"},"memo":{"type":"string"}}},"ApiResponseString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"string"}}},"ApiResponseApprovalRule":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ApprovalRule"}}},"ApprovalRule":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"scope":{"type":"string"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"triggerType":{"type":"string"},"currency":{"type":"string"},"paymentMethod":{"type":"string"},"minAmount":{"type":"number"},"maxAmount":{"type":"number"},"thresholdAmount":{"type":"number"},"requiredRoleId":{"type":"integer","format":"int64"},"approverCount":{"type":"integer","format":"int32"},"status":{"type":"string"}}},"ApiResponseMapStringString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"string"}}}},"ConfirmPaymentRequest":{"required":["amount","paymentMethod"],"type":"object","properties":{"amount":{"type":"number"},"paymentMethod":{"type":"string"},"txHash":{"type":"string"},"chain":{"type":"string"},"token":{"type":"string"},"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fiatReferenceNo":{"type":"string"},"fiatSenderName":{"type":"string"},"notes":{"type":"string"},"channelId":{"type":"integer","format":"int64"}}},"ApiResponseWalletConnectPayCheckoutResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WalletConnectPayCheckoutResponse"}}},"WalletConnectPayCheckoutResponse":{"type":"object","properties":{"paymentId":{"type":"string"},"gatewayUrl":{"type":"string"},"status":{"type":"string"},"isFinal":{"type":"boolean"},"pollInMs":{"type":"integer","format":"int64"},"settled":{"type":"boolean"}}},"SubmitPaymentRequest":{"required":["amount","chain","txHash"],"type":"object","properties":{"txHash":{"type":"string"},"chain":{"type":"string"},"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"amount":{"minimum":0.000001,"exclusiveMinimum":false,"type":"number"},"token":{"type":"string"}}},"ApiResponseInvoiceCheckoutResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/InvoiceCheckoutResponse"}}},"FiatBankInfo":{"type":"object","properties":{"bankName":{"type":"string"},"accountNo":{"type":"string"},"swiftCode":{"type":"string"},"accountHolder":{"type":"string"}}},"InvoiceCheckoutResponse":{"type":"object","properties":{"source":{"type":"string"},"customerType":{"type":"string"},"collectionMode":{"type":"string"},"invoiceNo":{"type":"string"},"customerName":{"type":"string"},"currency":{"type":"string"},"paymentMethod":{"type":"string"},"amount":{"type":"string"},"paidAmount":{"type":"string"},"status":{"type":"string"},"dueDate":{"type":"string"},"description":{"type":"string"},"lineItems":{"type":"array","items":{"$ref":"#/components/schemas/LineItem"}},"receivingAddresses":{"type":"array","items":{"$ref":"#/components/schemas/ReceivingAddress"}},"fiatBankInfo":{"$ref":"#/components/schemas/FiatBankInfo"}}},"LineItem":{"type":"object","properties":{"description":{"type":"string"},"quantity":{"type":"string"},"unitPrice":{"type":"string"},"amount":{"type":"string"}}},"CreateInvoiceRequest":{"required":["amount","currency"],"type":"object","properties":{"customerName":{"type":"string"},"customerEmail":{"type":"string"},"currency":{"type":"string"},"amount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"description":{"type":"string"},"dueDate":{"type":"string","format":"date"},"contactId":{"type":"integer","format":"int64"},"walletAddressId":{"type":"integer","format":"int64"},"fiatAccountId":{"type":"integer","format":"int64"},"collectionMode":{"type":"string"},"sweepTargetWalletAddressId":{"type":"integer","format":"int64"},"lineItems":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceLineItem"}}}},"QuickReceiptRequest":{"type":"object","properties":{"note":{"type":"string"}}},"MatchPaymentRecordRequest":{"required":["invoiceId"],"type":"object","properties":{"invoiceId":{"type":"integer","format":"int64"},"note":{"type":"string"}}},"CreateInvoiceFromPaymentRecordRequest":{"type":"object","properties":{"contactId":{"type":"integer","format":"int64"},"createContact":{"type":"boolean"},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"description":{"type":"string"},"note":{"type":"string"}}},"CreatePaymentLinkRequest":{"required":["amount","currency"],"type":"object","properties":{"invoiceId":{"type":"integer","format":"int64"},"amount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"currency":{"type":"string"},"description":{"type":"string"},"expireAt":{"type":"string","format":"date-time"}}},"ApiResponsePaymentLink":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PaymentLink"}}},"PaymentLink":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"linkToken":{"type":"string"},"invoiceId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"number"},"expireAt":{"type":"string","format":"date-time"},"themeConfig":{"type":"string"},"status":{"type":"string"},"idempotencyKey":{"type":"string"},"requestHash":{"type":"string"}}},"WalletConnectDiagnosticRequest":{"required":["diagnosticId","event","namespace","source"],"type":"object","properties":{"diagnosticId":{"pattern":"WCD-[0-9]{8}-[A-Z0-9]{8}","type":"string"},"event":{"pattern":"START|PROVIDER_READY|MODAL_OPENED|DISPLAY_URI|WALLET_SELECTED|PAGE_HIDDEN|PAGE_VISIBLE|PAGE_SHOW|RELAY_CONNECTED|RELAY_DISCONNECTED|RELAY_ERROR|RESUME_STARTED|RELAY_RESTARTED|SESSION_CONNECT|SESSION_RESTORED|SESSION_MISSING|PROVIDER_CONNECT|PROVIDER_DISCONNECT|ACCOUNT_STATE|CONNECT_SUCCESS|CONNECT_ERROR|USER_REJECTED|MODAL_CLOSED","type":"string"},"source":{"pattern":"accounts|checkout|payout","type":"string"},"namespace":{"pattern":"eip155|tron","type":"string"},"wallet":{"maxLength":64,"minLength":0,"pattern":"[A-Za-z0-9 ._()/-]*","type":"string"},"method":{"pattern":"mobile|browser|qrcode|unknown","type":"string"},"status":{"pattern":"connecting|connected|reconnecting|disconnected|unknown","type":"string"},"errorCode":{"pattern":"none|rejected|timeout|relay|handoff|unknown","type":"string"},"elapsedMs":{"maximum":600000,"minimum":0,"type":"integer","format":"int64"},"pageVisibility":{"pattern":"visible|hidden|prerender|unknown","type":"string"},"sessionPresent":{"type":"boolean"},"sessionCount":{"maximum":100,"minimum":0,"type":"integer","format":"int32"},"relayerPresent":{"type":"boolean"},"relayerConnected":{"type":"boolean"}}},"DomainCommand":{"type":"object","properties":{"host":{"type":"string"}}},"ApiResponseVerificationRequest":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/VerificationRequest"}}},"VerificationRequest":{"type":"object","properties":{"domain":{"$ref":"#/components/schemas/DomainView"},"dnsName":{"type":"string"},"dnsValue":{"type":"string"},"routingType":{"type":"string"},"routingName":{"type":"string"},"routingValue":{"type":"string"}}},"ApiResponseAssetView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/AssetView"}}},"AssetView":{"type":"object","properties":{"documentId":{"type":"integer","format":"int64"},"assetType":{"type":"string"},"url":{"type":"string"}}},"KycSubmitRequest":{"required":["dateOfBirth","fullName","idImageFrontDocId","idNumber","idType","nationality"],"type":"object","properties":{"idType":{"type":"string"},"idNumber":{"maxLength":100,"minLength":0,"type":"string"},"fullName":{"maxLength":255,"minLength":0,"type":"string"},"nationality":{"maxLength":2,"minLength":0,"type":"string"},"dateOfBirth":{"maxLength":10,"minLength":0,"type":"string"},"gender":{"type":"string"},"idExpiryDate":{"type":"string"},"idImageFront":{"type":"string"},"idImageBack":{"type":"string"},"idImageFrontDocId":{"type":"integer","format":"int64"},"idImageBackDocId":{"type":"integer","format":"int64"},"handheldIdDocId":{"type":"integer","format":"int64"},"additionalDocIds":{"type":"array","items":{"type":"integer","format":"int64"}},"phone":{"maxLength":32,"minLength":0,"type":"string"},"residentialCountry":{"type":"string"},"residentialAddress":{"type":"string"},"employmentStatus":{"type":"string"},"employerName":{"type":"string"},"incomeSource":{"type":"string"},"taxId":{"type":"string"},"fieldValues":{"type":"object","additionalProperties":{"type":"object"}}}},"DirectorInfo":{"required":["dateOfBirth","docIds","fullName","idExpiryDate","idNumber","idType","nationality","residentialAddress"],"type":"object","properties":{"fullName":{"maxLength":255,"minLength":0,"type":"string"},"idType":{"type":"string"},"idNumber":{"maxLength":100,"minLength":0,"type":"string"},"nationality":{"maxLength":2,"minLength":0,"type":"string"},"dateOfBirth":{"type":"string"},"idExpiryDate":{"type":"string"},"residentialAddress":{"type":"string"},"isPep":{"type":"boolean"},"pepNote":{"type":"string"},"docIds":{"type":"array","items":{"type":"integer","format":"int64"}},"handheldDocId":{"type":"integer","format":"int64"}}},"KybSubmitRequest":{"required":["businessScope","businessType","companyType","contactEmail","contactPhone","establishedDate","legalRepDateOfBirth","legalRepDocIds","legalRepIdExpiryDate","legalRepIdNumber","legalRepIdType","legalRepName","legalRepNationality","legalRepResidentialAddress","name","registeredAddress","registrationCountry","registrationDocIds","registrationNumber","ubos"],"type":"object","properties":{"name":{"maxLength":255,"minLength":0,"type":"string"},"englishName":{"maxLength":255,"minLength":0,"type":"string"},"registrationNumber":{"maxLength":100,"minLength":0,"type":"string"},"registrationCountry":{"maxLength":64,"minLength":0,"type":"string"},"registeredAddress":{"type":"string"},"businessAddress":{"type":"string"},"companyType":{"type":"string"},"businessType":{"maxLength":100,"minLength":0,"type":"string"},"businessScope":{"type":"string"},"establishedDate":{"type":"string"},"registrationExpiryDate":{"type":"string"},"website":{"maxLength":255,"minLength":0,"type":"string"},"contactEmail":{"maxLength":255,"minLength":0,"type":"string"},"contactPhone":{"maxLength":32,"minLength":0,"type":"string"},"legalRepName":{"maxLength":255,"minLength":0,"type":"string"},"legalRepIdType":{"type":"string"},"legalRepIdNumber":{"maxLength":100,"minLength":0,"type":"string"},"legalRepNationality":{"maxLength":2,"minLength":0,"type":"string"},"legalRepDateOfBirth":{"type":"string"},"legalRepIdExpiryDate":{"type":"string"},"legalRepResidentialAddress":{"type":"string"},"legalRepIsPep":{"type":"boolean"},"legalRepPepNote":{"type":"string"},"ubos":{"type":"array","items":{"$ref":"#/components/schemas/UboInfo"}},"fieldValues":{"type":"object","additionalProperties":{"type":"object"}},"registrationDocIds":{"type":"array","items":{"type":"integer","format":"int64"}},"legalRepDocIds":{"type":"array","items":{"type":"integer","format":"int64"}},"legalRepHandheldDocId":{"type":"integer","format":"int64"},"additionalDirectors":{"type":"array","items":{"$ref":"#/components/schemas/DirectorInfo"}},"additionalDocIds":{"type":"array","items":{"type":"integer","format":"int64"}}}},"UboInfo":{"required":["dateOfBirth","docIds","fullName","idExpiryDate","idNumber","idType","nationality","ownershipPct","residentialAddress"],"type":"object","properties":{"fullName":{"maxLength":255,"minLength":0,"type":"string"},"idType":{"type":"string"},"idNumber":{"maxLength":100,"minLength":0,"type":"string"},"nationality":{"maxLength":2,"minLength":0,"type":"string"},"dateOfBirth":{"type":"string"},"residentialAddress":{"type":"string"},"ownershipPct":{"maximum":100.00,"exclusiveMaximum":false,"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"ownershipType":{"type":"string"},"controlType":{"type":"string"},"isPep":{"type":"boolean"},"pepNote":{"type":"string"},"idExpiryDate":{"type":"string"},"ownershipLevel":{"type":"integer","format":"int32"},"isTrust":{"type":"boolean"},"sofSowProvided":{"type":"boolean"},"docIds":{"type":"array","items":{"type":"integer","format":"int64"}}}},"ApiResponseExchangeRecordResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ExchangeRecordResponse"}}},"ExchangeRecordResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"confirmationToken":{"type":"string"},"orderNo":{"type":"string"},"direction":{"type":"string"},"exchangeType":{"type":"string"},"sellCurrency":{"type":"string"},"sellAmount":{"type":"number"},"sourceExecutionAmount":{"type":"number"},"sellAccountType":{"type":"string"},"sellChain":{"type":"string"},"sourceAccountType":{"type":"string"},"sourceAccountId":{"type":"integer","format":"int64"},"sourceCustodyId":{"type":"integer","format":"int64"},"sourceNetwork":{"type":"string"},"sourceCurrency":{"type":"string"},"sourceAccountName":{"type":"string"},"sourceAccountNo":{"type":"string"},"sourceBankName":{"type":"string"},"sourceAccountHolder":{"type":"string"},"sourceAddress":{"type":"string"},"buyCurrency":{"type":"string"},"buyAmount":{"type":"number"},"minimumBuyAmount":{"type":"number"},"actualBuyAmount":{"type":"number"},"actualBuyCurrency":{"type":"string"},"actualBuyChain":{"type":"string"},"buyAccountType":{"type":"string"},"buyChain":{"type":"string"},"targetAccountType":{"type":"string"},"targetAccountId":{"type":"integer","format":"int64"},"targetCustodyId":{"type":"integer","format":"int64"},"collectionTargetCustodyId":{"type":"integer","format":"int64"},"collectionStatus":{"type":"string"},"collectionTxHash":{"type":"string"},"collectionStartedAt":{"type":"string","format":"date-time"},"collectionConfirmedAt":{"type":"string","format":"date-time"},"collectionError":{"type":"string"},"targetNetwork":{"type":"string"},"targetCurrency":{"type":"string"},"targetAccountName":{"type":"string"},"targetAccountNo":{"type":"string"},"targetBankName":{"type":"string"},"targetAccountHolder":{"type":"string"},"targetAddress":{"type":"string"},"exchangeRate":{"type":"number"},"maxSlippage":{"type":"number"},"feeAmount":{"type":"number"},"userFee":{"type":"number"},"feeCurrency":{"type":"string"},"feeSnapshotRecorded":{"type":"boolean"},"userRate":{"type":"number"},"executionMode":{"type":"string"},"settlementMode":{"type":"string"},"status":{"type":"string"},"canConfirm":{"type":"boolean"},"canCancel":{"type":"boolean"},"allowedActions":{"type":"array","items":{"type":"string"}},"blockingReason":{"type":"string"},"nextStep":{"type":"string"},"bridgeTool":{"type":"string"},"quoteExpiresAt":{"type":"string","format":"date-time"},"approvalTxHash":{"type":"string"},"sourceTxHash":{"type":"string"},"destinationTxHash":{"type":"string"},"broadcastStartedAt":{"type":"string","format":"date-time"},"sourceConfirmedAt":{"type":"string","format":"date-time"},"destinationConfirmedAt":{"type":"string","format":"date-time"},"cancelledAt":{"type":"string","format":"date-time"},"createdAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"},"errorMessage":{"type":"string"},"providerCostUsd":{"type":"number"},"sourceGasAmount":{"type":"number"},"sourceGasToken":{"type":"string"}}},"ExchangeRequest":{"required":["buyCurrency","sellAmount","sellCurrency"],"type":"object","properties":{"sellCurrency":{"type":"string"},"sellAmount":{"type":"number"},"buyCurrency":{"type":"string"},"walletId":{"type":"integer","format":"int64"},"settlementMode":{"type":"string"},"sourceAccountType":{"type":"string"},"sourceAccountId":{"type":"integer","format":"int64"},"sourceCustodyId":{"type":"integer","format":"int64"},"sourceNetwork":{"type":"string"},"targetAccountType":{"type":"string"},"targetAccountId":{"type":"integer","format":"int64"},"targetCustodyId":{"type":"integer","format":"int64"},"targetNetwork":{"type":"string"},"twoFaCode":{"type":"string"},"quoteId":{"type":"integer","format":"int64"}}},"AddPlatformContactAccountRequest":{"required":["currency"],"type":"object","properties":{"platformWalletId":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"currency":{"maxLength":16,"minLength":0,"pattern":"[A-Za-z0-9]{2,16}","type":"string"},"label":{"maxLength":64,"minLength":0,"type":"string"},"defaultPaymentAmount":{"minimum":0,"exclusiveMinimum":true,"type":"number"}}},"ApiResponseBusinessDocumentView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/BusinessDocumentView"}}},"NamePreviewRequest":{"type":"object","properties":{"givenName":{"maxLength":128,"minLength":0,"type":"string"},"familyName":{"maxLength":128,"minLength":0,"type":"string"}}},"ApiResponseEnglishName":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/EnglishName"}}},"EnglishName":{"type":"object","properties":{"givenName":{"type":"string"},"familyName":{"type":"string"}}},"UserKytScreenRequest":{"type":"object","properties":{"chain":{"type":"string"},"currency":{"type":"string"},"address":{"type":"string"},"txHash":{"type":"string"},"relatedResourceType":{"type":"string"},"relatedResourceId":{"type":"integer","format":"int64"}}},"ApiResponseUserKytScreenResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/UserKytScreenResponse"}}},"UserKytScreenResponse":{"type":"object","properties":{"recordId":{"type":"integer","format":"int64"},"status":{"type":"string"},"riskLevel":{"type":"string"},"riskScore":{"type":"number"},"riskLabels":{"type":"string"},"blocked":{"type":"boolean"},"manualReview":{"type":"boolean"},"message":{"type":"string"}}},"UserAmlScreenRequest":{"type":"object","properties":{"subjectName":{"type":"string"},"subjectType":{"type":"string"},"country":{"type":"string"},"matchingMode":{"type":"string"},"relatedResourceType":{"type":"string"},"relatedResourceId":{"type":"integer","format":"int64"}}},"ApiResponseUserAmlScreenResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/UserAmlScreenResponse"}}},"UserAmlScreenResponse":{"type":"object","properties":{"recordId":{"type":"integer","format":"int64"},"status":{"type":"string"},"blocked":{"type":"boolean"},"matchedName":{"type":"string"},"message":{"type":"string"},"providerHitTotal":{"type":"integer","format":"int32"},"providerTopScore":{"type":"number"}}},"UserAmlHitReviewRequest":{"type":"object","properties":{"decision":{"type":"string"},"note":{"type":"string"}}},"ApiResponseUserAmlReviewCaseResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/UserAmlReviewCaseResponse"}}},"UserAmlHitResponse":{"type":"object","properties":{"hitId":{"type":"integer","format":"int64"},"rankNo":{"type":"integer","format":"int32"},"matchedName":{"type":"string"},"primaryName":{"type":"string"},"score":{"type":"number"},"listType":{"type":"string"},"country":{"type":"string"},"providerPersonId":{"type":"string"},"matchType":{"type":"string"},"reviewStatus":{"type":"string"},"reviewNote":{"type":"string"},"reviewedAt":{"type":"string","format":"date-time"}}},"UserAmlReviewCaseResponse":{"type":"object","properties":{"recordId":{"type":"integer","format":"int64"},"subjectName":{"type":"string"},"resourceType":{"type":"string"},"resourceId":{"type":"integer","format":"int64"},"providerReportUrl":{"type":"string"},"resolvedStatus":{"type":"string"},"action":{"type":"string"},"riskLevel":{"type":"string"},"summary":{"type":"string"},"pendingHitCount":{"type":"integer","format":"int32"},"confirmedHitCount":{"type":"integer","format":"int32"},"falsePositiveHitCount":{"type":"integer","format":"int32"},"hits":{"type":"array","items":{"$ref":"#/components/schemas/UserAmlHitResponse"}},"createdAt":{"type":"string","format":"date-time"}}},"CardOperationRequest":{"type":"object","properties":{"idempotencyKey":{"type":"string"},"nickname":{"maxLength":80,"minLength":0,"type":"string"}}},"ApiResponseIssuedCard":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/IssuedCard"}}},"IssuedCard":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"applicantUserId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"contactId":{"type":"integer","format":"int64"},"productId":{"type":"integer","format":"int64"},"binId":{"type":"integer","format":"int64"},"channelId":{"type":"integer","format":"int64"},"channelCardId":{"type":"string"},"applicationId":{"type":"integer","format":"int64"},"maskedPan":{"type":"string"},"last4":{"type":"string"},"cardDataToken":{"type":"string"},"expiryMonth":{"type":"string"},"expiryYear":{"type":"string"},"fundingMode":{"type":"string"},"formFactor":{"type":"string"},"status":{"type":"string"},"activationStatus":{"type":"string"},"hasPhysicalCard":{"type":"boolean"},"physicalStatus":{"type":"string"},"balance":{"type":"number"},"ledgerBalance":{"type":"number"},"channelBalance":{"type":"number"},"currency":{"type":"string"},"nickname":{"type":"string"},"billingAddress":{"type":"string"},"activeMutationKey":{"type":"string"},"activeMutationType":{"type":"string"},"activeMutationValue":{"type":"string"},"activeMutationStartedAt":{"type":"string","format":"date-time"},"lastSyncedAt":{"type":"string","format":"date-time"},"metadata":{"type":"string"},"issueCountryOrRegion":{"type":"string"},"scheme":{"type":"string"},"cumulativeSpend":{"type":"number"},"cumulativeSpendComplete":{"type":"boolean"}}},"TopUpCardRequest":{"required":["amount"],"type":"object","properties":{"fundingWalletId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"amount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"idempotencyKey":{"type":"string"}}},"ViewCardSensitiveInfoRequest":{"required":["code"],"type":"object","properties":{"code":{"maxLength":6,"minLength":6,"type":"string"}}},"ApiResponseCardSensitiveInfoResult":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CardSensitiveInfoResult"}}},"CardSensitiveInfoResult":{"type":"object","properties":{"pan":{"type":"string"},"expiryMonth":{"type":"string"},"expiryYear":{"type":"string"},"cvv":{"type":"string"},"cardholderName":{"type":"string"}}},"SimulateCardTransactionRequest":{"required":["amount"],"type":"object","properties":{"transactionType":{"type":"string"},"amount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"merchantName":{"type":"string"},"merchantCategoryCode":{"type":"string"},"status":{"type":"string"},"idempotencyKey":{"type":"string"}}},"SimulateCardPurchaseRequest":{"required":["amount"],"type":"object","properties":{"amount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"merchantName":{"type":"string"},"merchantCategoryCode":{"type":"string"},"idempotencyKey":{"type":"string"}}},"IssueVirtualCardRequest":{"required":["contactId","initialAmount","productId"],"type":"object","properties":{"productId":{"type":"integer","format":"int64"},"contactId":{"type":"integer","format":"int64"},"fundingWalletId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"nickname":{"type":"string"},"initialAmount":{"minimum":0.01,"exclusiveMinimum":false,"type":"number"},"idempotencyKey":{"type":"string"},"purpose":{"type":"string"},"mobilePrefix":{"type":"string"},"mobile":{"type":"string"},"dateOfBirth":{"type":"string","format":"date"},"certType":{"type":"string"},"certId":{"type":"string"},"certCountryCode":{"type":"string"},"portraitDocumentId":{"type":"integer","format":"int64"},"reverseSideDocumentId":{"type":"integer","format":"int64"},"nationalityCountryCode":{"type":"string"},"residentialCountryCode":{"type":"string"},"residentialState":{"type":"string"},"residentialCity":{"type":"string"},"residentialAddress":{"type":"string"},"residentialPostalCode":{"type":"string"}}},"ApiResponseCardApplicationResult":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CardApplicationResult"}}},"CardApplication":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"enterpriseId":{"type":"integer","format":"int64"},"applicantUserId":{"type":"integer","format":"int64"},"contactId":{"type":"integer","format":"int64"},"productId":{"type":"integer","format":"int64"},"selectedBinId":{"type":"integer","format":"int64"},"selectedChannelId":{"type":"integer","format":"int64"},"purpose":{"type":"string"},"fundingAccountId":{"type":"integer","format":"int64"},"initialAmount":{"type":"number"},"feeQuoteId":{"type":"integer","format":"int64"},"customerFeeEstimateAmount":{"type":"number"},"customerFeeCurrency":{"type":"string"},"lockedAmount":{"type":"number"},"lockLedgerId":{"type":"integer","format":"int64"},"approvalStatus":{"type":"string"},"riskStatus":{"type":"string"},"status":{"type":"string"},"idempotencyKey":{"type":"string"},"requestHash":{"type":"string"},"channelRequestId":{"type":"string"},"channelProductId":{"type":"string"},"channelAccountNo":{"type":"string"},"channelExpiry":{"type":"string"},"failureReason":{"type":"string"},"reconciliationAttempts":{"type":"integer","format":"int32"},"reconciliationLockedAt":{"type":"string","format":"date-time"},"nextReconciliationAt":{"type":"string","format":"date-time"},"lastReconciliationAt":{"type":"string","format":"date-time"},"partnerCommissionProcessedAt":{"type":"string","format":"date-time"}}},"CardApplicationResult":{"type":"object","properties":{"application":{"$ref":"#/components/schemas/CardApplication"},"card":{"$ref":"#/components/schemas/IssuedCard"}}},"VerifyEmailRequest":{"required":["code","email"],"type":"object","properties":{"email":{"type":"string"},"code":{"maxLength":6,"minLength":6,"type":"string"}}},"ApiResponseAuthResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/AuthResponse"}}},"AuthResponse":{"type":"object","properties":{"accessToken":{"type":"string"},"refreshToken":{"type":"string"},"userId":{"type":"integer","format":"int64"},"email":{"type":"string"},"plan":{"type":"string"},"currentEnterpriseId":{"type":"integer","format":"int64"},"isEnterprise":{"type":"boolean"},"lastLoginAt":{"type":"string","format":"date-time"},"needs2fa":{"type":"boolean"},"twoFaType":{"type":"string"},"kycStatus":{"type":"string"},"availableFeatures":{"type":"object","additionalProperties":{"type":"boolean"}},"featureAccess":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/FeatureAccessResponse"}},"devCode":{"type":"string"},"trustedDeviceToken":{"type":"string"},"trustedDeviceExpiresIn":{"type":"integer","format":"int64"}}},"FeatureAccessResponse":{"type":"object","properties":{"featureKey":{"type":"string"},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"allowed":{"type":"boolean"},"accountType":{"type":"string"},"verification":{"type":"string"},"subscription":{"type":"string"},"blockedReason":{"type":"string"},"nextAction":{"type":"string"}}},"Verify2faRequest":{"required":["code"],"type":"object","properties":{"code":{"maxLength":6,"minLength":6,"type":"string"}}},"ResetPasswordRequest":{"required":["code","email","newPassword"],"type":"object","properties":{"email":{"type":"string"},"code":{"maxLength":6,"minLength":6,"type":"string"},"newPassword":{"maxLength":64,"minLength":8,"type":"string"}}},"ResendCodeRequest":{"required":["email"],"type":"object","properties":{"email":{"type":"string"}}},"RegisterRequest":{"required":["acceptedTermsVersion","email","password"],"type":"object","properties":{"email":{"type":"string"},"password":{"maxLength":64,"minLength":8,"type":"string"},"inviteCode":{"type":"string"},"acceptedTermsVersion":{"maxLength":32,"minLength":0,"type":"string"}}},"RefreshTokenRequest":{"required":["refreshToken"],"type":"object","properties":{"refreshToken":{"type":"string"}}},"LoginRequest":{"required":["email","password"],"type":"object","properties":{"email":{"type":"string"},"password":{"type":"string"},"twoFaCode":{"type":"string"},"rememberDevice":{"type":"boolean"},"trustedDeviceToken":{"type":"string"},"portal":{"type":"string"}}},"CodeLoginRequest":{"required":["code","email"],"type":"object","properties":{"email":{"type":"string"},"code":{"maxLength":6,"minLength":6,"type":"string"}}},"ForgotPasswordRequest":{"required":["email"],"type":"object","properties":{"email":{"type":"string"}}},"Setup2faRequest":{"required":["password","twoFaType"],"type":"object","properties":{"twoFaType":{"type":"string"},"password":{"type":"string"},"currentTwoFaCode":{"type":"string"}}},"Confirm2faRequest":{"required":["code","twoFaType"],"type":"object","properties":{"twoFaType":{"type":"string"},"code":{"maxLength":6,"minLength":6,"type":"string"}}},"ApiKey":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"rotationFamilyId":{"type":"integer","format":"int64"},"rotatedFromId":{"type":"integer","format":"int64"},"replacedById":{"type":"integer","format":"int64"},"keyName":{"type":"string"},"environment":{"type":"string"},"apiKey":{"type":"string"},"apiSecret":{"type":"string"},"status":{"type":"string"},"scopes":{"type":"string"},"ipWhitelist":{"type":"string"},"lastUsedIp":{"type":"string"},"lastUsedAt":{"type":"string","format":"date-time"},"expiresAt":{"type":"string","format":"date-time"},"rotationGraceUntil":{"type":"string","format":"date-time"},"revokedAt":{"type":"string","format":"date-time"}}},"ApiResponseApiKey":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ApiKey"}}},"StartTaskRequest":{"type":"object","properties":{"message":{"type":"string"},"selectedOptionId":{"type":"string"},"entryPoint":{"type":"string"}}},"AgentOptionResponse":{"type":"object","properties":{"id":{"type":"string"},"kicker":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}},"AiMessageResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"sessionId":{"type":"integer","format":"int64"},"role":{"type":"string"},"content":{"type":"string"},"intentId":{"type":"integer","format":"int64"}}},"ApiResponsePlanDetailResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PlanDetailResponse"}}},"AuthorizationCardResponse":{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"amount":{"type":"string"},"currency":{"type":"string"},"recipientCount":{"type":"integer","format":"int32"},"sourceAccount":{"type":"string"},"paymentMethod":{"type":"string"},"feeEstimate":{"type":"string"},"quoteRate":{"type":"string"},"buyAmountEstimate":{"type":"string"},"quoteExpiresAt":{"type":"string"},"detailRows":{"type":"array","items":{"$ref":"#/components/schemas/ContextRowResponse"}},"requiredApprovals":{"type":"array","items":{"type":"string"}},"riskNotes":{"type":"array","items":{"type":"string"}},"irreversibleWarnings":{"type":"array","items":{"type":"string"}},"blockingActions":{"type":"array","items":{"type":"string"}},"primaryActionLabel":{"type":"string"},"canAuthorize":{"type":"boolean"}}},"ContextCardResponse":{"type":"object","properties":{"title":{"type":"string"},"rows":{"type":"array","items":{"$ref":"#/components/schemas/ContextRowResponse"}}}},"ContextRowResponse":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"string"},"tone":{"type":"string"}}},"LinkedObjectResponse":{"type":"object","properties":{"type":{"type":"string"},"name":{"type":"string"},"meta":{"type":"string"},"route":{"type":"string"},"tone":{"type":"string"}}},"MetricResponse":{"type":"object","properties":{"label":{"type":"string"},"value":{"type":"string"}}},"PipelineStepResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"order":{"type":"integer","format":"int32"},"title":{"type":"string"},"detail":{"type":"string"},"capability":{"type":"string"},"status":{"type":"string"}}},"PlanDetailResponse":{"type":"object","properties":{"planId":{"type":"integer","format":"int64"},"sessionId":{"type":"integer","format":"int64"},"intentId":{"type":"integer","format":"int64"},"command":{"type":"string"},"stage":{"type":"string"},"status":{"type":"string"},"planType":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#/components/schemas/AiMessageResponse"}},"options":{"type":"array","items":{"$ref":"#/components/schemas/AgentOptionResponse"}},"metrics":{"type":"array","items":{"$ref":"#/components/schemas/MetricResponse"}},"warning":{"type":"string"},"pipeline":{"type":"array","items":{"$ref":"#/components/schemas/PipelineStepResponse"}},"context":{"type":"array","items":{"$ref":"#/components/schemas/ContextCardResponse"}},"nextActions":{"type":"array","items":{"type":"string"}},"resultCardType":{"type":"string"},"authorizationCard":{"$ref":"#/components/schemas/AuthorizationCardResponse"},"linkedObjects":{"type":"array","items":{"$ref":"#/components/schemas/LinkedObjectResponse"}},"policyGate":{"$ref":"#/components/schemas/PolicyGateResponse"}}},"PolicyCheckResponse":{"type":"object","properties":{"code":{"type":"string"},"label":{"type":"string"},"category":{"type":"string"},"status":{"type":"string"},"blocking":{"type":"boolean"},"enforcement":{"type":"string"},"summary":{"type":"string"}}},"PolicyEvidenceResponse":{"type":"object","properties":{"code":{"type":"string"},"label":{"type":"string"},"status":{"type":"string"},"source":{"type":"string"},"reference":{"type":"string"},"summary":{"type":"string"}}},"PolicyGateResponse":{"type":"object","properties":{"allowed":{"type":"boolean"},"status":{"type":"string"},"checks":{"type":"array","items":{"$ref":"#/components/schemas/ContextRowResponse"}},"warnings":{"type":"array","items":{"type":"string"}},"requiredActions":{"type":"array","items":{"type":"string"}},"detailedChecks":{"type":"array","items":{"$ref":"#/components/schemas/PolicyCheckResponse"}},"executionEvidence":{"type":"array","items":{"$ref":"#/components/schemas/PolicyEvidenceResponse"}}}},"CreateSessionRequest":{"type":"object","properties":{"title":{"type":"string"},"entryPoint":{"type":"string"}}},"AiSessionResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"title":{"type":"string"},"entryPoint":{"type":"string"},"status":{"type":"string"},"environment":{"type":"string"}}},"ApiResponseAiSessionResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/AiSessionResponse"}}},"SendMessageRequest":{"type":"object","properties":{"sessionId":{"type":"integer","format":"int64"},"content":{"type":"string"}}},"ApiResponseAiMessageResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/AiMessageResponse"}}},"AuthorizePlanRequest":{"type":"object","properties":{"selectedOptionId":{"type":"string"},"idempotencyKey":{"type":"string"}}},"ApplyPlanActionRequest":{"type":"object","properties":{"actionType":{"type":"string"},"payload":{"type":"object","additionalProperties":{"type":"string"}},"idempotencyKey":{"type":"string"}}},"CreatePlanRequest":{"type":"object","properties":{"selectedOptionId":{"type":"string"}}},"ParseIntentRequest":{"type":"object","properties":{"sessionId":{"type":"integer","format":"int64"},"message":{"type":"string"}}},"ApiResponseIntentResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/IntentResponse"}}},"IntentResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"sessionId":{"type":"integer","format":"int64"},"intentType":{"type":"string"},"summary":{"type":"string"},"status":{"type":"string"},"confidence":{"type":"string"}}},"ChatRequest":{"type":"object","properties":{"sessionId":{"type":"integer","format":"int64"},"message":{"type":"string"},"entryPoint":{"type":"string"}}},"ApiResponseChatResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ChatResponse"}}},"ChatCardResponse":{"type":"object","properties":{"type":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"rows":{"type":"array","items":{"$ref":"#/components/schemas/ContextRowResponse"}},"actions":{"type":"array","items":{"$ref":"#/components/schemas/SuggestedActionResponse"}},"tone":{"type":"string"},"fields":{"type":"array","items":{"$ref":"#/components/schemas/ChatInputFieldResponse"}}}},"ChatInputFieldResponse":{"type":"object","properties":{"key":{"type":"string"},"label":{"type":"string"},"inputType":{"type":"string"},"required":{"type":"boolean"},"placeholder":{"type":"string"},"options":{"type":"array","items":{"type":"string"}}}},"ChatResponse":{"type":"object","properties":{"sessionId":{"type":"integer","format":"int64"},"userMessage":{"$ref":"#/components/schemas/AiMessageResponse"},"agentMessage":{"$ref":"#/components/schemas/AiMessageResponse"},"mode":{"type":"string"},"intent":{"type":"string"},"needsConfirmation":{"type":"boolean"},"suggestedActions":{"type":"array","items":{"type":"string"}},"actions":{"type":"array","items":{"$ref":"#/components/schemas/SuggestedActionResponse"}},"route":{"type":"string"},"canonicalPrompt":{"type":"string"},"cards":{"type":"array","items":{"$ref":"#/components/schemas/ChatCardResponse"}}}},"SuggestedActionResponse":{"type":"object","properties":{"key":{"type":"string"},"label":{"type":"string"},"route":{"type":"string"},"kind":{"type":"string"},"prompt":{"type":"string"},"planId":{"type":"integer","format":"int64"},"actionType":{"type":"string"},"payload":{"type":"object","additionalProperties":{"type":"string"}}}},"ApiResponseTaskDetail":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TaskDetail"}}},"TaskDetail":{"type":"object","properties":{"id":{"type":"string"},"capability":{"type":"string"},"intent":{"type":"string"},"input":{"type":"object","additionalProperties":{"type":"object"}},"status":{"type":"string"},"requiredActions":{"type":"array","items":{"type":"string"}},"result":{"type":"object","additionalProperties":{"type":"object"}},"errorMessage":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedAt":{"type":"string","format":"date-time"}}},"UpdateWebhookEndpointRequest":{"type":"object","properties":{"url":{"type":"string"},"events":{"type":"array","items":{"type":"string"}},"status":{"type":"string"}}},"ApiResponseListWebhookEndpointResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/WebhookEndpointResponse"}}}},"ApiResponseListString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"string"}}}},"ApiResponseListWalletListItem":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/WalletListItem"}}}},"WalletListItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"name":{"type":"string"},"accountType":{"type":"string"},"purpose":{"type":"string"},"type":{"type":"string"},"environment":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"string"},"totalBalance":{"type":"string"}}},"AddressInfo":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"chain":{"type":"string"},"networkType":{"type":"string"},"chainId":{"type":"string"},"address":{"type":"string"},"purpose":{"type":"string"},"status":{"type":"string"}}},"ApiResponseWalletDetailResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WalletDetailResponse"}}},"WalletDetailResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"name":{"type":"string"},"accountType":{"type":"string"},"purpose":{"type":"string"},"type":{"type":"string"},"environment":{"type":"string"},"createdAt":{"type":"string"},"addresses":{"type":"array","items":{"$ref":"#/components/schemas/AddressInfo"}},"balances":{"type":"array","items":{"$ref":"#/components/schemas/BalanceInfo"}}}},"ApiResponseListCustodyAccount":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CustodyAccount"}}}},"CustodyAccount":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"ownerType":{"type":"string"},"environment":{"type":"string"},"accountType":{"type":"string"},"network":{"type":"string"},"accountId":{"type":"string"},"currency":{"type":"string"},"confirmedAmount":{"type":"number"},"accruedRevenue":{"type":"number"},"displayName":{"type":"string"},"status":{"type":"string"},"sourceType":{"type":"string"},"sourceId":{"type":"integer","format":"int64"},"purpose":{"type":"string"},"accountRole":{"type":"string"},"serviceScope":{"type":"string"},"version":{"type":"integer","format":"int32"},"sign":{"type":"string"},"updatedAt":{"type":"string","format":"date-time"}}},"ApiResponsePageResultMapStringObject":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PageResultMapStringObject"}}},"PageResultMapStringObject":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}},"total":{"type":"integer","format":"int64"},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"}}},"ApiResponseListWalletAddressResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/WalletAddressResponse"}}}},"ApiResponseListWalletVaultResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/WalletVaultResponse"}}}},"ApiResponseListCurrencyNetworkResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CurrencyNetworkResponse"}}}},"CurrencyNetworkResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"currency":{"type":"string"},"currencyType":{"type":"string"},"network":{"type":"string"},"networkType":{"type":"string"},"tokenStandard":{"type":"string"},"contractAddress":{"type":"string"},"decimals":{"type":"integer","format":"int32"},"environment":{"type":"string"},"displayName":{"type":"string"}}},"ApiResponseListMapStringObject":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}}},"ApiResponseListTransferDetailResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TransferDetailResponse"}}}},"TransferDetailResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"transferNo":{"type":"string"},"resourceType":{"type":"string"},"observation":{"type":"boolean"},"batchId":{"type":"integer","format":"int64"},"batchNumber":{"type":"string"},"environment":{"type":"string"},"paymentMethod":{"type":"string"},"transferType":{"type":"string"},"recipientAddress":{"type":"string"},"recipientLabel":{"type":"string"},"contactId":{"type":"integer","format":"int64"},"contactName":{"type":"string"},"recipientBankName":{"type":"string"},"recipientAccountNo":{"type":"string"},"recipientAccountHolder":{"type":"string"},"recipientRegistrationType":{"type":"string"},"recipientRegistrationNumber":{"type":"string"},"recipientSwiftCode":{"type":"string"},"walletId":{"type":"integer","format":"int64"},"sourceBusinessAccountId":{"type":"integer","format":"int64"},"sourceWalletAddressId":{"type":"integer","format":"int64"},"executionMode":{"type":"string"},"sourceAccountType":{"type":"string"},"sourceAccountId":{"type":"integer","format":"int64"},"sourceAccountName":{"type":"string"},"sourceAccountNo":{"type":"string"},"sourceAccountHolder":{"type":"string"},"sourceAddress":{"type":"string"},"sourceNetwork":{"type":"string"},"sourceCurrency":{"type":"string"},"toUserId":{"type":"integer","format":"int64"},"toWalletId":{"type":"integer","format":"int64"},"toEnterpriseId":{"type":"integer","format":"int64"},"walletName":{"type":"string"},"fromAddress":{"type":"string"},"chain":{"type":"string"},"networkType":{"type":"string"},"chainId":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"string"},"usdValue":{"type":"string"},"recipientCurrency":{"type":"string"},"recipientAmount":{"type":"string"},"fxRate":{"type":"string"},"fxRateSource":{"type":"string"},"feeAmount":{"type":"string"},"feeCurrency":{"type":"string"},"netAmount":{"type":"string"},"memo":{"type":"string"},"paymentPurpose":{"type":"string"},"status":{"type":"string"},"riskLevel":{"type":"string"},"txHash":{"type":"string"},"errorMessage":{"type":"string"},"approvalId":{"type":"integer","format":"int64"},"approvalStatus":{"type":"string"},"approvalCreatedAt":{"type":"string"},"submittedByName":{"type":"string"},"reviewedBy":{"type":"integer","format":"int64"},"reviewedByName":{"type":"string"},"reviewedAt":{"type":"string"},"reviewNote":{"type":"string"},"createdAt":{"type":"string"},"completedAt":{"type":"string"}}},"ApiResponseTransferDetailResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TransferDetailResponse"}}},"ApiResponseTransferFeeQuoteResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/TransferFeeQuoteResponse"}}},"TransferFeeQuoteResponse":{"type":"object","properties":{"feeAmount":{"type":"number"},"feeCurrency":{"type":"string"},"availableFeeBalance":{"type":"number"},"feeShortfall":{"type":"number"},"suggestedExchangeAmount":{"type":"number"}}},"ApiResponseListTransferBatch":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TransferBatch"}}}},"ApiResponseListTransferBatchApprovalResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/TransferBatchApprovalResponse"}}}},"TransferBatchApprovalResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"batchNumber":{"type":"string"},"totalItems":{"type":"integer","format":"int32"},"totalAmount":{"type":"string"},"status":{"type":"string"},"approvalId":{"type":"integer","format":"int64"},"approvalStatus":{"type":"string"},"approvalCreatedAt":{"type":"string"},"selfApprovalAllowed":{"type":"boolean"},"fileName":{"type":"string"},"createdAt":{"type":"string"},"completedAt":{"type":"string"}}},"ApiResponseListSubscriptionPlan":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SubscriptionPlan"}}}},"SubscriptionPlan":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"planCode":{"type":"string"},"planName":{"type":"string"},"description":{"type":"string"},"monthlyPrice":{"type":"number"},"yearlyPrice":{"type":"number"},"features":{"type":"string"},"status":{"type":"string"},"displayOrder":{"type":"integer","format":"int32"},"currency":{"type":"string"},"entitlements":{"type":"string"},"enabledCustodyModes":{"type":"string"},"enabledPaymentMethods":{"type":"string"},"stripePriceRef":{"type":"string"}}},"ApiResponseListReportView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ReportView"}}}},"ApiResponseListServiceItem":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ServiceItem"}}}},"ServiceItem":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"path":{"type":"string"},"available":{"type":"boolean"},"visible":{"type":"boolean"},"blockedReason":{"type":"string"},"nextAction":{"type":"string"},"contexts":{"type":"array","items":{"type":"string"}},"requirements":{"type":"string"},"regions":{"type":"string"},"fees":{"type":"string"},"timing":{"type":"string"},"risk":{"type":"string"},"providers":{"type":"array","items":{"$ref":"#/components/schemas/ServiceProvider"}}}},"ServiceProvider":{"type":"object","properties":{"code":{"type":"string"},"name":{"type":"string"},"role":{"type":"string"},"introduction":{"type":"string"},"responsibility":{"type":"string"},"website":{"type":"string"}}},"ApiResponseServiceItem":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ServiceItem"}}},"ApiResponseListServiceAction":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ServiceAction"}}}},"ServiceAction":{"type":"object","properties":{"serviceId":{"type":"string"},"actionId":{"type":"string"},"title":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"available":{"type":"boolean"},"reasonCode":{"type":"string"},"nextAction":{"type":"string"},"webRoute":{"type":"string"},"contextType":{"type":"string"},"contextId":{"type":"string"}}},"ApiResponseSecuritySettingsSummary":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/SecuritySettingsSummary"}}},"SecuritySettingsSummary":{"type":"object","properties":{"email":{"type":"string"},"emailVerified":{"type":"boolean"},"twoFaType":{"type":"string"},"totpEnabled":{"type":"boolean"},"activeApiKeyCount":{"type":"integer","format":"int32"},"fundsVerificationMethod":{"type":"string"},"twoFaEnforcementEnabled":{"type":"boolean"},"securityLevel":{"type":"string"},"securityScore":{"type":"integer","format":"int32"},"recommendations":{"type":"array","items":{"type":"string"}}}},"ApiResponseListApprovalRule":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ApprovalRule"}}}},"ApiResponseRiskScore":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/RiskScore"}}},"RiskScore":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"overallScore":{"type":"integer","format":"int32"},"riskLevel":{"type":"string"},"registrationRisk":{"type":"integer","format":"int32"},"controllerRisk":{"type":"integer","format":"int32"},"industryRisk":{"type":"integer","format":"int32"},"ageRisk":{"type":"integer","format":"int32"},"scaleRisk":{"type":"integer","format":"int32"},"transactionBehaviorRisk":{"type":"integer","format":"int32"},"counterpartyRisk":{"type":"integer","format":"int32"},"alertHistoryRisk":{"type":"integer","format":"int32"},"scoreVersion":{"type":"string"},"lastCalculatedAt":{"type":"string","format":"date-time"},"calcTrigger":{"type":"string"},"approvalId":{"type":"integer","format":"int64"},"overallScoreDecimal":{"type":"number"},"dimensionScores":{"type":"string"},"amlRuleVersion":{"type":"string"},"amlTriggerEvent":{"type":"string"}}},"ApiResponseListRiskAlert":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/RiskAlert"}}}},"RiskAlert":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"enterpriseUboId":{"type":"integer","format":"int64"},"alertType":{"type":"string"},"riskLevel":{"type":"string"},"riskScore":{"type":"integer","format":"int32"},"triggerSource":{"type":"string"},"triggerData":{"type":"string"},"dedupeKey":{"type":"string"},"relatedResourceType":{"type":"string"},"relatedResourceId":{"type":"integer","format":"int64"},"disposition":{"type":"string"},"dispositionNote":{"type":"string"},"disposedBy":{"type":"integer","format":"int64"},"disposedAt":{"type":"string","format":"date-time"},"escalatedTo":{"type":"integer","format":"int64"},"escalatedAt":{"type":"string","format":"date-time"},"complianceReviewId":{"type":"integer","format":"int64"},"resolvedAt":{"type":"string","format":"date-time"},"amlRuleId":{"type":"string"},"alertLevel":{"type":"string"},"fourEyesReviewId":{"type":"integer","format":"int64"}}},"ApiResponseInvoiceDetailResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/InvoiceDetailResponse"}}},"InvoiceDetailResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"contactId":{"type":"integer","format":"int64"},"customerType":{"type":"string"},"collectionMode":{"type":"string"},"invoiceNo":{"type":"string"},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"currency":{"type":"string"},"paymentMethod":{"type":"string"},"amount":{"type":"string"},"paidAmount":{"type":"string"},"status":{"type":"string"},"issueDate":{"type":"string"},"dueDate":{"type":"string"},"description":{"type":"string"},"paymentLinkToken":{"type":"string"},"paymentLinkUrl":{"type":"string"},"createdAt":{"type":"string"},"updatedAt":{"type":"string"},"lineItems":{"type":"array","items":{"$ref":"#/components/schemas/LineItem"}},"receivingAddresses":{"type":"array","items":{"$ref":"#/components/schemas/ReceivingAddress"}},"sweepTargetAddress":{"$ref":"#/components/schemas/ReceivingAddress"},"paymentRecords":{"type":"array","items":{"$ref":"#/components/schemas/PaymentRecordItem"}},"fiatBankInfo":{"$ref":"#/components/schemas/FiatBankInfo"},"walletConnectPayAvailable":{"type":"boolean"},"invoiceDocumentAvailable":{"type":"boolean"}}},"PaymentRecordItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"recordNo":{"type":"string"},"paymentMethod":{"type":"string"},"referenceNo":{"type":"string"},"txHash":{"type":"string"},"chain":{"type":"string"},"token":{"type":"string"},"fromAddress":{"type":"string"},"toAddress":{"type":"string"},"fiatReferenceNo":{"type":"string"},"fiatSenderName":{"type":"string"},"fiatSenderAccountNo":{"type":"string"},"fiatReceivingBankName":{"type":"string"},"fiatReceivingAccountNo":{"type":"string"},"fiatReceivingAccountHolder":{"type":"string"},"amount":{"type":"string"},"feeAmount":{"type":"string"},"netAmount":{"type":"string"},"status":{"type":"string"},"matchStatus":{"type":"string"},"confirmedAt":{"type":"string"},"createdAt":{"type":"string"}}},"ApiResponseListInvoiceListItem":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/InvoiceListItem"}}}},"InvoiceListItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"invoiceNo":{"type":"string"},"customerType":{"type":"string"},"collectionMode":{"type":"string"},"customerName":{"type":"string"},"customerEmail":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"string"},"paidAmount":{"type":"string"},"status":{"type":"string"},"dueDate":{"type":"string"},"createdAt":{"type":"string"},"paymentLinkUrl":{"type":"string"}}},"ApiResponseBrandContextResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/BrandContextResponse"}}},"BrandContextResponse":{"type":"object","properties":{"brandCode":{"type":"string"},"brandName":{"type":"string"},"primaryDomain":{"type":"string"},"logoUrl":{"type":"string"},"logoNameUrl":{"type":"string"},"faviconUrl":{"type":"string"},"primaryColor":{"type":"string"},"features":{"type":"object","additionalProperties":{"type":"object"}},"theme":{"type":"object","additionalProperties":{"type":"object"}},"publicConfig":{"type":"object","additionalProperties":{"type":"object"}},"defaultLocale":{"type":"string"},"defaultTimezone":{"type":"string"}}},"ApiResponseListPaymentLinkDetailResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/PaymentLinkDetailResponse"}}}},"PaymentLinkDetailResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"linkToken":{"type":"string"},"paymentUrl":{"type":"string"},"invoiceId":{"type":"integer","format":"int64"},"invoiceNo":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"string"},"totalReceived":{"type":"string"},"paymentCount":{"type":"integer","format":"int32"},"description":{"type":"string"},"expireAt":{"type":"string"},"status":{"type":"string"},"themeConfig":{"type":"string"},"createdAt":{"type":"string"},"receivingAddresses":{"type":"array","items":{"$ref":"#/components/schemas/ReceivingAddress"}}}},"ApiResponsePaymentLinkCheckoutResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PaymentLinkCheckoutResponse"}}},"PaymentLinkCheckoutResponse":{"type":"object","properties":{"source":{"type":"string"},"invoiceNo":{"type":"string"},"currency":{"type":"string"},"amount":{"type":"string"},"totalReceived":{"type":"string"},"description":{"type":"string"},"expireAt":{"type":"string"},"status":{"type":"string"},"receivingAddresses":{"type":"array","items":{"$ref":"#/components/schemas/ReceivingAddress"}}}},"ApiResponseListNotificationDTO":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/NotificationDTO"}}}},"NotificationDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"eventType":{"type":"string"},"title":{"type":"string"},"content":{"type":"string"},"isRead":{"type":"boolean"},"linkUrl":{"type":"string"},"createdAt":{"type":"string"}}},"ApiResponseMapStringLong":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"integer","format":"int64"}}}},"ApiResponseListDomainView":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/DomainView"}}}},"ApiResponseListKybFieldDefinitionResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/KybFieldDefinitionResponse"}}}},"KybFieldDefinitionResponse":{"type":"object","properties":{"fieldKey":{"type":"string"},"fieldLabel":{"type":"string"},"fieldType":{"type":"string"},"fieldCategory":{"type":"string"},"required":{"type":"boolean"},"applicableRegions":{"type":"array","items":{"type":"string"}},"applicableIndustries":{"type":"array","items":{"type":"string"}},"validationConfig":{"type":"object"},"description":{"type":"string"},"displayOrder":{"type":"integer","format":"int32"}}},"ApiResponseMapStringListString":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"array","items":{"type":"string"}}}}},"ApiResponseListDocument":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Document"}}}},"ApiResponseListFiatBank":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/FiatBank"}}}},"FiatBank":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"bankCode":{"type":"string"},"bankName":{"type":"string"},"bankNameLocal":{"type":"string"},"countryCode":{"type":"string"},"region":{"type":"string"},"supportedPurposes":{"type":"string"},"supportedCurrencies":{"type":"string"},"swiftCode":{"type":"string"},"logoUrl":{"type":"string"},"terms":{"type":"string"},"environment":{"type":"string"},"status":{"type":"string"}}},"ApiResponseListExchangeRecordResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ExchangeRecordResponse"}}}},"ApiResponseExchangeRateResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ExchangeRateResponse"}}},"ExchangeRateResponse":{"type":"object","properties":{"fromCurrency":{"type":"string"},"toCurrency":{"type":"string"},"rate":{"type":"number"},"midRate":{"type":"number"},"feeRate":{"type":"number"},"feeCurrency":{"type":"string"},"timestamp":{"type":"string"}}},"ApiResponseListExchangePairResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ExchangePairResponse"}}}},"ExchangePairResponse":{"type":"object","properties":{"fromCurrency":{"type":"string"},"toCurrency":{"type":"string"},"minAmount":{"type":"number"},"maxAmount":{"type":"number"},"quoteTtlSeconds":{"type":"integer","format":"int32"}}},"ApiResponseMapStringListDictItemResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/DictItemResponse"}}}}},"DictItemResponse":{"type":"object","properties":{"value":{"type":"string"},"label":{"type":"string"},"sortOrder":{"type":"integer","format":"int32"},"extra":{"type":"object"}}},"ApiResponseListDictItemResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/DictItemResponse"}}}},"AccountItem":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"name":{"type":"string"},"network":{"type":"string"},"balance":{"type":"string"},"currencies":{"type":"array","items":{"type":"string"}},"status":{"type":"string"},"sourceType":{"type":"string"}}},"ActivityItem":{"type":"object","properties":{"time":{"type":"string"},"type":{"type":"string"},"counterparty":{"type":"string"},"amount":{"type":"string"},"status":{"type":"string"}}},"ApiResponseDashboardOverviewResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/DashboardOverviewResponse"}}},"AssetItem":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"},"convertedAmount":{"type":"string"},"percentage":{"type":"string"},"priced":{"type":"boolean"},"rateSnapshotAt":{"type":"string","format":"date-time"},"color":{"type":"string"}}},"CardBalance":{"type":"object","properties":{"currency":{"type":"string"},"amount":{"type":"string"}}},"CardSummary":{"type":"object","properties":{"count":{"type":"integer","format":"int64"},"activeCount":{"type":"integer","format":"int64"},"balances":{"type":"array","items":{"$ref":"#/components/schemas/CardBalance"}}}},"DashboardOverviewResponse":{"type":"object","properties":{"asOf":{"type":"string","format":"date-time"},"environment":{"type":"string"},"baseCurrency":{"type":"string"},"fxSnapshotAt":{"type":"string","format":"date-time"},"fxStale":{"type":"boolean"},"totalAssets":{"type":"string"},"assetBreakdown":{"type":"array","items":{"$ref":"#/components/schemas/AssetItem"}},"accounts":{"type":"array","items":{"$ref":"#/components/schemas/AccountItem"}},"yieldSummary":{"$ref":"#/components/schemas/YieldSummary"},"cards":{"$ref":"#/components/schemas/CardSummary"},"tasks":{"type":"array","items":{"$ref":"#/components/schemas/TaskItem"}},"recentActivities":{"type":"array","items":{"$ref":"#/components/schemas/ActivityItem"}},"monthlyTrend":{"type":"array","items":{"$ref":"#/components/schemas/MonthlyTrendItem"}},"commonRates":{"type":"array","items":{"$ref":"#/components/schemas/RateItem"}},"dataQuality":{"type":"array","items":{"$ref":"#/components/schemas/DataQualityIssue"}}}},"DataQualityIssue":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"affectedCurrencies":{"type":"array","items":{"type":"string"}}}},"MonthlyTrendItem":{"type":"object","properties":{"label":{"type":"string"},"receivable":{"type":"number"},"payout":{"type":"number"}}},"RateItem":{"type":"object","properties":{"pair":{"type":"string"},"rate":{"type":"number"},"source":{"type":"string"},"snapshotAt":{"type":"string","format":"date-time"}}},"TaskItem":{"type":"object","properties":{"status":{"type":"string"},"title":{"type":"string"},"detail":{"type":"string"},"webRoute":{"type":"string"}}},"YieldSummary":{"type":"object","properties":{"currentHoldingUsd":{"type":"string"},"cumulativeYieldUsd":{"type":"string"},"positionCount":{"type":"integer","format":"int64"},"productName":{"type":"string"},"productChain":{"type":"string"},"productCurrency":{"type":"string"},"apy":{"type":"number"},"apyObservedAt":{"type":"string","format":"date-time"}}},"ApiResponseListContact":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}}}},"ApiResponseListContactAddress":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ContactAddress"}}}},"ApiResponseListPlatformAccountSearchResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/PlatformAccountSearchResponse"}}}},"PlatformAccountSearchResponse":{"type":"object","properties":{"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"walletId":{"type":"integer","format":"int64"},"displayName":{"type":"string"},"accountOwnerName":{"type":"string"},"walletName":{"type":"string"},"status":{"type":"string"},"environment":{"type":"string"},"supportedCurrencies":{"type":"array","items":{"type":"string"}}}},"ApiResponseListUserComplianceRecordResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/UserComplianceRecordResponse"}}}},"UserComplianceRecordResponse":{"type":"object","properties":{"type":{"type":"string"},"recordId":{"type":"integer","format":"int64"},"resourceType":{"type":"string"},"resourceId":{"type":"integer","format":"int64"},"scenarioKey":{"type":"string"},"status":{"type":"string"},"riskLevel":{"type":"string"},"riskScore":{"type":"number"},"riskLabels":{"type":"string"},"action":{"type":"string"},"summary":{"type":"string"},"pendingHitCount":{"type":"integer","format":"int32"},"createdAt":{"type":"string","format":"date-time"}}},"ApiResponseListUserAmlReviewCaseResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/UserAmlReviewCaseResponse"}}}},"ApiResponsePageResultIssuedCard":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PageResultIssuedCard"}}},"PageResultIssuedCard":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/IssuedCard"}},"total":{"type":"integer","format":"int64"},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"}}},"ApiResponsePageResultCardTransaction":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/PageResultCardTransaction"}}},"CardTransaction":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"transactionNo":{"type":"string"},"environment":{"type":"string"},"cardId":{"type":"integer","format":"int64"},"userId":{"type":"integer","format":"int64"},"enterpriseId":{"type":"integer","format":"int64"},"transactionType":{"type":"string"},"direction":{"type":"string"},"amount":{"type":"number"},"currency":{"type":"string"},"businessType":{"type":"string"},"businessId":{"type":"integer","format":"int64"},"channelTransactionId":{"type":"string"},"referenceNo":{"type":"string"},"idempotencyKey":{"type":"string"},"status":{"type":"string"},"feeQuoteId":{"type":"integer","format":"int64"},"reconciliationAttempts":{"type":"integer","format":"int32"},"reconciliationLockedAt":{"type":"string","format":"date-time"},"nextReconciliationAt":{"type":"string","format":"date-time"},"lastReconciliationAt":{"type":"string","format":"date-time"},"partnerCommissionProcessedAt":{"type":"string","format":"date-time"},"metadataJson":{"type":"string"},"spendContribution":{"type":"number"},"spendAmountMissing":{"type":"integer","format":"int32"}}},"PageResultCardTransaction":{"type":"object","properties":{"items":{"type":"array","items":{"$ref":"#/components/schemas/CardTransaction"}},"total":{"type":"integer","format":"int64"},"page":{"type":"integer","format":"int32"},"pageSize":{"type":"integer","format":"int32"}}},"ApiResponseCardDetailResult":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CardDetailResult"}}},"BusinessEvent":{"type":"object","properties":{"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"id":{"type":"integer","format":"int64"},"brandId":{"type":"integer","format":"int64"},"eventId":{"type":"string"},"environment":{"type":"string"},"eventType":{"type":"string"},"aggregateType":{"type":"string"},"aggregateId":{"type":"string"},"sourceModule":{"type":"string"},"fromStatus":{"type":"string"},"toStatus":{"type":"string"},"operatorId":{"type":"integer","format":"int64"},"operatorType":{"type":"string"},"reason":{"type":"string"},"referenceNo":{"type":"string"},"payloadJson":{"type":"string"}}},"CardDetailResult":{"type":"object","properties":{"card":{"$ref":"#/components/schemas/IssuedCard"},"transactions":{"type":"array","items":{"$ref":"#/components/schemas/CardTransaction"}},"events":{"type":"array","items":{"$ref":"#/components/schemas/BusinessEvent"}},"channelDetails":{"$ref":"#/components/schemas/CardDetailResult"},"issueCountryOrRegion":{"type":"string"}}},"ApiResponseListCardProductOption":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/CardProductOption"}}}},"CardProductOption":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"productCode":{"type":"string"},"displayName":{"type":"string"},"usageDescription":{"type":"string"},"fundingMode":{"type":"string"},"scheme":{"type":"string"},"currency":{"type":"string"},"minimumInitialAmount":{"type":"number"},"supportsPhysical":{"type":"boolean"},"defaultLimitsJson":{"type":"string"},"supportedEntityTypes":{"type":"string"},"supportedCountries":{"type":"string"},"kycLevelRequired":{"type":"string"},"remainingAvailableCards":{"type":"integer","format":"int32"},"issueCountriesOrRegions":{"type":"array","items":{"type":"string"}},"status":{"type":"string"}}},"ApiResponseRegistrationPolicy":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/RegistrationPolicy"}}},"RegistrationPolicy":{"type":"object","properties":{"mode":{"type":"string"},"openRegistration":{"type":"boolean"},"personalRegistration":{"type":"boolean"},"enterpriseRegistration":{"type":"boolean"}}},"ApiResponseListApiKey":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ApiKey"}}}},"ApiQuotaUsage":{"type":"object","properties":{"enterpriseId":{"type":"integer","format":"int64"},"environment":{"type":"string"},"limit":{"type":"integer","format":"int64"},"used":{"type":"integer","format":"int64"},"remaining":{"type":"integer","format":"int64"},"resetEpochSeconds":{"type":"integer","format":"int64"},"rateLimitPerMinute":{"type":"integer","format":"int32"}}},"ApiResponseApiQuotaUsage":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ApiQuotaUsage"}}},"ApiResponseWorkspaceCapabilityListResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/WorkspaceCapabilityListResponse"}}},"WorkspaceCapabilityListResponse":{"type":"object","properties":{"capabilities":{"type":"array","items":{"$ref":"#/components/schemas/WorkspaceCapabilityResponse"}}}},"WorkspaceCapabilityResponse":{"type":"object","properties":{"key":{"type":"string"},"capabilityCode":{"type":"string"},"label":{"type":"string"},"description":{"type":"string"},"prompt":{"type":"string"},"route":{"type":"string"},"surface":{"type":"string"},"readOnly":{"type":"boolean"},"adminOnly":{"type":"boolean"}}},"AiTaskSummaryResponse":{"type":"object","properties":{"id":{"type":"string"},"planId":{"type":"integer","format":"int64"},"sessionId":{"type":"integer","format":"int64"},"title":{"type":"string"},"subtitle":{"type":"string"},"status":{"type":"string"},"owner":{"type":"string"},"amount":{"type":"string"},"source":{"type":"string"},"capability":{"type":"string"},"route":{"type":"string"},"createdAt":{"type":"string","format":"date-time"}}},"ApiResponseListAiTaskSummaryResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/AiTaskSummaryResponse"}}}},"ApiResponseListAiSessionResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/AiSessionResponse"}}}},"ApiResponseListSessionPlanSummaryResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/SessionPlanSummaryResponse"}}}},"SessionPlanSummaryResponse":{"type":"object","properties":{"planId":{"type":"integer","format":"int64"},"sessionId":{"type":"integer","format":"int64"},"planType":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"status":{"type":"string"},"riskLevel":{"type":"string"}}},"ApiResponseListAiMessageResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/AiMessageResponse"}}}},"ApiResponseListToolCallLogResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/ToolCallLogResponse"}}}},"ToolCallLogResponse":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"sessionId":{"type":"integer","format":"int64"},"intentId":{"type":"integer","format":"int64"},"planId":{"type":"integer","format":"int64"},"stepId":{"type":"integer","format":"int64"},"toolName":{"type":"string"},"capability":{"type":"string"},"status":{"type":"string"},"requestJson":{"type":"string"},"responseJson":{"type":"string"},"errorMessage":{"type":"string"},"latencyMs":{"type":"integer","format":"int32"}}},"ActivationNextAction":{"type":"object","properties":{"actionKey":{"type":"string"},"label":{"type":"string"},"route":{"type":"string"},"capability":{"type":"string"},"status":{"type":"string"}}},"ActivationStatusResponse":{"type":"object","properties":{"activated":{"type":"boolean"},"stage":{"type":"string"},"summary":{"type":"string"},"kycStatus":{"type":"string"},"kybStatus":{"type":"string"},"enterpriseId":{"type":"integer","format":"int64"},"enterpriseName":{"type":"string"},"requiredActions":{"type":"array","items":{"type":"string"}},"nextActions":{"type":"array","items":{"$ref":"#/components/schemas/ActivationNextAction"}},"steps":{"type":"array","items":{"$ref":"#/components/schemas/ActivationStep"}}}},"ActivationStep":{"type":"object","properties":{"stepKey":{"type":"string"},"title":{"type":"string"},"status":{"type":"string"},"detail":{"type":"string"},"route":{"type":"string"}}},"ApiResponseActivationStatusResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/ActivationStatusResponse"}}},"AgentNudgeSummaryResponse":{"type":"object","properties":{"id":{"type":"string"},"severity":{"type":"string"},"source":{"type":"string"},"title":{"type":"string"},"summary":{"type":"string"},"recommendedAction":{"type":"string"},"route":{"type":"string"},"planId":{"type":"integer","format":"int64"}}},"ApiResponseListAgentNudgeSummaryResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"type":"array","items":{"$ref":"#/components/schemas/AgentNudgeSummaryResponse"}}}},"ApiResponseNudgeVisibilityResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/NudgeVisibilityResponse"}}},"NudgeVisibilityResponse":{"type":"object","properties":{"dismissedNudgeIds":{"type":"array","items":{"type":"string"}},"deferredNudges":{"type":"object","additionalProperties":{"type":"string"}}}},"ApiResponseCapabilityExecutionPolicyListResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CapabilityExecutionPolicyListResponse"}}},"CapabilityExecutionPolicyListResponse":{"type":"object","properties":{"policies":{"type":"array","items":{"$ref":"#/components/schemas/CapabilityExecutionPolicyResponse"}}}},"CapabilityExecutionPolicyResponse":{"type":"object","properties":{"capabilityCode":{"type":"string"},"riskLevel":{"type":"string"},"category":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"readOnly":{"type":"boolean"},"requiresConfirmation":{"type":"boolean"},"requiresAuthorization":{"type":"boolean"},"requiresApproval":{"type":"boolean"},"auditLevel":{"type":"string"},"allowedTools":{"type":"array","items":{"type":"string"}}}},"ApiResponseCapabilityListResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CapabilityListResponse"}}},"CapabilityListResponse":{"type":"object","properties":{"capabilities":{"type":"array","items":{"$ref":"#/components/schemas/CapabilityResponse"}}}},"CapabilityResponse":{"type":"object","properties":{"capabilityCode":{"type":"string"},"riskLevel":{"type":"string"},"category":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"readOnly":{"type":"boolean"},"requiresConfirmation":{"type":"boolean"},"requiresAuthorization":{"type":"boolean"},"requires2fa":{"type":"boolean"},"requiresApproval":{"type":"boolean"},"idempotencyRequired":{"type":"boolean"},"adapterClass":{"type":"string"},"status":{"type":"string"}}},"ApiResponseCapabilityResponse":{"type":"object","properties":{"code":{"type":"integer","format":"int32"},"message":{"type":"string"},"data":{"$ref":"#/components/schemas/CapabilityResponse"}}}},"securitySchemes":{"apiKeyAuth":{"type":"apiKey","description":"API key from Dashboard > Developer Center. The sk_sandbox_ or sk_live_ prefix selects the isolated environment; the production API host accepts both modes.","name":"X-API-Key","in":"header"},"apiSecret":{"type":"apiKey","description":"One-time API Secret shown when the key is created or rotated. The online console uses it in browser memory to sign the request and removes it before transmission.","name":"X-API-Secret","in":"header"},"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}}}