Created
August 11, 2016 11:00
-
-
Save mkurtikov/553b066c7f93226f38fdd90b0d4ae376 to your computer and use it in GitHub Desktop.
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
| ERROR: | |
| "error": { | |
| "code": "validation_error", | |
| "description": "Validation failed" | |
| } | |
| "meta": { | |
| "validation_errors": { | |
| "card_number": { | |
| "code": "String", | |
| "description": "Card number is not card number", | |
| } | |
| } | |
| ERROR: | |
| "error": { | |
| "code": "card_error", | |
| "description": "Card failed" | |
| } | |
| "meta": { | |
| "allowed_cards": | |
| [{id:12}, {id: 13}] | |
| } | |
| SUCCESS: | |
| "meta": { | |
| "notifications": [] | |
| } | |
| "data": { | |
| "id": 12 | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment