transactionsV1SearchPost
POST
/pg-service/transaction/v1/_searchLast modified: 7 months ago
Returns the current status of a payment in our systems.
Request
Query Params
billId
string
optional
Unique module based ID for which the transaction is being initiated, if billId is used, module should be included.
consumerCode
string
optional
A unique identification for a billing entity.
receipt
string
optional
Receipt ID generated for this payment
tenantId
string
optional
Unique id for a tenant.
txnId
string
optional
Current id of the transaction
txnStatus
enum<string>
optional
Allowed values:
FAILUREPENDINGSUCCESS
userUuid
string
optional
User ID of the user as registered in user service, for whom the transaction was carried out.
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
Invalid input.(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 7 months ago