Creates a withdrawal request.

Request

POST https://api.bytehand.com/v2/payments/paybacks

Body

An object of the type PaybackSeed is required in the request body.

Authorization

Requires authorization and access right finances_payback.

Response

Upon successful completion of the request, an object of type Response is returned.

Example

Request

POST https://api.bytehand.com/v2/payments/paybacks

Content-Type: application/json;charset=UTF-8
X-Service-Key: ZO0XJngUXZKjlcFNpzXBbw4UriheYwlc

{
  "amount": 5000
}

Response

Status Code: 200
Content-Type: application/json;charset=UTF-8
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache

{
  "result": "created",
  "id": "1242"
}