add-attachment-to-processing-account

Upload documents to Payroc processing accounts via the Boarding API.

1|Updated May 1, 2026
One-click install
npx skills add https://github.com/payroc/skills --skill add-attachment-to-processing-account
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-attachment-to-processing-account
Source: https://github.com/payroc/skills/tree/main/plugins/payroc/boarding/skills/add-attachment-to-processing-account
Command: npx skills add https://github.com/payroc/skills --skill add-attachment-to-processing-account

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, uuid, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows developers to upload documents to a Payroc processing account (also called a merchant account) via the Boarding API, enabling efficient document management for onboarding and compliance purposes.

Core Features & Use Cases

  • Document Upload: Upload various document types like PDFs, images, and spreadsheets to a processing account.
  • Merchant Onboarding: Supports the submission of compliance and onboarding documents for merchant processing accounts.
  • Use Case: A developer can use this skill to upload financial statements, identification documents, or any other relevant files to a merchant account during the boarding process.

Quick Start

Use the add-attachment-to-processing-account skill to upload a 'statement.pdf' document to the processing account identified by 'PA-XXXX'.

Frequently Asked Questions about add-attachment-to-processing-account

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upload documents to a Payroc processing account via API?

To upload documents to a Payroc processing account, use the Boarding API endpoints with multipart/form-data requests. You need valid API credentials, a processing account ID, and Python to handle the HTTP requests and JSON responses.

What types of files can I upload for Payroc merchant onboarding?

You can upload various document types for merchant onboarding, including PDFs, images, and spreadsheets. This allows you to submit financial statements, identification documents, and other compliance files required for the boarding process.

Do I need specific credentials to attach files to a Payroc merchant account?

Yes, attaching files to a Payroc merchant account requires valid API credentials and a specific processing account ID. These are necessary to authenticate your requests and target the correct merchant account during the upload process.

Can I use Python to automate document uploads to the Payroc Boarding API?

Yes, you can use Python to automate document uploads to the Payroc Boarding API. The process utilizes Python for handling HTTP requests and JSON data, supporting multipart/form-data submissions for efficient file transfer.

Why does my Payroc document upload require multipart/form-data?

Your Payroc document upload requires multipart/form-data because it is the standard HTTP format for sending files and binary data. The Boarding API uses this content type to correctly receive and process the attached compliance documents.