API Reference
 curl  --request POST \
 --url {{Payout_UAT_Base_URL}}/payment/initiate-request \
 --header 'Content-Type: application/json' \
 --header 'x-client-id: <App ID>' \
 --header 'x-client-secret: <Secret Key>' \
 --header 'order-source: reset-api' \
--data-raw '{
   "kwikx_wallet_id": "<KwikXWalletID>",
    "debit_account_type": "kwikx_wallet",
    "transfer_type": "direct",
    "beneficiary_id": "null",
   "mobile": "9896989698",
    "email": "[email protected]",
    "address": null,
   "country_dialing_code": "91",
   "transfer_mode": "imps",
    "transfer_amount": "10.12",
    "account_transfer": {
		"account_owner_name": "beneficiary name",
		"account_number": "6760654654",
		"ifsc_code": "icici000143",
		"is_validate": "false",
    "payment_for": "salary payment"
	},
    "payout_order_id": "654894598459"
}'
{
  "code": "200",
  "status": "success",
  "type": "fund_transfer[direct]",
  "description": "api fund_transfer[direct] successfully performed",
  "available_balance_before": "9989.88",
  "transfer_amount": "10.12",
  "available_balance_after": "9979.76",
  "tranfer_rrn_number": "null",
  "unique_system_order_id": "payout_9acf1c79dff79df",
  "merchant_payout_order_id": "654894598459",
  "txn_status": "pending",
  "msg": "payout txn marked successfully, you will receive success and failed response from our side at your shared callback",
  "transfer_time": "21-06-2024 01:13:25pm"
}
{
    "error_code": "od_dup",
    "status": "failed",
    "error_description": "duplicate order id, kindly pass unique order id"
}
Error CodeMessage
200API authentication successful!
400Missing authentication parameters
401Unauthorized - API authentication failed
403Incoming IP address is not whitelisted
405Unauthorized - Passed method not allowed
409Request is not unique or correct
422Missing required fields in body data or invalid JSON data
500Server Error