Skip to content

Commit 89905e3

Browse files
lightspark-copybara[bot]Lightspark Eng
andauthored
chore: Sync account schemas (#309)
Auto-synced account schemas. These schemas are generated from VASP adapter field definitions in sparkcore. **Synced schemas:** - `common/` — per-currency account info, beneficiary, and payment account schemas - `common/PaymentInstructions.yaml` — payment instructions oneOf (new currencies added) - `external_accounts/` — per-currency external account schemas (reference common/) Please review the changes before merging. Co-authored-by: Lightspark Eng <engineering@lightspark.com>
1 parent 7613430 commit 89905e3

3 files changed

Lines changed: 58 additions & 34 deletions

File tree

mintlify/openapi.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 42 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,46 @@
11
type: string
22
enum:
3-
- GBP_ACCOUNT
4-
- PHP_ACCOUNT
5-
- SGD_ACCOUNT
6-
- SPARK_WALLET
7-
- LIGHTNING
8-
- SOLANA_WALLET
9-
- TRON_WALLET
10-
- POLYGON_WALLET
11-
- BASE_WALLET
12-
- ETHEREUM_WALLET
13-
- AED_ACCOUNT
14-
- BRL_ACCOUNT
15-
- BWP_ACCOUNT
16-
- CAD_ACCOUNT
17-
- DKK_ACCOUNT
18-
- EUR_ACCOUNT
19-
- HKD_ACCOUNT
20-
- IDR_ACCOUNT
21-
- INR_ACCOUNT
22-
- KES_ACCOUNT
23-
- MWK_ACCOUNT
24-
- MXN_ACCOUNT
25-
- MYR_ACCOUNT
26-
- NGN_ACCOUNT
27-
- RWF_ACCOUNT
28-
- THB_ACCOUNT
29-
- TZS_ACCOUNT
30-
- UGX_ACCOUNT
31-
- USD_ACCOUNT
32-
- VND_ACCOUNT
33-
- XAF_ACCOUNT
34-
- XOF_ACCOUNT
35-
- ZAR_ACCOUNT
36-
- ZMW_ACCOUNT
3+
- GBP_ACCOUNT
4+
- PHP_ACCOUNT
5+
- SGD_ACCOUNT
6+
- SPARK_WALLET
7+
- LIGHTNING
8+
- SOLANA_WALLET
9+
- TRON_WALLET
10+
- POLYGON_WALLET
11+
- BASE_WALLET
12+
- ETHEREUM_WALLET
13+
- AED_ACCOUNT
14+
- BRL_ACCOUNT
15+
- BWP_ACCOUNT
16+
- CAD_ACCOUNT
17+
- DKK_ACCOUNT
18+
- EUR_ACCOUNT
19+
- HKD_ACCOUNT
20+
- IDR_ACCOUNT
21+
- INR_ACCOUNT
22+
- KES_ACCOUNT
23+
- MWK_ACCOUNT
24+
- MXN_ACCOUNT
25+
- MYR_ACCOUNT
26+
- NGN_ACCOUNT
27+
- RWF_ACCOUNT
28+
- THB_ACCOUNT
29+
- TZS_ACCOUNT
30+
- UGX_ACCOUNT
31+
- USD_ACCOUNT
32+
- VND_ACCOUNT
33+
- XAF_ACCOUNT
34+
- XOF_ACCOUNT
35+
- ZAR_ACCOUNT
36+
- ZMW_ACCOUNT
37+
- BDT_ACCOUNT
38+
- COP_ACCOUNT
39+
- EGP_ACCOUNT
40+
- GHS_ACCOUNT
41+
- GTQ_ACCOUNT
42+
- HTG_ACCOUNT
43+
- JMD_ACCOUNT
44+
- PKR_ACCOUNT
3745
description: Type of external account or wallet
3846
example: GBP_ACCOUNT

0 commit comments

Comments
 (0)