Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 Error When Trying to Create a Cardholder - Using the Sample App Documentation #352

Open
Drew-Daniels opened this issue May 21, 2024 · 0 comments

Comments

@Drew-Daniels
Copy link

Bug report

Describe the bug

I have been following along with the documentation for using the sample Issuing and Treasury application, but am getting a 500 error at step 4, when I try to create a Cardholder.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Go to https://baas.stripe.dev/
  2. Follow the steps outlined in the Stripe docs
  3. When you get to Step 4, try to create a Cardholder using the Autofill with Test Data option
  4. See error

Expected behavior

I would expect that when I try to create a Stripe Cardholder in the Issuing and Treasury sample application, using the Test Data option, it is successful.

Screenshots

image

image

Request Payload example:

{
    "firstName": "Makayla",
    "lastName": "Ullrich",
    "email": "[email protected]",
    "phoneNumber": "1-802-312-1143 x6275",
    "address1": "35819 Zack Creek",
    "city": "Kertzmannbury",
    "state": "New York",
    "postalCode": "13595",
    "country": "US",
    "accept": true
}

System information

  • OS: macOS
  • Browser (if applies) Ecosia (Chromium)
  • Server environment Node

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant