Create
TestingPOST
/finmo/refund/createRequest
Header Params
X-Merchant-Identifier-Id
string
optional
Example:
3kqrchza3j
X-Type
string
optional
Example:
sandbox
Body Params application/json
payin_id
string
required
amount
integer
required
currency
string
required
organization_reference_id
string
optional
webhook_url
string
optional
metadata
object
optional
Example
{
"payin_id": "payin_7498131e9f2345c4918e80d4b89664cf",
"amount": 100,
"currency": "AUD",
"metadata": {}
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
Success
{
"status": true,
"message": "string",
"data": {
"id": "string",
"payin_id": "string",
"merchant_id": "string",
"comment": "string",
"status": "string",
"created_at": "2024-12-27T23:42:11.649Z",
"updated_at": "2024-12-27T23:42:11.649Z",
"deleted_at": "2024-12-27T23:42:11.649Z"
}
}
Last modified: 5 days ago