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
success
isfalse
, refer to themessage
field for the failure reason