Standard Transfer Sync

Use this API to initiate an amount transfer request at Payervault Payments. You need to provide beneficiary ID, amount, and transfer ID. This is a sync transfer request.

Once you trigger the requestTransfer API, the transfer to the beneficiary account will be attempted immediately and the bank's reference number will be returned in the API response. The median time for the response is 2 to 5 seconds.

URL

https://merchant.payervault.com/payout-api/requestTransfer

Body Params

amount double required

amount to be transferred. Decimals allowed (>= 1.00)

beneId string required

Beneficiary Id. Alphanumeric characters allowed.

transferId string required

A unique Id to identify this transfer. Alphanumeric and underscore ( _ ) allowed (40 character limit).

transferMode string

It is the mode of transfer. Allowed values are: banktransfer, phone, neft, imps, rtgs, upi, paytm, and amazonpay. The default transferMode is banktransfer.

remarks string

Additional remarks, if any. Alphanumeric and white spaces allowed (70 characters limit).

ipAddress string

IP Address of the caller

Headers

X-Client-Id :YOUR_CLIENT_ID
X-Client-Secret : YOUR_CLIENT_SECRET