Verify Transfer
Submits the OTP for a wallet transfer that was initiated with mode OTP_VERIFICATION.
Use Get Transfer Details or webhooks for terminal status.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD.
"2025-11-01"
Body
Request parameters to verify the OTP for a wallet transfer request.
Transfer identifier from the initiate transfer request (transfer_id you supplied while initiating the transfer).
1 - 50"TRANSFER123456"
One-time password received by the end user on the configured notification channels.
4 - 10"222113"
Response
Success response for verifying a wallet transfer OTP.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
Unique identifier for the wallet, as provided by you during wallet creation.
"WALLET936721"
Unique identifier for the transfer transaction, generated by Cashfree.
"8901234567890123456"
Unique identifier for the transfer transaction, as provided by you during the transfer request.
"TRANSFER123456"
Amount that was transferred.
1250.5
Mode of transfer used.
RTGS, NEFT, IMPS, UPI "IMPS"
Status of the transfer operation.
RECEIVED, PENDING, SUCCESS, FAILED, REJECTED, VALIDATION_PENDING, REVERSED, APPROVAL_PENDING, QUEUED, MANUALLY_REJECTED "PENDING"
Bank reference number for the transfer. Will be null if transfer is not yet processed.
"BNK202502101530001"
Status code for detailed tracking of transfer progress.
"TRANSFER_INITIATED"
Beneficiary details used for the transfer.
Purpose of the transfer.
"SALARY"
Remarks for the transfer transaction.
"Monthly groceries transfer"
Optional key-value pairs for any extra information. Keys and values must be strings.
Timestamp when the transfer transaction was initiated.
"2025-09-02T10:15:30Z"
Timestamp when the transfer transaction was processed. Will be null if still pending.
"2025-09-02T10:17:45Z"