Skip to main content
POST
Change conversion paid status

Authorizations

X-API-Key
string
header
required

Preferred authentication method. Pass the API key in the X-API-Key HTTP request header. The user account must have api_status enabled.

Body

application/json
transaction_id
string

UUID of the conversion transaction.

click_id
string

Click UUID.

is_paid
boolean

Mark conversion as paid or unpaid.

Response

Paid status updated.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string