Here are the endpoints available for our payment API. These endpoints are designed to facilitate transactions and manage payment processing.

  • Payment Initialization

    • /payment/initiate - Initiate a new payment process. This endpoint takes necessary payment details and returns a session token for further transaction steps.
    • Payment Initiation
  • Payment Verification

    • /payment/verify - Verify the payment using the session token received during initialization. This endpoint ensures that the payment is valid and authorized.
  • Payment Capture

    • /payment/capture - Capture the authorized payment. This endpoint finalizes the payment process and transfers the funds to the respective account.
  • Payment Refund

    • /payment/refund - Process a refund for a payment. This endpoint is used when a customer requests a refund or when a payment needs to be reversed.
  • Payment History

    • /payment/history - Retrieve the payment history. This endpoint lists all the payments made through the API, including their status and amount.

For more detailed information and usage examples, please refer to our Payment API Documentation.

Note: The endpoints might change with updates. Always ensure to consult the latest API documentation for accurate information.