Create Payout
TestingPOST
/finmo/payout/create-payoutRequest
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
sandbox or production
Example:
sandbox
Body Params text/plain
Example:{
"payout_beneficiary_param": {
"individual": {
"first_name": "John"
},
"account_number": "12345678",
"bsb": "123456"
},
"sender_amount": 5,
"sender_currency": "AUD",
"sender_country": "AU",
"beneficiary_amount": 15,
"beneficiary_currency": "AUD",
"payout_method_name": "au_bank_acct",
"purpose_code": "SELF"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
Success
{
"status": true,
"message": "Created",
"data": {
"id": "8ad77bda-9337-411a-aa3f-bf787b9026e6",
"payout_id_finmo": "payout_c13bc860a32c48d5a1af991197ced0cb",
"merchant_id": "5a741ab5-a506-4d38-ade7-b039e38134a6",
"reply_code_id_pg": "payout_c13bc860a32c48d5a1af991197ced0cb",
"status": "PENDING",
"wire_id": "123123",
"order_id": null,
"due_date": "2024-12-31T00:00:00.000Z",
"last_action": null,
"wire_amount": 5,
"fee_taken": 0,
"fee_expected": 0,
"payee_name": "JohnDoe",
"currency": "AUD",
"beneficiary": "",
"beneficiary_bank": "au_bank_acct",
"beneficiary_account_number": "98765456",
"beneficiary_account_iban": null,
"wire_origin": null,
"conversion": null,
"process": null,
"approval": "APPROVED",
"created_at": null,
"updated_at": "2024-12-30T20:12:35.000Z",
"approved_at": null,
"denied_at": null,
"pending_at": null
}
}
Last modified: 18 hours ago