-
-
Save dberube/a10270e3676fdf5b4d29 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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