#Durrell - person api
1 messages · Page 1 of 1 (latest)
Hi there. One moment
All the automation for what you can do to skip verification can be found here: https://stripe.com/docs/connect/testing#test-personal-id-numbers
I don't think you can do exactly what you want, but that page has some options
That works perfectly! Thank you! 😄
Oh good!
@sand fractal I see you're typing in the main thread. You can ask further questions in here
Even if unrelated
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?
You'll have to contact sales. See: https://stripe.com/issuing
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.
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.