Configure OTP

We describe how to configure OTP for P2p operations

In BM's yml file (application.yml) you can set you configure as this

This is configuration for OTP

chevron-rightotp.simulationhashtag

if you set true to this field simulation service works for otp generating

chevron-rightotp.timeoutSecondshashtag

Timeout for OTP. We set expired for OTP after this seconds

chevron-rightotp.p2p.fromAmounthashtag

We send OTP while P2p if your amount is more than this amount

chevron-rightotp.p2p.toAmounthashtag

We send OTP while P2p if your amount is less than this amount

chevron-rightotp.p2p.send-sms-urlhashtag

Sms sender service's URL

chevron-rightotp.p2p.usernamehashtag

Username for sms sender service's API

chevron-rightotp.p2p.passwordhashtag

Password for sms sender service's API

chevron-rightotp.p2p.sms-request-templatehashtag

Sms request template for send as body to sms sender service API

chevron-rightotp.otp-templatehashtag

Templates for sms context

Last updated