アカウントの本番環境利用の申請時に、確認のためにビジネスの書類と本人確認書類のアップロードをお願いしています。アラブ首長国連邦のアカウントの本人確認について、詳細はこちらをご覧ください。
Connect プラットフォームでは、Account API のcreate メソッドと update メソッドを使用して、ビジネスや個人の確認を行うことができます。アラブ首長国連邦での Connect の提供状況をご覧ください。
お客様の事業形態に応じて、事業について確認するためにいくつかの書類の提出を求められます。以下をご覧ください。
書類は、次の 2 段階のプロセスでアップロードします。
ファイルをアップロードするには document_id
を取得しますが、これは、ファイルのアップロードの際に purpose の値に account_requirement
を指定することによって返されます。
curl https://api.stripe.com/v1/accounts/acct_id \ -u sk_test_key: \ -d "documents[company_license][files][]"=file_ID
curl https://api.stripe.com/v1/accounts/acct_id \ -u sk_test_key: \ -d "documents[company_memorandum_of_association][files][]"=file_ID1,file_ID2
curl https://api.stripe.com/v1/accounts/acct_id \ -u sk_test_key: \ -d "documents[bank_account_ownership_verification][files][]"=file_ID1
Stripe では、当該のビジネスのオーナーまたは管理者全員に対して、国籍や居住国に応じて一定の本人確認書類の提出をお願いしています。
アラブ首長国連邦に居住するアラブ首長国連邦国籍の方の場合:
アラブ首長国連邦に居住するアラブ首長国連邦以外の国籍の方の場合:
アラブ首長国連邦の国外に居住する個人の場合:
LLC では、代表者が基本定款に明記されていない場合に、委任状が必要になります。
ファイルをアップロードするには document_id
を取得しますが、これは、ファイルのアップロードの際に purpose の値に account_requirement
を指定することによって返されます。
identity_document
に設定します
書類は、個人を作成または更新する際にアップロードできます。
curl https://api.stripe.com/v1/accounts/acct_id/persons/person_id \ -u sk_test_key: \ -d "documents[passport][files][]="=file_ID
curl https://api.stripe.com/v1/accounts/acct_id/persons/person_id \ -u sk_test_key: \ -d "documents[visa][files][]="=file_ID
curl https://api.stripe.com/v1/accounts/acct_id/persons/person_id \ -u sk_test_key: \ -d "verification[document][front]"=front_file_ID \ -d "verification[document][back]"=back_file_ID
curl https://api.stripe.com/v1/accounts/acct_id/persons/person_id \ -u sk_test_key: \ -d "documents[company_authorization][files]"=file_ID