From f6253558571c3463c6118344dbfdf7af13c7d697 Mon Sep 17 00:00:00 2001 From: Peng Ying Date: Thu, 19 Feb 2026 07:42:29 -0800 Subject: [PATCH] feat: cleaning up webhooks --- openapi/components/schemas/webhooks/WebhookType.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi/components/schemas/webhooks/WebhookType.yaml b/openapi/components/schemas/webhooks/WebhookType.yaml index 6ed69c8c..afd658a3 100644 --- a/openapi/components/schemas/webhooks/WebhookType.yaml +++ b/openapi/components/schemas/webhooks/WebhookType.yaml @@ -1,12 +1,12 @@ type: string enum: - - INCOMING_PAYMENT - - OUTGOING_PAYMENT + - TRANSACTIONS_INCOMING_PAYMENT + - TRANSACTIONS_OUTGOING_PAYMENT - TEST - BULK_UPLOAD - - INVITATION_CLAIMED - - KYC_STATUS - - ACCOUNT_STATUS + - UMA_INVITATION_CLAIMED + - CUSTOMERS_KYC_UPDATE + - INTERNAL_ACCOUNTS_BALANCE_UPDATE description: >- Type of webhook event, used by the receiver to identify which webhook is being received