Skip to main content
POST
Creates a new franchise seller mapping. A seller is created under a specific account_code, but is available organization-wide.
Each (provider.id, payment_method_type) combination must be unique within the payment_method array.

Headers

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

Body

application/json
account_id
string<uuid>
required
merchant_seller_id
string
required
Required string length: 1 - 255
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
website
string
industry
string
merchant_category_code
string
Required string length: 4
payment_methods
object[]

Response

Created

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>