erpx_bnk_tes

2.0info: 1.8.5 contas description: x-senior-domain: erpx_bnk_tes x-senior-domain-path: erpx_bnk_tes x-senior-service-path: contas contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: api.senior.com.br /erpx_bnk_tes/contassecurityDefinitions: bearerAuth: type: apiKey in: header name: Authorization – application/json – application/jsonparameters: clientId: name: client_id type: string in: header required: true description: Identificação da aplicação cadastrada no portal do desenvolvedor (api.xplatform.com.br)paths: /statementUpdated: post: description: Evento público responsável por informar a atualização do extrato de acordo com as movimentações financeiras da conta x-senior-event: true deprecated: false tags: – Events security: – bearerAuth: [] parameters: – #/parameters/clientId – name: input in: body required: true schema: #/definitions/accountMovement responses: 200: description: Ok default: description: Error response schema: #/definitions/genericErrordefinitions: enumCreditDebitIndicator: type: string enum: – DEBIT – CREDIT enumMovementType: type: string enum: – PIX – BOLETO accountMovement: type: object required: – account – movementDate – creditDebitIndicator – amount – currency properties: account: #/definitions/recAccount movementDate: type: string description: Data da movimentação format: date-time creditDebitIndicator: #/definitions/enumCreditDebitIndicator amount: type: string description: Valor da movimentação currency: type: string description: Moeda documentNumber: type: string description: Número do documento movementType: #/definitions/enumMovementType reason: type: string description: Razão relatedParty: #/definitions/recRelatedParty transaction: #/definitions/recTransaction description: type: string description: Descrição recAccount: type: object required: – taxId – bankCode – branchCode – number properties: taxId: type: string description: Número do documento bankCode: type: string description: Código do banco branchCode: type: string description: Agência number: type: string description: Número da conta recRelatedParty: type: object required: – taxId – bankCode – name – currency – branchCode – number properties: taxId: type: string description: Número do documento bankCode: type: string description: Código do banco name: type: string description: Nome currency: type: string description: Moeda branchCode: type: string description: Agência number: type: string description: Número da conta recTransaction: type: object required: – endToEndId properties: txId: type: string description: Id da transação endToEndId: type: string description: Id da transação pix genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE