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.
curl --location --request POST 'https://api.recital.finance/api/v1/transfer/finalize?otp=080802&transferReference=BAL-YA9S0J0UQKDVF4EXV2CK4RO5F2' \
--header 'Authorization: Bearer apiKey' \
--header 'Content-Type: application/json'
Response
A descriptive message about the transfer finalization status.
Indicates whether the transfer was successfully confirmed.
{
"message": "OTP confirmation failed: Transfer is not currently awaiting OTP",
"success": false
}
- This endpoint must only be called after a successful transfer initiation with
shouldFinalize = true.
- If
success is false, refer to the message field for the failure reason