OTP Request
Parameters
ObjectKeyrequiredinteger
Object Identifier
ObjectTyperequiredobject
Object Type
ObjectType.Paymentrequiredinteger
Payment
- JSON
- XML
POST api/otp/request
Content-Type: application/json
{
"ObjectKey": 1,
"ObjectType": 0
}
POST api/otp/request
Content-Type: application/xml
<RequestOtpPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIBApi.Controllers">
<ObjectKey>1</ObjectKey>
<ObjectType>Payment</ObjectType>
</RequestOtpPayload>