Skip to content

Commit 231b9cd

Browse files
author
Lightspark Eng
committed
chore: Sync account schemas
1 parent 49e7450 commit 231b9cd

10 files changed

Lines changed: 144 additions & 0 deletions

File tree

mintlify/openapi.yaml

Lines changed: 48 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: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/components/schemas/common/BdtAccountInfo.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ type: object
22
required:
33
- accountType
44
- paymentRails
5+
- bankName
56
- accountNumber
67
- branchCode
78
- phoneNumber
@@ -17,6 +18,11 @@ properties:
1718
enum:
1819
- BANK_TRANSFER
1920
- MOBILE_MONEY
21+
bankName:
22+
type: string
23+
description: The name of the bank
24+
minLength: 1
25+
maxLength: 255
2026
accountNumber:
2127
type: string
2228
description: The account number of the bank

openapi/components/schemas/common/CopAccountInfo.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ type: object
22
required:
33
- accountType
44
- paymentRails
5+
- bankName
56
- accountNumber
67
- bankAccountType
78
- phoneNumber
@@ -17,6 +18,11 @@ properties:
1718
enum:
1819
- BANK_TRANSFER
1920
- MOBILE_MONEY
21+
bankName:
22+
type: string
23+
description: The name of the bank
24+
minLength: 1
25+
maxLength: 255
2026
accountNumber:
2127
type: string
2228
description: The account number of the bank

openapi/components/schemas/common/EgpAccountInfo.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ type: object
22
required:
33
- accountType
44
- paymentRails
5+
- bankName
56
- accountNumber
67
properties:
78
accountType:
@@ -14,6 +15,11 @@ properties:
1415
type: string
1516
enum:
1617
- BANK_TRANSFER
18+
bankName:
19+
type: string
20+
description: The name of the bank
21+
minLength: 1
22+
maxLength: 255
1723
accountNumber:
1824
type: string
1925
description: The account number of the bank

openapi/components/schemas/common/GhsAccountInfo.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ type: object
22
required:
33
- accountType
44
- paymentRails
5+
- bankName
56
- accountNumber
67
- phoneNumber
78
properties:
@@ -16,6 +17,11 @@ properties:
1617
enum:
1718
- BANK_TRANSFER
1819
- MOBILE_MONEY
20+
bankName:
21+
type: string
22+
description: The name of the bank
23+
minLength: 1
24+
maxLength: 255
1925
accountNumber:
2026
type: string
2127
description: The account number of the bank

0 commit comments

Comments
 (0)