Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created August 13, 2021 03:34
Show Gist options
  • Save coreymcmahon/7c291532d2ab388cfa5a5b563599d225 to your computer and use it in GitHub Desktop.
Save coreymcmahon/7c291532d2ab388cfa5a5b563599d225 to your computer and use it in GitHub Desktop.
Payload structure for "orders.completed" webhook
{
"data": {
"id": 546395,
"completed_at": "2021-08-13 03:30:38"
},
"timestamp": 1628825438,
"environment": "develop",
"type": "orders.completed",
"webhook_version": "1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment