Skip to content

DOC-1162 new transaction webhooks #355

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

Merged
merged 1 commit into from
Jul 23, 2025
Merged
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
3 changes: 2 additions & 1 deletion docs/developers/using-api/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ The first part of the `eventType` will tell you what resources to query in an AP
| `Transaction.Released` | Transaction was released | Cards |
| `Transaction.Upcoming` | Transaction was booked for a future date | Credit transfers and direct debits |
| `TransactionStatement.Generated` | [Transaction statement](../../topics/payments/index.mdx#transactions-statements) was generated successfully | All payment types |

| `TransactionRollingReserve.Released` | Reserved amount for a transaction was released. | All payment types |
| `TransactionRollingReserve.Updated` | Release date of the reserved amount for a transaction was updated. | All payment types |

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

Expand Down