Payee
Update Payee
Update details of an existing payee.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payee to update.
Example:
"RJ6qGAAxJPGE1rD"
Body
application/json
Payload to update payee details.
Name of the payee.
Example:
"John Doe"
Nick name of the payee.
Example:
"JD"
Company name.
Example:
"Company A"
Payee's email address.
Example:
"johndoe@example.com"
Payee's phone number.
Example:
"1234567890"
Address 1
Example:
"123 Main Street"
Address 2
Example:
"Apt 4B"
City name.
Example:
"City"
State
Example:
"ST"
ZIP code.
Example:
"12345"
Country name.
Example:
"US"