From 27c4308b410d0f985301d9cbd1cc83e6991daf14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Gon=C3=A7alves?= Date: Thu, 31 Oct 2024 10:43:55 -0300 Subject: [PATCH] Update accounts_api.yml --- openAPI/accounts_api.yml | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/openAPI/accounts_api.yml b/openAPI/accounts_api.yml index bd9678f..ee2cc5a 100644 --- a/openAPI/accounts_api.yml +++ b/openAPI/accounts_api.yml @@ -187,6 +187,15 @@ components: default: CryptoPayIn enum: - CryptoPayIn + - CryptoPayOut + - FiatPayIn + - FiatPayOut + - Crypto + - Bank + - Card + - MPCVault + - GooglePay + - ApplePay description: The type of merchant settlement account, indicating the settlement method. nullable: false name: @@ -301,17 +310,18 @@ components: A reference code used to group and manage multiple merchant settlement accounts. This helps in bundling accounts for organizational purposes. type: type: string + default: CryptoPayIn enum: - CryptoPayIn - - CryptoPayOut - - FiatPayIn - - FiatPayOut - - Crypto - - Bank - - Card - - MPCVault - - GooglePay - - ApplePay + # - CryptoPayOut + # - FiatPayIn + # - FiatPayOut + # - Crypto + # - Bank + # - Card + # - MPCVault + # - GooglePay + # - ApplePay description: | The type of merchant settlement account, indicating the settlement method. Currently, only **CryptoPayIn** is supported. This defines how transactions will be processed for the account. chain_id: