Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swagger
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
swagger
Commits
fcd5e687
Commit
fcd5e687
authored
Jun 18, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update credito-tarjeta.json
parent
bc0e3846
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
141 additions
and
0 deletions
+141
-0
credito-tarjeta.json
apigee/credito-tarjeta.json
+141
-0
No files found.
apigee/credito-tarjeta.json
View file @
fcd5e687
...
...
@@ -643,6 +643,86 @@
}
]
}
},
"/v2/credito/bolsillos/estado/pago"
:
{
"get"
:
{
"tags"
:
[
"cols-credito-bolsillo"
],
"summary"
:
"Informacion del estado de pago de la TMS."
,
"description"
:
"Informacion del estado de pago de la Tarjeta multiservicio."
,
"operationId"
:
"consultaEstadoPagoTms.v2"
,
"parameters"
:
[
{
"name"
:
"idTransaccion"
,
"in"
:
"query"
,
"description"
:
"Numero de identificacion de la transaccion que se consulta el estado de pago."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"integer"
}
},
{
"name"
:
"tipoTerminal"
,
"in"
:
"query"
,
"description"
:
"Tipo de terminal."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"idTerminal"
,
"in"
:
"query"
,
"description"
:
"Numero de identificacion del terminal."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"string"
}
},
{
"name"
:
"idAdquirente"
,
"in"
:
"query"
,
"description"
:
"Numero de identificacion del adquirente."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"integer"
}
},
{
"name"
:
"idTransaccionTerminal"
,
"in"
:
"query"
,
"description"
:
"Numero de identificacion de la transaccion del terminal."
,
"required"
:
true
,
"schema"
:
{
"type"
:
"integer"
}
}
],
"responses"
:
{
"200"
:
{
"description"
:
"Operación exitosa"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"$ref"
:
"#/components/schemas/consultaEstadoPagoTmsResponse"
}
}
}
},
"400"
:
{
"description"
:
"Estado inválido"
}
},
"security"
:
[
{
"apigee_auth"
:
[
"write:apigee"
,
"read:apigee"
]
}
]
}
}
},
"externalDocs"
:
{
...
...
@@ -651,6 +731,67 @@
},
"components"
:
{
"schemas"
:
{
"consultaEstadoPagoTmsResponse"
:
{
"type"
:
"object"
,
"required"
:
[
"resultado"
],
"properties"
:
{
"resultado"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"resultado"
},
"items"
:
{
"$ref"
:
"#/components/schemas/resultado"
}
},
"consultaEstadoPago"
:
{
"type"
:
"array"
,
"items"
:
{
"$ref"
:
"#/components/schemas/consultaEstadoPago"
}
}
}
},
"consultaEstadoPago"
:
{
"type"
:
"object"
,
"properties"
:
{
"transaccion"
:
{
"$ref"
:
"#/components/schemas/consultaEstadoPagoTransaccion"
}
}
},
"consultaEstadoPagoTransaccion"
:
{
"type"
:
"object"
,
"properties"
:
{
"estado"
:
{
"type"
:
"string"
,
"description"
:
"Estado de transaccion."
},
"idAdquirente"
:
{
"type"
:
"string"
,
"description"
:
"Numero de identificacion del adquirente."
},
"terminal"
:
{
"type"
:
"object"
,
"properties"
:
{
"id"
:
{
"type"
:
"string"
,
"description"
:
"Numero de identificacion del terminal."
},
"idTransaccion"
:
{
"type"
:
"string"
,
"description"
:
"Numero de identificacion de la transaccion."
},
"tipo"
:
{
"type"
:
"string"
,
"description"
:
"Tipo del terminal."
}
}
}
}
},
"consultaExtractoTmsResponse"
:
{
"type"
:
"object"
,
"required"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment