Skip to content

Commit 81f66f3

Browse files
committed
Update Account-related information in the Entities section
1 parent fcd4627 commit 81f66f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_entities.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Entities
22

33
## Account Object
4+
45
> An example account encoded in JSON looks like this:
56
67
```json
@@ -20,12 +21,12 @@
2021
Property | Description
2122
-------- | -----------------------------------------------------------------------
2223
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`).
2425
currency | The currency in which the account is denominated.
2526
id | A unique ID associated with the account.
2627
label | The display name of the account as chosen by the user.
27-
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`.
28+
status | The current status of the account. Possible values are `blocked`, `expired`, `failed`, `ok` and `pending`.
29+
type | The type of the account. Possible values are `ach`, `card` and `sepa`.
2930

3031
## Authentication Method Object
3132

@@ -150,7 +151,7 @@ pair | The currency pair AB represents moving from A to B.
150151

151152
> An example phone encoded in JSON looks like this:
152153
153-
```
154+
```json
154155
{
155156
"e164Masked": "+XXXXXXXXX04",
156157
"id": "1d78aeb5-43ac-4ee8-8d28-1291b5d8355c",

0 commit comments

Comments
 (0)