The Payonara API enables clients to process payments on behalf of their users. This guide outlines the key steps required to integrate with the Payonara platform and successfully process payments.
Sign up as a merchant at Payonara Dashboard. This step creates an account for your organization.
Payonara will complete the Know Your Business (KYB) verification process for your account. This step is mandatory before processing payments.
Add your PostBack URL in the Payonara portal. This ensures Payonara sends transaction status updates to your system upon payment confirmation. Refer to PostBack URL Documentation for detailed integration steps.
Use the /auth/login` endpoint to authenticate your API calls. Upon successful authentication, this endpoint returns a Bearer Token, which must be included in all subsequent requests along with the API KEY and Company Id in the Response Headers
Use the payment/process endpoint to initiate a payment transaction.
Ensure the following headers are included in requests to the payment/process endpoint:
/auth/login response header./auth/login response headerBy following these steps, merchants can successfully integrate with Payonara and securely process payments.