File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Entities
2
2
3
3
## Account Object
4
+
4
5
> An example account encoded in JSON looks like this:
5
6
6
7
``` json
20
21
Property | Description
21
22
-------- | -----------------------------------------------------------------------
22
23
billing | The relevant billing details associated with the account.
23
- brand | The brand of the ` card ` account .
24
+ brand | The brand of the account (if it is of type ` card ` ) .
24
25
currency | The currency in which the account is denominated.
25
26
id | A unique ID associated with the account.
26
27
label | The display name of the account as chosen by the user.
27
28
status | The current status of the account. Possible values are ` ok ` and ` failed ` .
28
- type | The type of the account. Possible values are ` card ` and ` sepa ` .
29
+ type | The type of the account. Possible values are ` ach ` , ` card ` and ` sepa ` .
29
30
30
31
## Authentication Method Object
31
32
@@ -149,7 +150,7 @@ pair | The currency pair AB represents moving from A to B.
149
150
150
151
> An example phone encoded in JSON looks like this:
151
152
152
- ```
153
+ ``` json
153
154
{
154
155
"e164Masked" : " +XXXXXXXXX04" ,
155
156
"id" : " 1d78aeb5-43ac-4ee8-8d28-1291b5d8355c" ,
You can’t perform that action at this time.
0 commit comments