SignPaymentDto
Request payload for signing a bill payment request.
taskIdinteger<int64>
The identifier of the task associated with this bill payment request.
Example:
102030jpasswordstring
The password required to sign the bill payment request.
Example:
securePasswordSignPaymentDto
{
"taskId": 102030,
"jpassword": "securePassword"
}