Skip to content
Merged
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: 1 addition & 1 deletion docs/integrations/webhooks/events/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ Payload objects with the following scopes take the form that follows:
"store_id": "1025646",
"data": {
"type": "transaction", // will always be transaction
"order_id": 250, // ID of the order associated with the transaction
"order_id": "250", // ID of the order associated with the transaction
"transaction_id": "176342342", // ID of the transaction; created by the payment provider
"transaction_status": "complete",
"transaction_type": "capture",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ properties:
type: object
properties:
order_id:
type: integer
type: string
transaction_id:
type: string
type:
Expand Down