Payment Gateway Service
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns the current status of a payment in our systems; this does not guarantee live payment gateway status.
Parameter to carry Request metadata in the request body
Unique id for a tenant.
Transaction id generated by the service during creation.
Unique module based ID for which the transaction is being initiated, if billId is used, module should be included.
User ID of the user as registered in user service, for whom the transaction was carried out.
Module name to which the billId belongs to.
Unique identifier in the module for which the transaction is being initiated
Receipt ID generated for this payment
Current status of the transaction
Updates an existing payment transaction, to be used only by payment gateways to update status of payments. Verifies the authenticity of the request with the payment gateway. Forward all query params received from payment gateway
Wrapper for Request Info