Skip to main content

SignPaymentDto

Request payload for signing a bill payment request.

taskIdinteger<int64>

The identifier of the task associated with this bill payment request.

Example: 102030
jpasswordstring

The password required to sign the bill payment request.

Example: securePassword
SignPaymentDto
{
"taskId": 102030,
"jpassword": "securePassword"
}