Skip to content

API 500s When It Should Be 400ing #583

Open
@cieplak

Description

@cieplak
➜  ~  curl https://api.balancedpayments.com/customers \
     -H "Accept: application/vnd.api+json;revision=1.1" \
     -u ak-test-1PPfI4CmXSaOHFgIYzWdA5fpdkYe9mvLL: \
     -d 'name=fooey' -d 'card=CC1AmIYgsxXFp7EoX2X3yrc5'                 
{
  "code": 500, 
  "description": "'unicode' object has no attribute 'get'", 
  "name": "Internal Server Error"
}%     

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions