Transfer API(s)
Finalize Transfer
Confirm and complete a transfer using the OTP sent during the initiation phase.
POST
Query Parameters
The OTP sent to the user’s registered email or phone to authorize the transfer.
The unique transfer reference returned from the initiation call.
Response
A descriptive message about the transfer finalization status.
Indicates whether the transfer was successfully confirmed.
Notes
- This endpoint must only be called after a successful transfer initiation with
shouldFinalize = true. - If
successisfalse, refer to themessagefield for the failure reason