Skip to main content
POST/connected-banking/v1/status

Status Check

Check transaction status for Connected Banking operations.

Last updated: 2026-02-21

Status Check

Endpoint (Requires Authentication)

GET /api/v1/connected-banking/public/get-status

Encrypted Request Body

{
  "payload": "0oA+t8GGuDZ0FrEbhM9bZ2pxTDZTaHRWRW1tQn...encrypted_payload"
}

Decrypted Request Body

{
  "transaction_id": "CHDE200126000001"
}

Request Headers

Content-Type: application/json
Authorization: Bearer <jwt_token>

Success Response Encrypted (200 OK)

{
  "resp_code": 2000,
  "resp_message": "Transaction fetched successfully",
  "data": "GEIWnH23B9eBTXSh46igWYgWam..encrypted_data_here"
}

Success Response (Decrypted)

{
  "transaction_id": "CHDE200126000001",
  "sender_id": "INTERNAL",
  "amount": "100",
  "payment_mode": "IMPS",
  "status": "Success",
  "beneficiary_name": "RUTHWIK",
  "beneficiary_ifsc": "SMCB0001234",
  "beneficiary_acc_number": "9390470718",
  "utr_number": "319174332198",
  "remarks": "test imps",
  "created_at": "20 Jan 2026, 06:15:39 am",
  "scheduled_at": null
}

All Response Codes

CodeMessage
2000Transaction fetched successfully
4101Missing txnId or senderId.
4001Unauthorized – invalid or expired token
4103Transaction not found

Transaction Status Values

StatusMessage
InitiatedPayment request created
PendingPayment sent to bank
ProcessingPayment under review
SuccessPayment completed successfully
FailedPayment failed