code-corps / code-corps/code-corps-api

List of stripe API validation errors

Đang mở
#606 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Elixir
Star
234
Fork
82
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

# Problem

This issue should serve as a list of Stripe API validation error responses, which we can later use to implement validation error rendering during account setup:

## List of errors

Note: `stripity_stripe` responses are all tuples - `{:error, error_struct}`

List of error structs encountered:

```Elixir
%Stripe.APIErrorResponse{
code: nil,
message: "US ID numbers must be 9 characters long",
status_code: 400, type: "invalid_request_error"
}
````

This one seems to be a bug, created issue for it - https://github.com/code-corps/code-corps-ember/issues/934

```Elixir
%Stripe.APIErrorResponse{
code: nil,
message: "Missing required param: ip.",
status_code: 400,
type: "invalid_request_error"
}
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.