Endpoint
- Method:
GET - URL:
{{LIQUIDITY_URL}}/v1/transactions/:transactionId/webhook-payload - Auth: Bearer
{{accessToken}}(merchant token)
Path Parameters
Headers
Request
Response (200)
Returns the same payload structure that is sent to your registered webhook URL, reflecting the current state of the transaction.Response Fields
Transaction Statuses
Reason Values (on FAILED)
Error Responses
Notes
- Only returns transactions belonging to the authenticated merchant. Requesting another merchant’s transaction returns
404. - The
timestampin the response is the time the request was made, not when the original webhook fired. - Only supported for withdrawal/payout transactions (
WITHDRAWAL,PAYMENT,PAYOUTflow types).