Creates new Withdrawal Transaction

Request

POST https://api.convertiser.com/publisher/transactions/withdrawal/

Request body

The request body takes a complete Withdrawal resource, containing the following writable properties:

{
    "comment": "string"
}

Properties

Name Type Description Additional
comment string Optional

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
201 Created Withdrawal

Explore this API

data
Request Content-Type
Response Content-Type

Choose an authorisation method:

API Token API Token to be used for request
Try it out!