Skip to content

Commit 911d3e5

Browse files
committed
Update Account-related information in the Entities section
1 parent da63eb1 commit 911d3e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_entities.md

Lines changed: 4 additions & 3 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.
2728
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`.
2930

3031
## Authentication Method Object
3132

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

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

0 commit comments

Comments
 (0)