Partially updates Payment Account

Request

PATCH https://api.convertiser.com/publisher/payment_account/

Request body

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

{
    "_version": "integer",
    "bank_bic": "string",
    "bank_iban": "string",
    "bank_name": "string",
    "email": "string",
    "password": "string",
    "type": "string"
}

Properties

Name Type Description Additional
_version integer

Optimistic Object Lock

bank_bic string Optional
bank_iban string Optional
bank_name string Optional
email string Optional
password string Optional
type string

Possible values are:

  • paypal
  • payoneer
  • bank
Optional

Response

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

Status code Description Resource
200 OK PaymentAccount

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!