Retrieve payout memo
TestingGET
/finmo/payout-method/retrieve-payout-memo/{payout_id_finmo}Request
Path Params
payout_id_finmo
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": true,
"message": "OK",
"data": {
"download_url": "https://bdshzxxxxxx"
}
}
Last modified: 8 days ago