Webhook Finmo Payout
Webhook Finmo Payout.
Request
Request header:
POST https://api.ipaymy.com/v2/webhook/finmo/payout
Host: api.ipaymy.com
Accept: application/json
Request body:
{
"webhook_notification_id": "",
"org_id": "",
"event_id": "",
"event_type": "",
"event_name": "",
"event_description": "",
"webhook_url": "",
"event_detail": {
"payout_id": "",
"beneficiary_amount": 0.0,
"beneficiary_currency": "",
"sender_amount": 0.0,
"sender_currency": "",
"fx_rate": 0,
"org_id": "",
"status": "",
"debit_wallet_id": "",
"payout_type": "",
"payout_reference": "",
"payout_beneficiary_param": {
"bsb": "",
"type": "",
"currency": "",
"individual": {
"last_name": "",
"first_name": ""
},
"bank_country": "",
"account_number": ""
},
"payout_method_name": "",
"organization_reference_id": "",
"beneficiary_country": "",
"purpose_code": "",
"webhook_url": "",
"fees_wallet_id": "",
"fees_currency": "",
"debit_wallet_transaction_id": "",
"is_paid": true,
"is_returnable": true,
"is_fees_charged": true,
"is_reconciled": true,
"released_at": "",
"created_at": "",
"updated_at": ""
},
"created_at": "",
"updated_at": ""
}
Response
Response body:
{
"data": "",
"error": 0
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.