Skip to content

Commit

Permalink
update links description for exchange sessions resource
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerhunter committed Mar 28, 2024
1 parent de6c35c commit 72ae743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/docs/balance/api-reference/open-banking/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Here's a breakdown of the steps:

| Parameter | Description |
| --------- | ------------------------------------------------------------------------------------------------- |
| \_links | A unique string value which can be used to identify a third-party “partner” via the Exchange API. |
| \_links | A _links JSON object containing a collection of links to related resources including: exchange session, exchange-partner, and external-provider-session. The unique URL called "external-provider-session" is specifically designed to be embedded within your application, facilitating the Instant Account Verification flow. |
| created | ISO 8601 timestamp of when the exchange-partner resource was created. |

```bash
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/connect/api-reference/open-banking/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Here's a breakdown of the steps:

| Parameter | Description |
| --------- | ------------------------------------------------------------------------------------------------- |
| \_links | A unique string value which can be used to identify a third-party “partner” via the Exchange API. |
| \_links | A _links JSON object containing a collection of links to related resources including: exchange session, exchange-partner, and external-provider-session. The unique URL called "external-provider-session" is specifically designed to be embedded within your application, facilitating the Instant Account Verification flow. |
| created | ISO 8601 timestamp of when the exchange-partner resource was created. |

```bash
Expand Down

0 comments on commit 72ae743

Please sign in to comment.