Skip to main content
POST
Validate or sign DRAFT payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

validate
enum<integer>
default:0
  • 1 — validation of signing DRAFT payments (signToken is not used)
  • 0 — signing the DRAFT payment (signToken is required)
Available options:
0,
1
signToken
string

It is used only when 'validate = 0'. When 'validate = 1' is not checked.

Body

application/json
id
string[]
required

Payment uuid (UUID string)

Response

OK or VALIDATE

status
string
Example:

"ACCEPTED"

data
object