Skip to content

Commit 75a86e6

Browse files
committed
fixup! DOC-1042 Rolling reserve webhooks
1 parent f6b6ea7 commit 75a86e6

File tree

7 files changed

+15
-1
lines changed

7 files changed

+15
-1
lines changed

docs/developers/using-api/webhooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The first part of the `eventType` will tell you what resources to query in an AP
315315
| `Transaction.Upcoming` | Transaction was booked for a future date |
316316
| `TransactionStatement.Generated` | [Transaction statement](../../topics/payments/index.mdx#transactions-statements) was generated successfully |
317317
| `TransactionRollingReserve.Updated` | Rolling reserve for a transaction was updated, and the release date of the funds has changed |
318-
| `TransactionRollingReserve.Released` | Rolling reserve for a transaction was released. Reserved funds are now available |
318+
| `TransactionRollingReserve.Released` | Rolling reserve for a transaction was released. Reserved funds are now available |
319319

320320
### [Users](../../topics/users/index.mdx) {#events-users}
321321

docs/topics/accounts/funding/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ import RollingReserveDefinition from '../../definitions/_rolling-reserve.mdx';
212212

213213
<RollingReserveDefinition />
214214

215+
The `TransactionRollingReserve.Updated` and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) notify you when a rolling reserve is updated or released.
216+
Subscribe to both webhooks to stay updated on your transactions' rolling reserve.
217+
215218
## Settlement date and booked time {#settlement}
216219

217220
**SEPA Direct Debit** transactions are **booked at 20:00 Central European [Summer] Time (CET/CEST)** on the settlement date if no rejection or cancellation has been issued or received.

docs/topics/merchants/index.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ import RollingReserve from './partials/_rolling-reserve.mdx';
134134
| Internal Direct Debit - B2B | ☒ No | n/a |
135135
| French checks |**Yes** | 100% over 10 interbank business days |
136136

137+
The `TransactionRollingReserve.Updated` and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) notify you when a rolling reserve is updated or released.
138+
Subscribe to both webhooks to stay updated on your transactions' rolling reserve.
139+
137140
### Versions {#methods-versions-statuses}
138141

139142
Swan creates a **new version** of your payment method **every time an update is approved**.

docs/topics/merchants/online/cards/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
114114
| --- | --- | --- |
115115
| Cards |**Yes** | 100% over 5 business days |
116116

117+
You can use the `TransactionRollingReserve.Updated`and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) to be notified when a transaction's rolling reserve is updated and when the funds are released.
118+
117119
## Payment amount limit {#payment-limit}
118120
For security and risk management, Swan may apply a **payment amount limit** to single card payments.
119121
This limit defines the maximum amount a user can spend in one card transaction.

docs/topics/merchants/online/checks/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
4545
| --- | --- | --- |
4646
| French checks |**Yes** | 100% over 10 business days |
4747

48+
You can use the `TransactionRollingReserve.Updated`and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) to be notified when a transaction's rolling reserve is updated and when the funds are released.
49+
4850
## Payment amount limit {#payment-limit}
4951
For security and risk management, Swan may apply a **payment amount limit** to single check payments.
5052
This limit defines the maximum amount a user can spend in one check transaction.

docs/topics/merchants/online/idd/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
4141
| Internal Direct Debit - Standard |**Yes** | Determined by a merchant profile risk assessment |
4242
| Internal Direct Debit - B2B | ☒ No | n/a |
4343

44+
You can use the `TransactionRollingReserve.Updated`and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) to be notified when a transaction's rolling reserve is updated and when the funds are released.
45+
4446
## Payment mandates {#mandates}
4547

4648
:::caution Mandatory mandates

docs/topics/merchants/online/sdd/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
7777
| SEPA Direct Debit - Core |**Yes** | Determined by a merchant profile risk assessment |
7878
| SEPA Direct Debit - B2B |**Yes** | 100% over 3 business days |
7979

80+
You can use the `TransactionRollingReserve.Updated`and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) to be notified when a transaction's rolling reserve is updated and when the funds are released.
81+
8082
## Payment amount limit {#payment-limit}
8183
For security and risk management, Swan may apply a **payment amount limit** to a single SEPA Direct Debit (SDD) payment.
8284
This limit defines the maximum amount a user can spend in one SDD transaction.

0 commit comments

Comments
 (0)