From 00f108b9ddd4ac3447fd29552b3a503d6daed48d Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 24 Apr 2023 23:42:14 -0300 Subject: fix #7684 --- packages/merchant-backoffice-ui/src/declaration.d.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/declaration.d.ts') diff --git a/packages/merchant-backoffice-ui/src/declaration.d.ts b/packages/merchant-backoffice-ui/src/declaration.d.ts index 9fc4f0d77..a9d0f3a7f 100644 --- a/packages/merchant-backoffice-ui/src/declaration.d.ts +++ b/packages/merchant-backoffice-ui/src/declaration.d.ts @@ -395,11 +395,16 @@ export namespace MerchantBackend { // URL that the user should open in a browser to // proceed with the KYC process (as returned // by the exchange's /kyc-check/ endpoint). - kyc_url: string; + // Optional, missing if the account is blocked + // due to AML and not due to KYC. + kyc_url?: string; // Base URL of the exchange this is about. exchange_url: string; + // AML status of the account. + aml_status: number; + // Our bank wire account this is about. payto_uri: string; } -- cgit v1.2.3