PAYRAM
API SPECS
  • INTRODUCTION
    • 👋PAYRAM
    • 💡Getting Started
      • Setup
      • YAML Configuration
      • Wallet Configuration
      • Reset Setup
      • Update PayRam Server
      • Check your Database
      • Project API Keys
      • Webhook Integration
      • 🦊Test Wallet Setup
  • PAYMENT INTEGERATION
    • 📪Payments Flow
    • 🎌Integrating Payments
      • Implementing the Payment Form
      • Generating a Payment Link
      • Get Payment Details
      • Checking Payment Status
      • Webhook
  • REFERRAL INTEGRATION
    • 👬Referral Flow
    • Create New Campaign
      • Embed the Referral Dashboard
      • Link Referrers to Referees
      • Trigger Events
  • Fund Management
    • 🛠️Smart Consolidation
    • ⛽GAS Station
    • 👮‍♀️Policy Management
  • DEVELOPERS
    • 🎨API Reference
    • 🧪Test Faucets
  • SUPPORT
    • ⁉️FAQ
      • Deployment FAQ's
      • Configuration FAQ's
      • API Integration FAQ's
      • Fund Management FAQ's
      • Referral FAQ's
      • Debug FAQ's
    • 📅Change Log
Powered by GitBook
On this page
  • API Integration
  • Webhook
  • Success URL
  1. PAYMENT INTEGERATION

Integrating Payments

PreviousPayments FlowNextImplementing the Payment Form

Last updated 29 days ago

Merchant has to do the following integration steps to enable support for their self-hosted PayRam Payments.

API Integration

To complete the integration, there are two major APIs that needs to be integrated:

  1. Get Payment Link: Used for creating unique payment session for each user. Integration details are covered here

  2. Get Payment Detail: Used for getting the real time status of the payment . Integration details are covered here

Webhook

Payram webhooks enable developers to stay updated about the status of payments and more. Detailed information on structure and updating the same is provided in here

Success URL

Merchants need to provide the success URL or redirect URL where the user will be redirected once the payment is completed. You can add the URL in the dashboard by updating the success URL field in the settings and Developers section.

🎌