Objetivo
Esse método tem como objetivo realizar pagamentos avulsos para um determinado cartão.
Info |
---|
title | Observações Importantes |
---|
|
- Realizar pagamentos avulsos no Cartão TARGET Bradesco.
|
Request
PagamentoAvulsoCartaoRequest |
Nº | Campo | Tipo | Obrigatório | Descrição | Observação |
---|
1 |
|
|
|
|
|
Response
PagamentoAvulsoCartaoResponse |
Nº | Campo | Tipo | Obrigatório | Descrição | Observação |
---|
1 |
|
|
|
|
|
Método
Code Block |
---|
language | xml |
---|
theme | RDark |
---|
firstline | 1 |
---|
title | PagamentoAvulsoCartaoRequest |
---|
linenumbers | true |
---|
|
<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> |