Get all
TestingGET
/finmo/refund/all-refundRequest
Query Params
status
enum<string>
optional
Allowed values:
PENDINGCOMPLETEDFAILED
payin_id
string
optional
limit
number
optional
page
number
optional
Header Params
X-Merchant-Identifier-Id
string
optional
Example:
3kqrchza3j
X-Type
string
optional
Example:
sandbox
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:34:58.348Z",
"updated_at": "2024-12-27T23:34:58.348Z",
"deleted_at": "2024-12-27T23:34:58.348Z"
}
]
}
Last modified: 6 days ago