Create file upload config

Create the configuration for a file upload request. The configuration contains basic information about the file such as the merchant, idempotency key, and the type of file. Type is the requirement the file is intended to satisfy.

Body Params
string

The unique merchant identifier. Required if the type is BUSINESS_NAME_TIN_VERIFICATION, BUSINESS_VERIFICATION, DEPOSIT_METHOD_VERIFICATION, FINANCIAL_REVIEW, or OWNER_NAME_SSN_VERIFICATION.

Prefix is "mid" in production and "sbx_mid" in sandbox.

string

The unique chargeback identifier. Required if the type is CHARGEBACK_EVIDENCE.

Prefix is "chb" in production and "sbx_chb" in sandbox.

string
required
length between 1 and 255

A unique identifier provided by the platform. This key will be used to detect subsequent retries of the same request. Subsequent requests with the same key will return the result of the first request, regardless if the first request succeeded or failed. This identifier should be generated by the platform and can be max 255 characters.

string
required

Name of the file.

string
enum
required

The file upload type.

Allowed:
Headers
string
enum
Defaults to 2024-10-16
Allowed:
Responses

Language
Credentials
Bearer
APIKey
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json