Get by id
TestingGET
/finmo/refund/find/{refund_id}Request
Path Params
refund_id
string
required
Header Params
X-Merchant-Identifier-Id
string
optional
X-Type
string
optional
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": true,
"message": "string",
"data": {
"id": "string",
"payin_id": "string",
"merchant_id": "string",
"comment": "string",
"status": "string",
"created_at": "2024-12-27T23:38:08.957Z",
"updated_at": "2024-12-27T23:38:08.957Z",
"deleted_at": "2024-12-27T23:38:08.957Z"
}
}
Last modified: 10 days ago