Skip to content

Instantly share code, notes, and snippets.

@jogam5
Created September 21, 2013 16:47
Show Gist options
  • Save jogam5/6652137 to your computer and use it in GitHub Desktop.
Save jogam5/6652137 to your computer and use it in GitHub Desktop.
{
"type": "charge.pending",
"object": "event",
"data": {
"object": {
"id": "ch_2a6dc1c2-45e6-4a95-85e0-c111acc8dfc6",
"object": "charge",
"created": "2013-09-17T23:02:41.860Z",
"paid": true,
"amount": "12.00",
"currency": "mxn",
"refunded": false,
"fee": "3.35",
"fee_details": [
{
"amount": "3.35",
"currency": "mxn",
"type": "compropago_fee",
"description": "Honorarios de ComproPago",
"application": null,
"amount_refunded": 0
}
],
"payment_details": [
{
"object": "cash",
"store": "Waltmart",
"country": "MX",
"customer_name": "Rodrigo Ayala",
"customer_email": "[email protected]",
"customer_phone": "5513622445"
}
],
"captured": true,
"failure_message": null,
"failure_code": null,
"amount_refunded": 0,
"description": "Estado del pago - ComproPago",
"dispute": null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment