Skip to main content

Partner Documentation

Welcome. You are reading this because a payment platform (your client) has connected you to 4pay.online as a partner (merchant). This section covers everything you need to integrate payment acceptance into your product.


What you can do

CapabilityDescription
Accept paymentsCard, bank transfer, e-wallet, crypto — depending on your terminal configuration
Pay out fundsSend money to cards, bank accounts, or crypto wallets
Create payment linksGenerate hosted payment pages and QR codes
Track transactionsQuery status, aggregate by date/amount, export history
Receive webhooksReal-time notifications on every status change
Save payment methodsStore cards for recurring charges

What you need

Before making your first API call you need:

  1. An account — registered by your platform operator in their Admin Console
  2. An API key — generated in your Partner Area under Settings → API Keys
  3. At least one active terminal — configured by your platform operator with a payment provider

Quick Navigation

I want to…Link
Make my first payment in 15 minutesQuick Start
Understand how to authenticateAuthentication
Create a transactionTransactions
Set up webhooksWebhooks
Generate a payment linkPayment Links & QR
Look up an errorError Reference
Test without real moneySandbox & Testing

Base URL

All API endpoints are available at:

https://4pay.online/api/v1

The API uses JSON for all request and response bodies. All requests must include Content-Type: application/json.