For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction Initiation

Payout and banking transaction APIs

Initiate Payout Transaction

post
/api/v3/banking/payment/create

Initiates a payout transaction using supported transfer modes such as IMPS, NEFT, RTGS, and UPI.

Header parameters
X-API-KEYstringRequiredExample: pk_test_mQZnmh2BeSDTjEQgzwiSPOhrWyUsPqS6
X-SIGNATUREstringRequiredExample: 623a603fa35bb5ab736a1272dcd797908ab9af4b0247a55bcfc8676cd821a39b
X-TIMESTAMPstringRequiredExample: 1778659835
Body
kwikx_wallet_idstringRequiredExample: 9896989698
debit_account_typestringRequiredExample: kwikx_wallet
transfer_typestringRequiredExample: direct
beneficiary_idany · nullableOptional
mobilestringRequiredExample: 9896989698
emailstringRequiredExample: email@example.com
addressany · nullableOptional
country_dialing_codestringRequiredExample: 91
transfer_modestringRequiredExample: imps
transfer_amountstringRequiredExample: 9999999999
payout_order_idstringRequiredExample: 9999999999
Responses
200

Payout initiated successfully

application/json
post/api/v3/banking/payment/create

Last updated