Minit Money Enterprise
  • Welcome
  • Introduction
    • What is RaaS?
  • Get Started
  • Dashboard
  • RaaS API
    • API Key
    • Health Check
    • Corridors
      • List all Corridors
      • Corridor Details
      • Payout Methods
      • Payout Requirements
  • Senders
    • New Sender
    • Fetch Details
    • Update Details
    • Delete Sender
    • KYC
  • Beneficiaries
    • New Beneficiary
    • Fetch Details
    • Update Details
    • Delete Beneficiary
    • KYC
  • Quote
    • New Quotes
    • Fetch Quote
  • Transactions
    • New Transaction
    • Fetch Transaction
    • Status
  • Webhooks
    • Subscribe
    • Delete
  • Resources
    • Change log
    • FAQs
    • About
Powered by GitBook
On this page
  1. Transactions

Status

Check transaction status

POST /transactions{transaction_id}/status

Description

This endpoint allows you to check the status of a specific transaction using its transaction ID. It returns a response with the transaction ID, current status, and the last updated timestamp.

Response

{
   "transaction_uid": "28510c0b-5c15-48b3-82ba-a5e052ea82a2",
   "status": "PAID",
   "updated_at": "2025-01-04T21:25:32.826Z"
}
PreviousFetch TransactionNextWebhooks

Last updated 1 month ago