EveryDocumentation Index
Fetch the complete documentation index at: https://docs.pawpayments.com/llms.txt
Use this file to discover all available pages before exploring further.
/api/v2/* endpoint requires an API key.
Pass it in the x-api-key header:
Payouts and IP allowlists
Payout endpoints (POST /api/v2/payouts, POST /api/v2/payouts/batch) require
the request IP to be in the merchant’s allowed_subnets. Calls from any
other IP receive 403 PAYOUTS_DISABLED.
Payout requests must also carry a fresh UUIDv4 in the x-uniq-id header.
The same value is rejected for 2 hours, providing idempotency for retries
and accidental double-submissions.
Merchant status
Requests are rejected with403 when the merchant is in paused,
pending_verification or rejected status, or when KYC is pending /
rejected.
