Payop API is organized around REST.
Payop API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON responses and uses standard HTTPS response codes.
Each request to Payop API should have a Content-Type
HTTPS header with application/json
value.
-
Integration via API
- API Integration Types
- Pre-setup integration plugins
An invoice is the core element of any payment. Every payment is made against an invoice, and checkout transactions can only be initiated for existing invoices.
Handling Payments Through the Checkout Flow
Steps to prepare and request a withdrawal.
How to process and handle refunds.
Learn to receive and handle Instant Payment Notifications.