{
"seller_id": "f7a1b2c3-d4e5-6789-abcd-ef0123456789",
"account_code": "11111111-2222-3333-4444-555555555555",
"merchant_seller_id": "FRANCHISE_STORE_001",
"name": "Franchise Store São Paulo",
"email": "store001@franchise.com",
"phone": { "country_code": "55", "number": "11999999999" },
"document": { "type": "CNPJ", "number": "12345678000199" },
"address": {
"street": "Av Paulista",
"number": "1000",
"city": "São Paulo",
"state": "SP",
"country": "BR",
"zip_code": "01310-100"
},
"country": "BR",
"website": "https://store001.franchise.com",
"industry": "QSR",
"merchant_category_code": "5812",
"payment_method": [
{
"payment_method_type": "CARD",
"detail": {
"card": {
"provider": {
"id": "CIELO",
"merchant_id": "CIELO_CC_12345"
}
}
}
},
{
"payment_method_type": "APPLE_PAY",
"detail": {
"wallet": {
"provider": {
"id": "APPLE_PAY",
"merchant_id": "APPLE_PAY_12345",
"payment_processing_key": "<base64-encoded .pem content>",
"payment_processing_certificate": "<base64-encoded .pem content>",
"merchant_identity_key": "<base64-encoded .pem content>",
"merchant_identity_certificate": "<base64-encoded .pem content>",
"merchant_identity_password": "password123"
}
}
}
}
],
"created_at": "2026-03-13T10:00:00Z",
"updated_at": "2026-03-13T10:00:00Z"
}