Retrieve Payout
TestingGET
/finmo/payout-method/retrieve-payout/{payout_id_finmo}Request
Path Params
payout_id_finmo
string
required
payout_0ee891e2320b415eba04cee33aebf52b
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
Success
{
"status": true,
"message": "Success retrieve payout",
"data": {
"id": "2fb337f3-d1d0-4a72-adff-01f0be2e445a",
"payout_id_finmo": "payout_0ee891e2320b415eba04cee33aebf52b",
"merchant_id": "5a741ab5-a506-4d38-ade7-b039e38134a6",
"reply_code_id_pg": "payout_0ee891e2320b415eba04cee33aebf52b",
"status": "PENDING",
"wire_id": "123456",
"order_id": null,
"due_date": "2024-12-31T00:00:00.000Z",
"last_action": null,
"wire_amount": 11,
"fee_taken": 0,
"fee_expected": 0,
"payee_name": "John",
"currency": "AUD",
"beneficiary": "",
"beneficiary_bank": "au_bank_acct",
"beneficiary_account_number": "12345678",
"beneficiary_account_iban": null,
"wire_origin": null,
"conversion": null,
"process": null,
"approval": "APPROVED",
"created_at": null,
"updated_at": "2024-12-30T18:32:10.000Z",
"approved_at": null,
"denied_at": null,
"pending_at": null
}
}
Last modified: 7 days ago