Last active
March 20, 2020 21:01
-
-
Save kennyhorna/cc024c083127da0e7f6bb3f4ef557928 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"state": 1, | |
"msg": "Respuesta correcta", | |
"data": { | |
"banks": [ | |
{ | |
"id": 1, | |
"code": "bcp", | |
"name": "BCP", | |
"status": 1 | |
}, | |
{ | |
"id": 2, | |
"code": "bbva", | |
"name": "BBVA", | |
"status": 1 | |
}, | |
{ | |
"id": 3, | |
"code": "ibk", | |
"name": "Interbank", | |
"status": 1 | |
}, | |
{ | |
"id": 4, | |
"code": "sck", | |
"name": "Scotiabank", | |
"status": 1 | |
} | |
], | |
"currencies": [ | |
{ | |
"id": 1, | |
"code": "PEN", | |
"name": "Nuevos Soles", | |
"symbol": "S/", | |
"status": 1 | |
}, | |
{ | |
"id": 2, | |
"code": "USD", | |
"name": "Dólares", | |
"symbol": "USD $", | |
"status": 1 | |
}, | |
{ | |
"id": 3, | |
"code": "EUR", | |
"name": "Euros", | |
"symbol": "€", | |
"status": 1 | |
} | |
], | |
"documents": [ | |
{ | |
"id": 1, | |
"name": "DNI", | |
"display_name": "DNI" | |
}, | |
{ | |
"id": 2, | |
"name": "CARNET DE EXTRANJERIA", | |
"display_name": "CARNET EXT." | |
}, | |
{ | |
"id": 3, | |
"name": "REG. UNICO DE CONTRIBUYENTES", | |
"display_name": "RUC" | |
}, | |
{ | |
"id": 4, | |
"name": "PASAPORTE", | |
"display_name": "PASAPORTE" | |
} | |
], | |
"gasolines": { | |
"1": { | |
"cod_prod": "90", | |
"nombre": "GAS 90", | |
"nombreCorto": "GASOLINA 90", | |
"status": { | |
"id": 2, | |
"product_id": "90", | |
"is_active": 1 | |
} | |
}, | |
"2": { | |
"cod_prod": "95", | |
"nombre": "GAS 95", | |
"nombreCorto": "GASOLINA 95", | |
"status": { | |
"id": 3, | |
"product_id": "95", | |
"is_active": 1 | |
} | |
}, | |
"3": { | |
"cod_prod": "97", | |
"nombre": "GAS 97", | |
"nombreCorto": "GASOLINA 97", | |
"status": { | |
"id": 4, | |
"product_id": "97", | |
"is_active": 1 | |
} | |
}, | |
"4": { | |
"cod_prod": "98", | |
"nombre": "GAS 98", | |
"nombreCorto": "GASOLINA 98", | |
"status": { | |
"id": 5, | |
"product_id": "98", | |
"is_active": 1 | |
} | |
} | |
}, | |
"prices": [ | |
{ | |
"id": 1, | |
"name": "200", | |
"description": null, | |
"flagactive": 1 | |
}, | |
{ | |
"id": 2, | |
"name": "250", | |
"description": null, | |
"flagactive": 1 | |
}, | |
{ | |
"id": 3, | |
"name": "300", | |
"description": null, | |
"flagactive": 1 | |
}, | |
{ | |
"id": 4, | |
"name": "350", | |
"description": null, | |
"flagactive": 1 | |
}, | |
{ | |
"id": 5, | |
"name": "400", | |
"description": null, | |
"flagactive": 1 | |
}, | |
{ | |
"id": 6, | |
"name": "450", | |
"description": null, | |
"flagactive": 1 | |
}, | |
{ | |
"id": 7, | |
"name": "500", | |
"description": null, | |
"flagactive": 1 | |
} | |
], | |
"state_request": [ | |
{ | |
"id": 1, | |
"name": "Solicitada", | |
"display_name": "solicitada" | |
}, | |
{ | |
"id": 2, | |
"name": "En Proceso", | |
"display_name": "en_proceso" | |
}, | |
{ | |
"id": 3, | |
"name": "Rechazada", | |
"display_name": "rechazada" | |
}, | |
{ | |
"id": 4, | |
"name": "Atendida", | |
"display_name": "completada" | |
} | |
], | |
"type_card": [ | |
{ | |
"id": 1, | |
"name": "VISA" | |
}, | |
{ | |
"id": 2, | |
"name": "MASTERCARD" | |
}, | |
{ | |
"id": 3, | |
"name": "AMERICAN_EXPRESS" | |
}, | |
{ | |
"id": 4, | |
"name": " DINERS_CLUB" | |
}, | |
{ | |
"id": 5, | |
"name": "DISCOVER" | |
}, | |
{ | |
"id": 6, | |
"name": "JCB" | |
}, | |
{ | |
"id": 7, | |
"name": "MAESTRO" | |
} | |
], | |
"type_request": [ | |
{ | |
"id": 1, | |
"name": "Bloquear", | |
"flagactive": 1 | |
}, | |
{ | |
"id": 2, | |
"name": "Duplicar", | |
"flagactive": 1 | |
} | |
] | |
}, | |
"data_error": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment