Skip to content

Instantly share code, notes, and snippets.

@mkurtikov
Created August 11, 2016 11:00
Show Gist options
  • Save mkurtikov/553b066c7f93226f38fdd90b0d4ae376 to your computer and use it in GitHub Desktop.
Save mkurtikov/553b066c7f93226f38fdd90b0d4ae376 to your computer and use it in GitHub Desktop.
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