PUT
/
payees
/
{payeeId}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

payeeId
string
required

The ID of the payee to update.

Body

application/json
name
string

Name of the payee.

nickName
string

Nick name of the payee.

company
string

Company name.

email
string

Payee's email address.

phone
string

Payee's phone number.

address1
string

Address 1

address2
string

Address 2

city
string

City name.

state
string

State

zip
string

ZIP code.

country
string

Country name.

Response

201 - application/json
success
boolean
message
string
data
object