Submit Partner Subaccount Document
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: Organization administrators
Environments: Production
Rate Limit: 10 requests per hour with 30-second back-off penalty
After creating a subaccount request, use this endpoint once per documentType to upload each of the three required documents.
errorText field in the response body to determine whether the request succeeded or failed.subAccountRequestId
For subAccountRequestId, use the requestId returned from createpartnersubaccountrequest.
base64data Format
Documents are submitted inline as base64 data URIs. The base64data field must be a data URI with a supported MIME type prefix. The maximum field length is 8,388,608 characters (approximately 6 MB).
Supported MIME types:
application/pdftext/plainimage/<file type> (for example, image/png or image/jpeg)Size Limits
Re-upload Behavior
Common Failure Scenarios
subAccountRequestIdApproved or DenieddocumentType valuebase64dataNext Steps
After uploading all three documents, use the getpartnersubaccountrequeststatus endpoint to check the status of the subaccount request.