Request OTP to initiate payout

If you require OTP to be sent before payout is initiated, you can configure OTP authorisation on the Duplo Dashboard by clicking on Payout API under Developer section on the Settings page

You can choose to receive the OTP via email address or for phone number.

URI

POST

https://api.tryduplo.com/v1/recipients/payouts-otp

Parameters

Authorization string

set value to Bearer SECRET_KEY

Body Param

business_id string required

Merchant business ID

Sample request

curl --location --request POST 'https://api.tryduplo.com/v1/recipients/payouts-otp' \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
    "business_id": "2e5071-59cb-4057-a14b-d49a3c90ef"
}'

Last updated