Skip to content

Instantly share code, notes, and snippets.

@arthurio
Created July 17, 2014 21:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save arthurio/73d6eb1d15fdc8947b38 to your computer and use it in GitHub Desktop.
Sample data for Purchase webhook
{
"timestamp": 1405631393.186916,
"user": {
"uid": "1234",
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com"
},
"transaction": {
"id": "123-345-678"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment