Skip to content

Commit 068ada5

Browse files
committed
add transaction.updated event
1 parent fee466c commit 068ada5

6 files changed

Lines changed: 1166 additions & 42 deletions

File tree

docs/webhooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Returning a `410` response code indicates the target resource is no longer avail
5858
| `product.deleted` | Triggers when an existing product is deleted. | [View Example](/docs/api/admin/reference/#/webhooks/product.deleted/post) |
5959
| `product.updated` | Triggers when an existing product is updated. | [View Example](/docs/api/admin/reference/#/webhooks/product.updated/post) |
6060
| `transaction.created` | Triggers when a payment transaction is created. | [View Example](/docs/api/admin/reference/#/webhooks/transaction.created/post) |
61+
| `transaction.updated` | Triggers when a payment transaction is updated. | [View Example](/docs/api/admin/reference/#/webhooks/transaction.updated/post) |
6162
| `subscription.created` | Triggers when a new subscription is created. | [View Example](/docs/api/admin/reference/#/webhooks/subscription.created/post) |
6263
| `subscription.updated` | Triggers when an existing subscription is updated. | [View Example](/docs/api/admin/reference/#/webhooks/subscription.updated/post) |
6364
| `store.updated` | Triggers when store settings are updated. | [View Example](/docs/api/admin/reference/#/webhooks/store.updated/post) |

0 commit comments

Comments
 (0)