code-corps / code-corps/code-corps-api
Stripe accounts can get stuck after submitting verification documents
- Ngôn ngữ chính
- Elixir
- Star
- 234
- Fork
- 82
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# Problem
The following will reproduce the situation:
- Add a US individual with a personal id number of `111111111` (last 4 of `1111`)
- Submit the verification failure personal document image
- Submit the verification success personal document image
- You can, for a moment, submit bank data, but the data does not render, instead returning you to the funds recipient screen
You'll now be stuck and cannot proceed.
Here's some data from an example user (with most extraneous data removed):
```
bankAccountStatus: pending_requirement
bankAccountBankName: STRIPE TEST BANK
bankAccountLast4: 6789
bankAccountRoutingNumber: 110000000
canAcceptDonations: true
chargesEnabled: true
country: US
detailsSubmitted: true
insertedAt: 2017-09-27T23:31:23Z
legalEntityPersonalIdNumber: null
legalEntityPersonalIdNumberProvided: true
legalEntitySsnLast4: null
legalEntitySsnLast4Provided: true
legalEntityType: individual
legalEntityVerificationDetails: Testmode: unverified status from magic id number 111111111
legalEntityVerificationDetailsCode: scan_failed_test_mode
legalEntityVerificationDocument: file_1B6pKZAZvG3nbhMKFM4nguf9
legalEntityVerificationStatus: unverified
managed: true
personalIdNumberStatus: verified
recipientStatus: required
tosAcceptanceDate: undefined
transfersEnabled: true
updatedAt: 2017-09-27T23:53:18Z
verificationDisabledReason: null
verificationDocumentStatus: verified
verificationDueBy: null
verificationFieldsNeeded:[]
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.