DOCUMENTAÇÃO CORPORATIVA

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Objetivo

Esse método tem como objetivo realizar pagamentos avulsos para um determinado cartão.


Observações Importantes

  1. Realizar pagamentos avulsos no Cartão TARGET Bradesco.


Request

PagamentoAvulsoCartaoRequest
CampoTipoObrigatórioDescriçãoObservação
1





Response

PagamentoAvulsoCartaoResponse
CampoTipoObrigatórioDescriçãoObservação
1




Método

PagamentoAvulsoCartaoRequest
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tms="http://tmsfrete.v2.targetmp.com.br">
   <soapenv:Header/>
   <soapenv:Body>
      <tms:RealizarPagamentoAvulsoCartao>
         <tms:auth>
            <tms:Usuario>?</tms:Usuario>
            <tms:Senha>?</tms:Senha>
            <tms:Token>?</tms:Token>
         </tms:auth>
         <tms:pagamentoAvulso>
            <tms:NumeroCartao>?</tms:NumeroCartao>
            <tms:Valor>?</tms:Valor>
            <tms:Comentario>?</tms:Comentario>
            <tms:IdCentroDeCusto>?</tms:IdCentroDeCusto>
            <tms:NSU>?</tms:NSU>
            <tms:IdIntegrador>?</tms:IdIntegrador>
            <tms:ItemFinanceiro>?</tms:ItemFinanceiro>
            <tms:ProcessarManualmente>?</tms:ProcessarManualmente>
            <tms:NumeroDocumentoEmbarque>?</tms:NumeroDocumentoEmbarque>
            <tms:Placa>?</tms:Placa>
         </tms:pagamentoAvulso>
      </tms:RealizarPagamentoAvulsoCartao>
   </soapenv:Body>
</soapenv:Envelope>


  • No labels