Skip to content

Instantly share code, notes, and snippets.

@dberube
Created September 15, 2014 03:18
Show Gist options
  • Save dberube/a10270e3676fdf5b4d29 to your computer and use it in GitHub Desktop.
Save dberube/a10270e3676fdf5b4d29 to your computer and use it in GitHub Desktop.
{
"reversals": [
{
"status": "succeeded",
"transaction_number": "RVxxx",
"description": null,
"links": {
"credit": "CR7H0xxxx",
"order": null
},
"created_at": "2014-09-06T03:57:59.722760Z",
"updated_at": "2014-09-06T03:57:59.949201Z",
"failure_reason": null,
"currency": "USD",
"amount": 29900,
"href": "/reversals/RV7Jkxxxx",
"meta": {},
"failure_reason_code": null,
"id": "RV7xxxxxx"
}
],
"links": {
"reversals.credit": "/credits/{reversals.credit}",
"reversals.order": "/orders/{reversals.order}",
"reversals.events": "/reversals/{reversals.id}/events"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment