#denedev
1 messages · Page 1 of 1 (latest)
Hi, you can use these test data, https://stripe.com/docs/connect/testing to get these test connected accounts to be fully verified.
Yeah As I said before I am using these data
const account = await this.stripe.accounts.create({ type: 'custom', country: bankInfo.bankCountry, email: bankInfo.email, capabilities: { transfers: { requested: true, }, }, business_type: 'individual', // or 'company' individual: { // Personal details first_name: bankInfo.firstName, last_name: bankInfo.lastName, email: bankInfo.email, phone: bankInfo.phoneNumber, dob: { day: parseInt(bankInfo.dobDay), month: parseInt(bankInfo.dobMonth), year: parseInt(bankInfo.dobYear), }, address: { city: bankInfo.city, line1: bankInfo.line1, postal_code: bankInfo.postalCode, state: bankInfo.state, country: bankInfo.bankCountry }, verification: { document: { front: 'file_identity_document_success', }, }, }, external_account: { object: 'bank_account', country: bankInfo.bankCountry, currency: bankInfo.currency, account_holder_name: bankInfo.accountHolderName, account_holder_type: 'individual', // routing_number: bankInfo.routingNumber, account_number: bankInfo.accountNumber, }, business_profile: { url: bankInfo.websiteUrl, }, tos_acceptance: { date: Math.floor(Date.now() / 1000), ip: '1.178.224.12', }, });
This is my code and
{ "firstName": "string", "lastName": "string", "email": "string@gmail.com", "bankCountry": "GB", "bankName": "string", "accountHolderName": "string", "routingNumber": "string", "accountNumber": "GB82WEST12345698765432", "phoneNumber": "+447001234567", "dobDay": "1", "dobMonth": "1", "dobYear": "1901", "city": "string", "state": "string", "postalCode": "NW1 6XE", "line1": "address_full_match", "currency": "eur", "websiteUrl": "https://accessible.stripe.com" }
This is my input data for creating account
Hmm, can you see what is surfaced when you click on 'Vew detsails'? I have a few accounts that are fully verified in test mode by using the data
👋 stepping in here as pgskc needs to step away
Can you give me the Account ID associated with these screenshots so I can take a look?
You mean connected account ID?
Yep
Looking
Looks like your platform has been flagged here for some additional info -- I think you should have received an email about this. You'll want to work with our Support team on that issue. There isn't anything further you need to do for that Connected Account
You mean my input data is correct And it is because of my owner account problem?
Yes
What is the relation between my account problem and connected account.
I just received message about that my payout paused for my stripe account
I can't really help you further here. You are going to need to work with our Support team on this verification stuff.
Okay thank you @tacit pine