Integrating Payments
Last updated
Last updated
Merchant has to do the following integration steps to enable support for their self-hosted PayRam Payments.
An API key is needed to interact with Payram APIs. Your API keys are automatically generated when you set up your project. Access your keys in the settings or directly in the Developers section. You can easily regenerate and disable API keys from our powerful dashboard.
To complete the integration, there are two major APIs that needs to be integrated:
Get Payment Link: Used for creating unique payment session for each user. Integration details are covered here
Get Payment Detail: Used for getting the real time status of the payment . Integration details are covered here
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
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.