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

UPI Transaction Initiation

UPI payout transaction APIs

Initiate UPI Payout

post
/api/v3/banking/payment/create

Initiates a UPI payout transaction directly to a beneficiary UPI ID using the merchant wallet balance.

Header parameters
X-API-KEYstringRequiredExample: pk_test_mQZnmh2BeSDTjEQgzwiSPOhrWyUsPqS6
X-SIGNATUREstringRequiredExample: 623a603fa35bb5ab736a1272dcd797908ab9af4b0247a55bcfc8676cd821a39b
X-TIMESTAMPstringRequiredExample: 1778659835
Body
kwikx_wallet_idstringRequiredExample: <KwikXWalletID>
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: upi
transfer_amountstringRequiredExample: 10.12
payout_order_idstringRequiredExample: 654894598459
Responses
200

UPI payout initiated successfully

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

Last updated