Skip to main content

Prerequisites

Before you begin integration, ensure you have:

Authentication Credentials

  • Bearer Token - Contact your account manager for your Bearer token
  • Channel ID - Your configured channel identifier
  • Merchant Account - Active Pagamio merchant account

Development Environment

  • Programming Language - Any language with HTTP/REST support
  • Development Tools - IDE or text editor of your choice
  • API Testing Tool - Postman, Insomnia, cURL, or similar (recommended)

Network Requirements

  • Internet Connection - Stable internet connection
  • HTTPS Support - Ability to make HTTPS requests
  • IP Whitelisting - Whitelist Pagamio IPs (if applicable)
  • Firewall Configuration - Ensure outbound HTTPS (port 443) is allowed

Business Requirements

  • Registered Merchant Account - Approved Pagamio merchant account
  • KYC Documentation - Completed Know Your Customer verification
  • Configured Channel ID - Active channel for transactions
  • Test Environment Access - Sandbox credentials for development

Technical Knowledge

  • Understanding of RESTful APIs
  • Basic knowledge of HTTP methods and status codes
  • JSON data format familiarity
  • Authentication concepts (Bearer tokens)