Upload attachment to processing account
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Before you upload an attachment, make sure that you follow local privacy regulations and get the merchant’s consent to process their information.
Note: You need the ID of the processing account before you can upload an attachment. If you don’t know the processingAccountId, go to the Retrieve a Merchant Platform method.
The attachment must be an uncompressed file under 30MB in one of the following formats:
In the request, include the attachment that you want to upload and the following information about the attachment:
In the response, our gateway returns information about the attachment including its upload status and an attachmentId that you can use to Retrieve the details of the Attachment.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Upload status of the attachment. The value is one of the following:
pending - We have not yet uploaded the attachment.accepted - We have uploaded the attachment.rejected - We rejected the attachment.