Skip to main content
PUT
Update Seller
Fully replaces the seller details and payment method configurations for a given seller.
ImportantThis is a full replacement operation. All fields you want to keep must be included. Omitted optional fields will be set to null.

Headers

public-api-key
string
required
private-secret-key
string
required

Path Parameters

merchant_seller_id
string
required

Body

application/json
account_id
string<uuid>
required
name
string
Required string length: 1 - 255
email
string<email>
phone
object
document
object
address
object
country
string

ISO 3166-1 alpha-2 country code.

Required string length: 2
industry
string
merchant_category_code
string
Required string length: 4
payment_methods
object[]

Response

OK

seller_id
string<uuid>
merchant_seller_id
string
name
string
email
string
phone
object
document
object
address
object
country
string
Required string length: 2
website
string
industry
string
merchant_category_code
string
Required string length: 4
payment_methods
object[]
created_at
string<date-time>
updated_at
string<date-time>