Skip to content

Commit

Permalink
Update accounts_api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Oct 31, 2024
1 parent 473cf0c commit 27c4308
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions openAPI/accounts_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 27c4308

Please sign in to comment.