#Durrell - person api

1 messages · Page 1 of 1 (latest)

cyan furnace
#

Hi there. One moment

#

I don't think you can do exactly what you want, but that page has some options

sand fractal
#

That works perfectly! Thank you! 😄

cyan furnace
#

Oh good!

cyan furnace
#

@sand fractal I see you're typing in the main thread. You can ask further questions in here

#

Even if unrelated

sand fractal
#

I'm following along with the Issuing docs here: https://stripe.com/docs/issuing/funding/connect#making-requests-on-behalf-of-connected-accounts
When I try to create the cardholder like this with test keys:

cardholder = Stripe::Issuing::Cardholder.create({
  name: "Jenny Rosen",
  email: "jenny.rosen@example.com",
  phone_number: "+18008675309",
  status: "active",
  type: "individual",
  billing: {
    address: {
      line1: "1234 Main Street",
      city: "San Francisco",
      state: "CA",
      postal_code: "94111",
      country: "US"
    }
  }
}, {
  stripe_account: "acct_1LFNi3QWjd0pef77"
})

I get this error: Stripe::InvalidRequestError: Your account is not set up to use Issuing.
What do I have to do to get this development account using test keys set up for Issuing?

cyan furnace
sand fractal
#

yeah, the development account acct_1KvsJ6Hzbp866E2u isn't setup for Issuing, but I'm getting that same error, even for our prod account. I think the problem with the prod account is it is setup with the direct funding model and it needs to be setup with a platform funding model.

cyan furnace
#

Gotcha. Yeah we wouldn't know about that here, so I recommend reaching out to your Stripe contact (if you have one) or support: https://support.stripe.com