Skip to content

Doc 1042/rolling reserve webhooks #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/developers/using-api/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ The first part of the `eventType` will tell you what resources to query in an AP
| `Transaction.Released` | Transaction was released |
| `Transaction.Upcoming` | Transaction was booked for a future date |
| `TransactionStatement.Generated` | [Transaction statement](../../topics/payments/index.mdx#transactions-statements) was generated successfully |
| `TransactionRollingReserve.Updated` | Rolling reserve for a transaction was updated, and the release date of the funds has changed |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason why there are no full stops at the end of these sentences?

| `TransactionRollingReserve.Released` | Rolling reserve for a transaction was released. Reserved funds are now available |

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

Expand Down
3 changes: 3 additions & 0 deletions docs/topics/accounts/funding/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ import RollingReserveDefinition from '../../definitions/_rolling-reserve.mdx';

<RollingReserveDefinition />

The `TransactionRollingReserve.Updated` and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) notify you when a rolling reserve is updated or released.
Subscribe to both webhooks to stay updated on your transactions' rolling reserve.

## Settlement date and booked time {#settlement}

**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.
Expand Down
3 changes: 3 additions & 0 deletions docs/topics/merchants/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ import RollingReserve from './partials/_rolling-reserve.mdx';
| Internal Direct Debit - B2B | ☒ No | n/a |
| French checks | ✓ **Yes** | 100% over 10 interbank business days |

The `TransactionRollingReserve.Updated` and `TransactionRollingReserve.Released` [webhooks](/developers/using-api/webhooks/#events-transactions) notify you when a rolling reserve is updated or released.
Subscribe to both webhooks to stay updated on your transactions' rolling reserve.

### Versions {#methods-versions-statuses}

Swan creates a **new version** of your payment method **every time an update is approved**.
Expand Down
2 changes: 2 additions & 0 deletions docs/topics/merchants/online/cards/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
| --- | --- | --- |
| Cards | ✓ **Yes** | 100% over 5 business days |

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.

## Payment amount limit {#payment-limit}
For security and risk management, Swan may apply a **payment amount limit** to single card payments.
This limit defines the maximum amount a user can spend in one card transaction.
Expand Down
2 changes: 2 additions & 0 deletions docs/topics/merchants/online/checks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
| --- | --- | --- |
| French checks | ✓ **Yes** | 100% over 10 business days |

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.

## Payment amount limit {#payment-limit}
For security and risk management, Swan may apply a **payment amount limit** to single check payments.
This limit defines the maximum amount a user can spend in one check transaction.
Expand Down
2 changes: 2 additions & 0 deletions docs/topics/merchants/online/idd/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
| Internal Direct Debit - Standard | ✓ **Yes** | Determined by a merchant profile risk assessment |
| Internal Direct Debit - B2B | ☒ No | n/a |

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.

## Payment mandates {#mandates}

:::caution Mandatory mandates
Expand Down
2 changes: 2 additions & 0 deletions docs/topics/merchants/online/sdd/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ import RollingReserve from '../../partials/_rolling-reserve.mdx';
| SEPA Direct Debit - Core | ✓ **Yes** | Determined by a merchant profile risk assessment |
| SEPA Direct Debit - B2B | ✓ **Yes** | 100% over 3 business days |

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.

## Payment amount limit {#payment-limit}
For security and risk management, Swan may apply a **payment amount limit** to a single SEPA Direct Debit (SDD) payment.
This limit defines the maximum amount a user can spend in one SDD transaction.
Expand Down