Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update stripe's legal_entity.verification.document?

How to update stripe's legal_entity.verification.document with PHP ?

Is it a file to upload to stripe.

like image 903
user996581 Avatar asked Jun 20 '16 05:06

user996581


People also ask

How do I verify a document on Stripe?

Unless explicitly noted, only a scan of the front of the document is required. Acceptable identity documents vary by country, however, a passport scan for identity verification is always acceptable and is preferred. Acceptable forms of identification: Letërnjoftimi (National Identity Card)

How do I bypass Stripe identity verification?

The quick and easy answer is no, you cannot bypass verifying a Stripe business account.


1 Answers

The legal_entity[verification][document] attribute should be set to a file upload's ID.

This part of the documentation explains how to upload a file using Stripe's API, and this part explains how to attach the uploaded file to a managed account.

like image 143
Ywain Avatar answered Nov 03 '22 10:11

Ywain