Created
August 13, 2021 03:34
-
-
Save coreymcmahon/7c291532d2ab388cfa5a5b563599d225 to your computer and use it in GitHub Desktop.
Payload structure for "orders.completed" webhook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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