← All forms

Request payment

Payment Request Form

Route a payment, reimbursement, vendor bill, or internal expense request for review without storing full bank or card details.

Version
1.0.0
Updated
2026-08-26
Exports
PDF, Word, print
Required
6 fields
Use this when

A team member or vendor needs payment approval before a bill, reimbursement, or internal payout is processed.

Then

Attach supporting documents, approve or decline, then process payment in your accounting or banking system.

Review before sharing

Check names, dates, totals, and scope. Use a secure system for sensitive details that do not belong in a simple form.

Form progress
0%
Required
Required
Optional
Required
Required
Required
Required
Optional
Optional
Optional
Optional
Do not enter full bank account, routing, card, password, or tax ID details.

Entries are processed in this browser. We do not receive them unless you save them to a Pro account.

Live document preview1.0.0
Your business

Payment Request Form

1.0.0

Your completed fields will appear here. Load the example to see a finished document.

FreeBusinessForms.compayment-request-form · v1.0.0
Agent-readable document text
PAYMENT REQUEST FORM
Document version 1.0.0


Created with FreeBusinessForms.com

Prompt for AI

Ask AI for a custom payment request.

Copy into ChatGPT, Claude, or another assistant for a fillable version.

You are an experienced finance-operations document designer for small businesses.

Create a payment request form a team member or vendor can use to route a bill, reimbursement, or internal payout for review. It should support approval without storing full bank, card, password, or tax ID details. Payment is processed later in accounting or banking systems.

Include these sections:
- Requester and payee ([Business name], [Requester name], [Requester email], [Payee or vendor])
- Request ([Request date], [Amount requested], [Reason for payment], [Invoice, PO, receipt, or job reference])
- Method preference ([ACH / Check / Card / Payroll reimbursement / Other] as a label only)
- Approval ([Pending / Approved / Declined / Needs more information], [Approver], [Notes])
- Explicit “do not enter full account, routing, card, or tax ID details” note

Do not include Social Security numbers, full bank or payment-card numbers, routing numbers, passwords, tax ID numbers, medical details, identity documents, or protected-class information. This is an operational template, not legal, tax, accounting, payroll, collections, or employment advice.

Output a clean fillable template I can copy into a document and adapt. Use a professional tone, clearly labeled sections, and [bracketed] placeholders for every fill-in value. Close with a short practical review checklist.

Machine access

JSON Schema

Agents can inspect and validate the same versioned fields. View JSON Schema →

Inspect JSON Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://freebusinessforms.com/schemas/payment-request-form.json",
  "title": "Payment Request Form",
  "description": "Route a payment, reimbursement, vendor bill, or internal expense request for review without storing full bank or card details.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "business_name": {
      "title": "Business name",
      "type": "string"
    },
    "requester_name": {
      "title": "Requester name",
      "type": "string"
    },
    "requester_email": {
      "title": "Requester email",
      "type": "string",
      "format": "email"
    },
    "payee_name": {
      "title": "Payee or vendor",
      "type": "string"
    },
    "request_date": {
      "title": "Request date",
      "type": "string",
      "format": "date"
    },
    "amount_requested": {
      "title": "Amount requested",
      "type": "number"
    },
    "payment_reason": {
      "title": "Reason for payment",
      "type": "string"
    },
    "related_document": {
      "title": "Invoice, PO, receipt, or job reference",
      "type": "string"
    },
    "preferred_payment_method": {
      "title": "Preferred payment method",
      "type": "string",
      "enum": [
        "ACH",
        "Check",
        "Card",
        "Payroll reimbursement",
        "Other"
      ]
    },
    "approval_status": {
      "title": "Approval status",
      "type": "string",
      "enum": [
        "Pending",
        "Approved",
        "Declined",
        "Needs more information"
      ]
    },
    "approver": {
      "title": "Approver",
      "type": "string"
    },
    "notes": {
      "title": "Notes",
      "type": "string",
      "description": "Do not enter full bank account, routing, card, password, or tax ID details."
    }
  },
  "required": [
    "business_name",
    "requester_name",
    "payee_name",
    "request_date",
    "amount_requested",
    "payment_reason"
  ],
  "x-form-version": "1.0.0"
}