Cadastros
Endpoints reais de cadastro no fortbix-global-account-api.
Cria customer no provedor e prepara conta global para o tenant autenticado.
REQUEST BODYapplication/json
{
"businessLegalName": "Acme Corporation Inc.",
"country": "USA",
"onboardingFlow": "direct",
"registeredDate": "2024-01-01",
"website": "https://acme.com",
"industry": "Technology",
"taxIdentificationNumber": "12-3456789",
"naicsCode": "541511",
"businessEntityType": "Corporation",
"businessEntityId": "BE001",
"businessDescription": "Provider of industrial widgets and services",
"purposeOfAccount": "Operating expenses and payroll",
"email": "admin@acme.com",
"phone": "+1234567890",
"isOperating": true,
"isSubsidiary": false,
"isFinancialInstitution": false,
"regulatorName": "SEC",
"registeredAddress": {
"streetLine1": "456 Office Ave",
"streetLine2": "Suite 200",
"city": "New York",
"state": "NY",
"postalCode": "10002",
"country": "USA"
},
"operatingAddress": {
"streetLine1": "456 Office Ave",
"streetLine2": "Suite 200",
"city": "New York",
"state": "NY",
"postalCode": "10002",
"country": "USA"
}
}RESPONSES
201Customer criado
{
"id": "cus_2fvietuCNSu8unMNLsEGBrDTVFn",
"businessLegalName": "Acme Corporation Inc."
}400Payload inválido
401Não autenticado
403Customer não vinculado ao contexto
Endpoints internos (integração)
POST /global-account/api/v1/payment-methods/save_bankPOST /global-account/api/v1/payment-methods/save_wallet