UploadFile
To upload a file to Stripe.
Input
Name | Type | Accepts Input Streams | Description |
FullPath | String | False | The full path to the file to upload. Allowed Extensions: gif, png, jpeg, jpg, pdf, xlsx, csv and docx. |
Purpose | String | False | The purpose of this file in stripe.
使用できる値は次のとおりです。account_requirement, additional_verification, business_icon, business_logo, business_logo, dispute_evidence, identity_document, pci_document, tax_document_user_upload, terminal_reader_splashscreen |
FileName | String | False | Name of the file. If content is not empty |
Content | String | True | The content as InputStream to be uploaded when FullPath is not specified. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the operation was successful. |