Find transaction by id
TestingGET
/finmo/transaction/find-transaction/{transaction_id}Request
Path Params
transaction_id
string
required
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
sandbox or production
Example:
sandbox
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": boolean,
"message": "string",
"data": {
"transaction_id": "string",
"org_id": "string",
"amount": number,
"fees_currency": "string",
"fees_without_tax": number,
"tax_on_fees": number,
"fees_including_tax": number,
"net_amount": number,
"currency": "string",
"event_id": "string",
"event_type": "string",
"event_name": "string",
"event_description": "string",
"scope": "string",
"customer_id": "string",
"invoice_id": "string",
"is_settled": boolean,
"settlement_id": "string",
"is_reconciled": boolean,
"additional_data": null,
"created_at": "2024-12-27T10:54:35.965Z",
"updated_at": "2024-12-27T10:54:36.299Z"
}
}
Last modified: 6 days ago