POST api/appcliente/boleto/pagamento
Realizar Pagamento
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.Boleto.RealizarPagamentoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CodBoleto | string |
None. |
|
| NomeCartao | string |
None. |
|
| NumCartao | string |
None. |
|
| CVV | string |
None. |
|
| DtVencimento | string |
None. |
|
| CPF | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodBoleto": "sample string 1",
"NomeCartao": "sample string 2",
"NumCartao": "sample string 3",
"CVV": "sample string 4",
"DtVencimento": "sample string 5",
"CPF": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppCliente.Response.Boleto.RealizarPagamentoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | AppCliente.Enum.Boleto.RealizarPagamento |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 0
}