Skip to content

Commit 2032fbc

Browse files
updates
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent aefff4a commit 2032fbc

54 files changed

Lines changed: 2769 additions & 651 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

mintlify/openapi.yaml

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

openapi.yaml

Lines changed: 935 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
type: object
2+
required:
3+
- accountType
4+
- pixKey
5+
- pixKeyType
6+
- taxId
7+
properties:
8+
accountType:
9+
type: string
10+
enum:
11+
- BRL_ACCOUNT
12+
pixKey:
13+
type: string
14+
description: The PIX key of the bank
15+
pixKeyType:
16+
type: string
17+
description: The type of PIX key of the bank
18+
taxId:
19+
type: string
20+
description: The tax ID of the bank account
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
type: object
2+
required:
3+
- beneficiaryType
4+
- fullName
5+
properties:
6+
beneficiaryType:
7+
type: string
8+
enum:
9+
- INDIVIDUAL
10+
fullName:
11+
type: string
12+
description: The full name of the beneficiary
13+
birthDate:
14+
type: string
15+
description: The birth date of the beneficiary
16+
nationality:
17+
type: string
18+
description: The nationality of the beneficiary
19+
email:
20+
type: string
21+
description: The email of the beneficiary
22+
phoneNumber:
23+
type: string
24+
description: The phone number of the beneficiary
25+
registrationNumber:
26+
type: string
27+
description: The registration number of the beneficiary
28+
countryOfResidence:
29+
type: string
30+
description: The country of residence of the beneficiary
31+
address:
32+
$ref: ./Address.yaml
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
type: object
2+
required:
3+
- accountType
4+
- iban
5+
properties:
6+
accountType:
7+
type: string
8+
enum:
9+
- DKK_ACCOUNT
10+
iban:
11+
type: string
12+
description: The IBAN of the bank
13+
swiftBic:
14+
type: string
15+
description: The SWIFT BIC of the bank
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
type: object
2+
required:
3+
- beneficiaryType
4+
- fullName
5+
properties:
6+
beneficiaryType:
7+
type: string
8+
enum:
9+
- INDIVIDUAL
10+
fullName:
11+
type: string
12+
description: The full name of the beneficiary
13+
birthDate:
14+
type: string
15+
description: The birth date of the beneficiary
16+
nationality:
17+
type: string
18+
description: The nationality of the beneficiary
19+
email:
20+
type: string
21+
description: The email of the beneficiary
22+
phoneNumber:
23+
type: string
24+
description: The phone number of the beneficiary
25+
registrationNumber:
26+
type: string
27+
description: The registration number of the beneficiary
28+
countryOfResidence:
29+
type: string
30+
description: The country of residence of the beneficiary
31+
address:
32+
$ref: ./Address.yaml

openapi/components/schemas/common/GbpAccountInfo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
type: object
22
required:
3-
- sortCode
4-
- accountNumber
5-
- accountType
3+
- accountType
4+
- sortCode
5+
- accountNumber
66
properties:
77
accountType:
88
type: string
99
enum:
10-
- GBP_ACCOUNT
10+
- GBP_ACCOUNT
1111
sortCode:
1212
type: string
1313
description: UK bank sort code (6 digits, may include hyphens)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
type: object
2+
required:
3+
- beneficiaryType
4+
- fullName
5+
properties:
6+
beneficiaryType:
7+
type: string
8+
enum:
9+
- INDIVIDUAL
10+
fullName:
11+
type: string
12+
description: The full name of the beneficiary
13+
birthDate:
14+
type: string
15+
description: The birth date of the beneficiary
16+
nationality:
17+
type: string
18+
description: The nationality of the beneficiary
19+
email:
20+
type: string
21+
description: The email of the beneficiary
22+
phoneNumber:
23+
type: string
24+
description: The phone number of the beneficiary
25+
registrationNumber:
26+
type: string
27+
description: The registration number of the beneficiary
28+
countryOfResidence:
29+
type: string
30+
description: The country of residence of the beneficiary
31+
address:
32+
$ref: ./Address.yaml
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
type: object
2+
required:
3+
- accountType
4+
- bankName
5+
- accountNumber
6+
properties:
7+
accountType:
8+
type: string
9+
enum:
10+
- HKD_ACCOUNT
11+
bankName:
12+
type: string
13+
description: The bank name of the bank
14+
accountNumber:
15+
type: string
16+
description: The account number of the bank
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
type: object
2+
required:
3+
- beneficiaryType
4+
- fullName
5+
properties:
6+
beneficiaryType:
7+
type: string
8+
enum:
9+
- INDIVIDUAL
10+
fullName:
11+
type: string
12+
description: The full name of the beneficiary
13+
birthDate:
14+
type: string
15+
description: The birth date of the beneficiary
16+
nationality:
17+
type: string
18+
description: The nationality of the beneficiary
19+
email:
20+
type: string
21+
description: The email of the beneficiary
22+
phoneNumber:
23+
type: string
24+
description: The phone number of the beneficiary
25+
registrationNumber:
26+
type: string
27+
description: The registration number of the beneficiary
28+
countryOfResidence:
29+
type: string
30+
description: The country of residence of the beneficiary
31+
address:
32+
$ref: ./Address.yaml

0 commit comments

Comments
 (0)