Skip to content

Commit ac5562f

Browse files
authored
DOC-685 add notifications feature beta (#180)
1 parent 60fa472 commit ac5562f

File tree

7 files changed

+25
-8
lines changed

7 files changed

+25
-8
lines changed

docs/topics/get-started/quickstart.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Go to **Dashboard** > **Developers** > **API** to get your [OAuth 2.0 credential
6363
- Explore the documentation to see all Swan offers.
6464
- Discover more in the Event Simulator and the [API Explorer](../../developers/tools/api-explorer.mdx).
6565
- If you're not in communication with Swan (yet), feel free to [submit this form](https://www.swan.io/talk-to-expert) for more information.
66-
- If you already have dedicated account managers, please contact them with any questions.
66+
- If you already have dedicated Account Managers, please contact them with any questions.
6767

6868
**Happy building!**
6969
:::

docs/topics/get-started/step-by-step.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ Test receiving a SEPA Credit Transfer or a card payment, verifying a company acc
6262
## Step 8: Go live {#go-live}
6363

6464
Going live is a **multi-step process** outlined in the guide to [activate your project](../projects/guide-activate.mdx).
65-
Swan account managers accompany you as you prepare to launch your integration with Swan.
65+
Swan Account Managers accompany you as you prepare to launch your integration with Swan.
6666

6767
:::tip Swan is happy to have you here.
6868

6969
- If you're not in communication with Swan (yet), please [submit this form](https://www.swan.io/talk-to-expert) for more information.
70-
- If you already have dedicated account managers, please contact them with any questions.
70+
- If you already have dedicated Account Managers, please contact them with any questions.
7171

7272
**Happy building!**
7373
:::

docs/topics/merchants/online/cards/guide-create-link.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Create a payment link
66

77
import InDevelopement from '../../../partials/_in-dev.mdx';
88

9-
<InDevelopement />
9+
<InDevelopement feature="Payment links are" />
1010

1111
Create a [payment link](./index.mdx#links) to accept card payments with the API.
1212

docs/topics/partials/_beta.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
:::caution beta
2-
This feature is in private beta.
1+
:::info beta
2+
{props.feature} in private beta.
3+
Contact your dedicated {props.contact} to learn more.
34
:::

docs/topics/partials/_in-dev.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
:::caution In development
2-
{props.feature} is **currently in development**.
2+
{props.feature} **currently in development**.
33
Feel free to review this section to understand how the feature will work when live.
44
:::

docs/topics/projects/index.mdx

+16
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,22 @@ If you have a Live project and you'd like to test an implementation in Sandbox b
6969
| `Suspended` | Project is suspended, either pending a review by Swan or at the Partner's request<br/><br/>**Next**: If due to *Swan review*, Partner stays responsive to questions as Swan performs the review; if due to *Partner request*, the Partner should communicate with Swan about reactivating the project | ☒ No | ☒ No |
7070
| `Rejected` | Swan rejects the project (reasons vary and are communicated to the Partner or main point of contact)<br/><br/>**Next**: *No next steps* | ☒ No | ☒ No |
7171

72+
## Notifications {#notifications}
73+
74+
Send text-message notifications to your end users automatically when certain events occur.
75+
76+
import BetaTesting from '../partials/_beta.mdx';
77+
78+
<BetaTesting feature="Notifications are" contact="Account Manager" />
79+
80+
The following table lists information about available notifications.
81+
Take note of the [account membership permission](../accounts/memberships/index.mdx#permissions) required to receive each notification.
82+
Account members won't receive the notification if they don't have the required permission.
83+
84+
| Category | Event | Notification | Required permission |
85+
| --- | --- | --- | --- |
86+
| Card transaction | Rejected due to insufficient funds | Your card payment was rejected due to insufficient funds. Please add money to your account before trying again. | `CanViewAccount` |
87+
7288
## Guides {#guides}
7389

7490
* [Activate your project](./guide-activate.mdx)

docs/topics/users/identifications/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ You can also refer users to the Swan's end-user [Support Center](https://support
192192
## Identity documents {#levels-documents}
193193

194194
Swan offers an identity document sharing feature, providing access to identification **document metadata** as well as the documents themselves.
195-
Contact your dedicated account manager to learn more.
195+
Contact your dedicated Account Manager to learn more.
196196

197197
## User flow diagrams {#diagrams}
198198

0 commit comments

Comments
 (0)