#alexanderyakovlev
1 messages · Page 1 of 1 (latest)
Not something you'd necessarily need to pass on creation, instead you'd use the test data from here to simulate the account status as required: https://stripe.com/docs/connect/testing
Yeah. But which one of the requirements would lead to currently_due status with current_deadline set?
And how can I choose/set current_deadline value?
And how can I choose/set current_deadline value?
You can't
Yeah. But which one of the requirements would lead to currently_due status with current_deadline set?
How are you creating accounts?
Understood.
Through java api.
We add this information for token:
type:custom
business_profile[url]:https://tim.ws/
business_type:individual
capabilities[tax_reporting_us_1099_misc][requested]:true
capabilities[transfers][requested]:true
country:US
email:idzis1@gmail.com
individual[address][city]:Los Angeles
individual[address][country]:US
individual[address][line1]:line 1
individual[address][postal_code]:90017
individual[address][state]:CA
individual[dob][day]:1
individual[dob][month]:1
individual[dob][year]:1980
individual[first_name]:Sandro
individual[id_number]:111223333
individual[last_name]:Homm
individual[metadata][profileId]:12e618f8-fe38-46b1-aa27-b2a283d594ee
individual[metadata][operationId]:13aec20e-6ea9-49a8-81ea-037bb7245f0c
individual[phone]:+19998887757
individual[ssn_last_4]:3333
tos_acceptance[date]:1688482704
tos_acceptance[ip]:127.0.0.1
tos_acceptance[service_agreement]:full
And in the response, what's the requirements hash? My guess is there's no requirements due because of either the capabilities you're requesting and/or the individual fields
Yep.
This (plus linking external account later during our creation of a new user) lead to enabled account. And after KYC successful verification it becomes verified. Without any currently_due or current_deadline. And I want to test our app behaivor under condition of presented currently_due AND current_deadline.
See: https://stripe.com/docs/connect/testing#simulate-requirements
You're not using a valid test date of dob fields to simulate requirements: https://stripe.com/docs/connect/testing#test-dobs
Try 1900-01-01