{
"data": {
"type": "merchants",
"attributes": {
"AVS": "Standard",
"accountType": "business",
"accountName": "Acme Corporation",
"personalInfo": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"dayPhone": "4155551234",
"eveningPhone": "4155551234",
"birthDate": "01-15-1980",
"socialSecurity": "123456789"
},
"personalAddress": {
"line1": "123 Main Street",
"line2": "Suite 100",
"city": "San Francisco",
"state": "CA",
"zip": "94102",
"country": "USA"
},
"businessInfo": {
"businessName": "Acme Corporation",
"ein": "987654321",
"phone": "4155555000",
"email": "[email protected]",
"url": "https://acme.com"
},
"businessAddress": {
"line1": "456 Market Street",
"city": "San Francisco",
"state": "CA",
"zip": "94102",
"country": "USA"
},
"bankInfo": {
"bankName": "Bank of America",
"accountOwnership": "business",
"accountType": "checking",
"accountName": "Acme Corporation",
"accountNumber": "1234567890",
"routingNumber": "026009593"
},
"verificationData": {
"ipAddress": "192.168.1.1",
"emailVerified": true,
"emailVerifiedTimestamp": "2024-01-15T10:00:00Z",
"signature": "John Doe",
"signatureTimestamp": "2024-01-15T10:05:00Z",
"termsAccepted": true
},
"threatMetrixPolicy": "Default",
"threatMetrixSessionId": "abc123session456"
}
}
}