Skip to content

Instantly share code, notes, and snippets.

@davidforneron
Last active September 21, 2020 18:44
Show Gist options
  • Save davidforneron/f9d2a3e2f2bb3a863b5ea3f6995dc402 to your computer and use it in GitHub Desktop.
Save davidforneron/f9d2a3e2f2bb3a863b5ea3f6995dc402 to your computer and use it in GitHub Desktop.
JSONs Payment
{
"session_id": "0f5febd0-payments-d4a293b9c849",
"site_id": "MLB",
"user_id": 239306587,
"current_step": "amount_input",
"steps": {
"amount_input": {
"id": "amount_input",
"ui_type": "amount_input",
"connections": {
"continue": {
"id": "continue",
"force_sync": true,
"next_step": null
}
},
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">¿Cuánto quieres pagar?</font>",
"detail": "<font color=\"#333333\">El saldo actual de tu resumen es de <b>R$ 100</b></font>"
}
},
"money_input": {
"id": "money_input",
"ui_type": "money_input",
"data": {
"default_value": 100,
"placeholder": "R$ 0",
"output": "payment_amount",
"currency": {
"locale": "pt_BR",
"decimal_places": 2
},
"constraints": [
{
"type": "range_value",
"feedback": "neutral",
"events": [
"load",
"change"
],
"data": {
"is_outside": true,
"min_value": 10,
"max_value": 99.99
},
"message": "<font color=\"#00a650\"><b>Vas a quedar al día.</b></font> <font color=\"#8C8C8C\">Pagarás intereses por el saldo pendiente en tu próximo resumen.</font>"
},
{
"type": "value",
"feedback": "neutral",
"events": [
"load",
"change"
],
"data": {
"is_equals": false,
"value": 100
},
"message": "<font color=\"#00a650\"><b>Vas a quedar al día</b></font><font color=\"#8C8C8C\"> y ¡recuperas límite para usar!</font>"
},
{
"type": "range_value",
"feedback": "neutral",
"events": [
"load",
"change"
],
"data": {
"is_outside": true,
"min_value": 100.01,
"max_value": 299.99
},
"message": "<font color=\"#00a650\"><b>Estás pagando más del total</b></font><font color=\"#8C8C8C\"> y ¡te quedará saldo a favor!</font>"
},
{
"type": "value",
"feedback": "neutral",
"events": [
"load",
"change"
],
"data": {
"is_equals": false,
"value": 300
},
"message": "<font color=\"#8C8C8C\">Estás pagando el total de tus próximos resúmenes.</font><font color=\"#00a650\"><b> ¡Recuperas todo de tu límite!</b></font>"
},
{
"type": "min_value",
"feedback": "error",
"events": [
"load",
"change"
],
"data": {
"value": 10
},
"message": "<font color=\"#f23d4f\"><b>Debes pagar al menos R $10.</b></font>"
},
{
"type": "required",
"feedback": "error",
"events": [
"load",
"change"
],
"data": {},
"message": "<font color=\"#f23d4f\"><b>Debes pagar al menos R $10.</b></font>"
},
{
"type": "max_value",
"feedback": "error",
"events": [
"load",
"change"
],
"data": {
"value": 300
},
"message": "<font color=\"#f23d4f\"><b>Estás superando el total de tu deuda. Puedes pagar hasta R$ 300</b></font>"
}
]
}
},
"confirm": {
"id": "confirm",
"ui_type": "button_action",
"data": {
"text": "Continuar",
"hierarchy": "loud",
"action": {
"connection": "continue",
"deep_link": null,
"enabled": true
}
}
}
},
"endpoints": null,
"data": {
"component_order": [
"header",
"money_input",
"confirm"
]
}
}
}
}
{
"session_id": "0f5febd0-payments-d4a293b9c849",
"site_id": "MLB",
"user_id": 239306587,
"current_step": "hub",
"steps": {
"hub": {
"id": "hub",
"ui_type": "hub",
"connections": {
"continue": {
"id": "continue",
"force_sync": true,
"next_step": null
}
},
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">¿Cuánto quieres pagar?</font>"
}
},
"total_payment_option_card": {
"id": "total_payment_option_card",
"ui_type": "credits_card",
"data": {
"title": null,
"link": null,
"type": "none",
"style": "elevated",
"padding": "small",
"hierarchy": "primary",
"components": {
"total_payment_option": {
"id": "total_payment_option",
"ui_type": "credits_single_button",
"data": {
"title": "<font color=\"#333333\"><b>Pagar el total</b></font>",
"subtitle": "<font color=\"#333333\"><b>R$ 100</b></font>",
"button": {
"text": "Pagar total",
"hierarchy": "loud",
"action": {
"connection": null,
"deep_link": "deeplink",
"enabled": true
}
}
}
}
}
}
},
"partial_payment_option_card": {
"id": "partial_payment_option_card",
"ui_type": "credits_card",
"data": {
"title": null,
"link": null,
"type": "none",
"style": "elevated",
"padding": "small",
"hierarchy": "primary",
"action": {
"connection": "continue",
"deep_link": null,
"enabled": true
},
"output": "payment_option",
"output_value": "partial_payment_option",
"components": {
"partial_payment_option": {
"id": "partial_payment_option",
"ui_type": "regular_option",
"data": {
"title": "<font color=\"#333333\"><b>Pagar parcialmente</b></font>",
"subtitle": "<font color=\"#8C8C8C\">Eliges cuánto pagar. Recuerda que debes pagar el mínimo para quedar al día.</font>",
"information_row": {
"label": "<font color=\"#8C8C8C\">Pago mínimo</font>",
"detail": "<font color=\"#333333\">R$ 10</font>",
"subvalue": "<font color=\"#8C8C8C\">Intereses 19,90%</font>"
},
"disclosure_icon": "andes_ui_chevron_right_20"
}
}
}
}
},
"payment_plan_option_card": {
"id": "payment_plan_option_card",
"ui_type": "credits_card",
"data": {
"title": null,
"link": null,
"style": "elevated",
"type": "none",
"padding": "small",
"hierarchy": "primary",
"action": {
"connection": "continue",
"deep_link": null,
"enabled": true
},
"output": "payment_option",
"output_value": "payment_plan_option",
"components": {
"payment_plan_option": {
"id": "payment_plan_option",
"ui_type": "regular_option",
"data": {
"title": "<font color=\"#333333\"><b>Cuotificar resumen</b></font>",
"subtitle": "<font color=\"#8C8C8C\">Pagas la primera cuota hoy y las próximas en los siguientes resúmenes.</font>",
"information_row": {
"label": "<font color=\"#8C8C8C\">Hasta</font>",
"detail": "<font color=\"#333333\">12x de R$ 19</font>",
"subvalue": "<font color=\"#8C8C8C\">Intereses 44,6%</font>"
},
"disclosure_icon": "andes_ui_chevron_right_20"
}
}
}
}
}
},
"data": {
"component_order": [
"header",
"total_payment_option_card",
"partial_payment_option_card",
"payment_plan_option_card"
]
}
}
}
}
{
"session_id": "0f5febd0-payments-d4a293b9c849",
"site_id": "MLB",
"user_id": 239306587,
"current_step": "payment_plan_selection",
"steps": {
"payment_plan_selection": {
"id": "payment_plan_selection",
"ui_type": "payment_plan_selection",
"connections": {
"continue": {
"id": "continue",
"force_sync": true,
"next_step": null
}
},
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">¿En cuántas cuotas quieres pagar?</font>",
"detail": "<font color=\"#00a650\">Vas a quedar al día.</font> <font color=\"#8C8C8C\">Pagas hoy la primera cuota y las próximas en los resúmenes siguientes.</font>"
}
},
"options_selector": {
"id": "options_selector",
"ui_type": "options_selector",
"data": {
"default_option": 3,
"output": "option",
"options": [
{
"value": 3,
"label": "<font color=\"#333333\">3 cuotas de</font>",
"value_detail": "<font color=\"#333333\">R$ 48</font>"
},
{
"value": 6,
"label": "<font color=\"#333333\">6 cuotas de</font>",
"value_detail": "<font color=\"#333333\">R$ 32</font>"
},
{
"value": 9,
"label": "<font color=\"#333333\">9 cuotas de</font>",
"value_detail": "<font color=\"#333333\">R$ 21</font>"
},
{
"value": 12,
"label": "<font color=\"#333333\">12 cuotas de</font>",
"value_detail": "<font color=\"#333333\">R$ 19</font>"
}
]
}
},
"confirm": {
"id": "confirm",
"ui_type": "confirm",
"data": {
"detail_row": {
"label": "<font color=\"#333333\">En total devuelves</font>",
"value": "<font color=\"#333333\"><b>%s</b></font>",
"subvalue": "<font color=\"#8C8C8C\">Intereses %s</font>"
},
"button": {
"hierarchy": "loud",
"text": "Continuar",
"action": {
"enable": true,
"deeplink": null,
"connection": "continue"
}
}
}
}
},
"endpoints": null,
"data": {
"component_order": [
"header",
"options_selector",
"confirm"
],
"plan": [
{
"value": 3,
"total_amount": "R$ 144",
"interest": "44,6%"
},
{
"value": 6,
"total_amount": "R$ 192",
"interest": "44,6%"
},
{
"value": 9,
"total_amount": "R$ 205",
"interest": "44,6%"
},
{
"value": 12,
"total_amount": "R$ 228",
"interest": "44,6%"
}
]
}
}
}
}
{
"session_id": "9459064-payments-c7a6037c03eb",
"created": "2019-06-12T19:38:26.488Z",
"last_updated": "2019-06-12T19:38:26.509Z",
"site_id": "MLB",
"user_id": 9459064,
"status": "ACTIVE",
"current_step": "summary",
"steps": {
"summary": {
"id": "summary",
"node_id": "summary",
"ui_type": "summary",
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">Confirma si está bien</font>"
}
},
"simulation_detail": {
"id": "simulation_detail",
"ui_type": "complex_row_list",
"data": {
"rows": [
{
"id": "1",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Resumen total de febrero</font>",
"value": "<font color=\"#333333\">R$ 100</font>"
}
},
{
"id": "2",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Vas a pagar</font>",
"value": "<font color=\"#333333\">R$ 150</font>"
}
},
{
"id": "3",
"ui_type": "semibold_row",
"data": {
"label": "<font color=\"#00a650\"><b>Saldo a favor</b></font>",
"value": "<font color=\"#00a650\">- R$ 50</font>"
}
}
]
}
},
"summary_status": {
"id": "summary_status",
"ui_type": "credits_information",
"data": {
"body": "<font color=\"#333333\">En tu próximo resumen vas a pagar menos y <b>¡tienes más límite para usar!</b></font>",
"thumbnail": {
"image": "icon_cash",
"accent_color": "#009EE3",
"type": "icon",
"hierarchy": "loud",
"size": "48",
"state": "enabled"
}
}
},
"summary_offline_payment_message": {
"id": "summary_offline_payment_message",
"ui_type": "content_text",
"data": {
"text": "<font color=\"#8C8C8C\">Ten en cuenta que si pagas con boleto puede tardar hasta 3 días acreditarse y liberarse el límite.</font>"
}
},
"confirm": {
"id": "confirm",
"ui_type": "button_action",
"data": {
"hierarchy": "loud",
"text": "Continuar",
"action": {
"enabled": true,
"connection": "continue",
"deeplink": ""
}
}
}
},
"connections": null,
"endpoints": null,
"data": {
"component_order": [
"header",
"simulation_detail",
"summary_status",
"summary_offline_payment_message",
"confirm"
],
"track": {
"google_analytics": {
"type": "VIEW",
"dimension": {
"59": "V1"
},
"data": {
"page_id": "page_id"
}
},
"melidata": {
"path": "path",
"experiment": null,
"event_data": {},
"type": "VIEW"
}
}
}
}
}
}
{
"session_id": "9459064-payments-c7a6037c03eb",
"created": "2019-06-12T19:38:26.488Z",
"last_updated": "2019-06-12T19:38:26.509Z",
"site_id": "MLB",
"user_id": 9459064,
"status": "ACTIVE",
"current_step": "summary",
"steps": {
"summary": {
"id": "summary",
"node_id": "summary",
"ui_type": "summary",
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">Confirma si está bien</font>"
}
},
"simulation_detail": {
"id": "simulation_detail",
"ui_type": "complex_row_list",
"data": {
"rows": [
{
"id": "1",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Resumen total de febrero</font>",
"value": "<font color=\"#333333\">R$ 100</font>"
}
},
{
"id": "2",
"ui_type": "regular_row",
"data": {
"label": "<font color=\"#333333\">Vas a pagar</font>",
"detail": "<font color=\"#8C8C8C\">Devuelves en total R$ 144</font>",
"value": "<font color=\"#333333\">R$ 3x R$ 48</font>",
"subvalue": "<font color=\"#8C8C8C\">Intereses 44,6%</font>"
}
},
{
"id": "3",
"ui_type": "semibold_row",
"data": {
"label": "<font color=\"#333333\">Pagas ahora</font>",
"value": "<font color=\"#333333\"><b>R$ 48</b></font>",
"subvalue": "<font color=\"#8C8C8C\"><b>Es la primera cuota</b></font>"
}
}
]
}
},
"summary_status": {
"id": "summary_status",
"ui_type": "credits_information",
"data": {
"body": "<font color=\"#333333\">Te quedarán {0} cuotas a pagar en tus próximos resúmenes.</font>",
"thumbnail": {
"image": "icon_cash",
"accent_color": "#009EE3",
"type": "icon",
"hierarchy": "loud",
"size": "48",
"state": "enabled"
}
}
},
"summary_conditions": {
"id": "summary_conditions",
"ui_type": "content_detail_action",
"data": {
"conditions": [
{
"detail": "<font color=\"#8C8C8C\">Juros mensais:</font>",
"value": "<font color=\"#8C8C8C\">41%</font>"
},
{
"detail": "<font color=\"#8C8C8C\">IOF:</font>",
"value": "<font color=\"#8C8C8C\">R$ 103</font>"
},
{
"detail": "<font color=\"#8C8C8C\">CET Mensal:</font>",
"value": "<font color=\"#8C8C8C\">700%</font>"
},
{
"detail": "<font color=\"#8C8C8C\">Juros anuais:</font>",
"value": "<font color=\"#8C8C8C\">50%</font>"
},
{
"detail": "<font color=\"#8C8C8C\">CET anuais:</font>",
"value": "<font color=\"#8C8C8C\">107,79%</font>"
}
]
}
},
"summary_offline_payment_message": {
"id": "summary_offline_payment_message",
"ui_type": "content_text",
"data": {
"text": "<font color=\"#8C8C8C\">Ten en cuenta que si pagas con boleto puede tardar hasta 3 días acreditarse y liberarse el límite.</font>"
}
},
"confirm": {
"id": "confirm",
"ui_type": "button_action",
"data": {
"hierarchy": "loud",
"text": "Continuar",
"action": {
"enabled": true,
"connection": "continue",
"deeplink": ""
}
}
}
},
"connections": null,
"endpoints": null,
"data": {
"component_order": [
"header",
"simulation_detail",
"summary_status",
"summary_conditions",
"summary_offline_payment_message",
"confirm"
],
"track": {
"google_analytics": {
"type": "VIEW",
"dimension": {
"59": "V1"
},
"data": {
"page_id": "page_id"
}
},
"melidata": {
"path": "path",
"experiment": null,
"event_data": {},
"type": "VIEW"
}
}
}
}
}
}
{
"session_id": "9459064-payments-c7a6037c03eb",
"created": "2019-06-12T19:38:26.488Z",
"last_updated": "2019-06-12T19:38:26.509Z",
"site_id": "MLB",
"user_id": 9459064,
"status": "ACTIVE",
"current_step": "summary",
"steps": {
"summary": {
"id": "summary",
"node_id": "summary",
"ui_type": "summary",
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">Confirma si está bien</font>"
}
},
"simulation_detail": {
"id": "simulation_detail",
"ui_type": "complex_row_list",
"data": {
"rows": [
{
"id": "1",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Resumen total de febrero</font>",
"value": "<font color=\"#333333\">R$ 100</font>"
}
},
{
"id": "2",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Vas a pagar</font>",
"value": "<font color=\"#333333v>R$ 10</font>"
}
},
{
"id": "3",
"ui_type": "semibold_row",
"data": {
"subvalue": "<font color=\"#8C8C8C\">más intereses</font>",
"lavel": "<font color=\"#333333\">Te queda por pagar</font>",
"value": "<font color=\"#333333\">90</font>"
}
}
]
}
},
"summary_status": {
"id": "summary_status",
"ui_type": "credits_information",
"data": {
"body": "<font color=\"#333333\"><b>Vas a quedar al día.</b> Se sumarán intereses en tu próximo resumen.</font>",
"thumbnail": {
"image": "icon_cash",
"accent_color": "#009EE3",
"type": "icon",
"hierarchy": "loud",
"size": "48",
"state": "enabled"
}
}
},
"summary_conditions": {
"id": "summary_conditions",
"ui_type": "content_detail_action",
"data": {
"conditions": [
{
"detail": "<font color=\"#8C8C8C\">Juros mensais:</font>",
"value": "<font color=\"#8C8C8C\">41%</font>"
},
{
"detail": "<font color=\"#8C8C8C\">IOF:</font>",
"value": "<font color=\"#8C8C8C\">R$ 103</font>"
},
{
"detail": "<font color=\"#8C8C8C\">CET Mensal:</font>",
"value": "<font color=\"#8C8C8C\">700%</font>"
},
{
"detail": "<font color=\"#8C8C8C\">Juros anuais:</font>",
"value": "<font color=\"#8C8C8C\">50%</font>"
},
{
"detail": "<font color=\"#8C8C8C\">CET anuais:</font>",
"value": "<font color=\"#8C8C8C\">107,79%</font>"
}
]
}
},
"summary_offline_payment_message": {
"id": "summary_offline_payment_message",
"ui_type": "content_text",
"data": {
"text": "<font color=\"#8C8C8C\">Ten en cuenta que si pagas con boleto puede tardar hasta 3 días acreditarse y liberarse el límite.</font>"
}
},
"confirm": {
"id": "confirm",
"ui_type": "button_action",
"data": {
"hierarchy": "loud",
"text": "Continuar",
"action": {
"enabled": true,
"connection": "continue",
"deeplink": ""
}
}
}
},
"connections": null,
"endpoints": null,
"data": {
"component_order": [
"header",
"simulation_detail",
"summary_status",
"summary_conditions",
"summary_offline_payment_message",
"confirm"
],
"track": {
"google_analytics": {
"type": "VIEW",
"dimension": {
"59": "V1"
},
"data": {
"page_id": "page_id"
}
},
"melidata": {
"path": "path",
"experiment": null,
"event_data": {},
"type": "VIEW"
}
}
}
}
}
}
{
"session_id": "9459064-payments-c7a6037c03eb",
"created": "2019-06-12T19:38:26.488Z",
"last_updated": "2019-06-12T19:38:26.509Z",
"site_id": "MLB",
"user_id": 9459064,
"status": "ACTIVE",
"current_step": "summary",
"steps": {
"summary": {
"id": "summary",
"node_id": "summary",
"ui_type": "summary",
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">Confirma si está bien</font>"
}
},
"simulation_detail": {
"id": "simulation_detail",
"ui_type": "complex_row_list",
"data": {
"rows": [
{
"id": "1",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Resumen total de febrero</font>",
"value": "<font color=\"#333333\">R$ 100</font>"
}
},
{
"id": "2",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Vas a pagar</font>",
"value": "<font color=\"#333333\">R$ 300</font>"
}
},
{
"id": "3",
"ui_type": "semibold_row",
"data": {
"label": "<font color=\"#00a650\">Saldo a favor</font>",
"value": "<font color=\"#00a650\">- R$ 200</font>"
}
}
]
}
},
"summary_status": {
"id": "summary_status",
"ui_type": "credits_information",
"data": {
"body": "<font color=\"#333333\">Estás pagando el total de tus próximos resúmenes <b>¡Recuperas todo tu límite!</b></font>",
"thumbnail": {
"image": "icon_cash",
"accent_color": "#009EE3",
"type": "icon",
"hierarchy": "loud",
"size": "48",
"state": "enabled"
}
}
},
"summary_offline_payment_message": {
"id": "summary_offline_payment_message",
"ui_type": "content_text",
"data": {
"text": "<font color=\"#8C8C8C\">Ten en cuenta que si pagas con boleto puede tardar hasta 3 días acreditarse y liberarse el límite.</font>"
}
},
"confirm": {
"id": "confirm",
"ui_type": "button_action",
"data": {
"hierarchy": "loud",
"text": "Continuar",
"action": {
"enabled": true,
"connection": "continue",
"deeplink": ""
}
}
}
},
"connections": null,
"endpoints": null,
"data": {
"component_order": [
"header",
"simulation_detail",
"summary_status",
"summary_offline_payment_message",
"confirm"
],
"track": {
"google_analytics": {
"type": "VIEW",
"dimension": {
"59": "V1"
},
"data": {
"page_id": "page_id"
}
},
"melidata": {
"path": "path",
"experiment": null,
"event_data": {},
"type": "VIEW"
}
}
}
}
}
}
{
"session_id": "9459064-payments-c7a6037c03eb",
"created": "2019-06-12T19:38:26.488Z",
"last_updated": "2019-06-12T19:38:26.509Z",
"site_id": "MLB",
"user_id": 9459064,
"status": "ACTIVE",
"current_step": "summary",
"steps": {
"summary": {
"id": "summary",
"node_id": "summary",
"ui_type": "summary",
"components": {
"action_bar": {
"id": "action_bar",
"ui_type": "action_bar",
"data": {
"title": "Pagar",
"behaviour": "back",
"secondary_actions": []
}
},
"header": {
"id": "header",
"ui_type": "credits_header",
"data": {
"task": "<font color=\"#333333\">Confirma si está bien</font>"
}
},
"simulation_detail": {
"id": "simulation_detail",
"ui_type": "complex_row_list",
"data": {
"rows": [
{
"id": "1",
"ui_type": "light_row",
"data": {
"label": "<font color=\"#333333\">Resumen total de febrero</font>",
"value": "<font color=\"#333333\">R$ 100</font>"
}
},
{
"id": "2",
"ui_type": "light_row",
"data": {
"llabel": "<font color=\"#333333\">Vas a pagar</font>",
"value": "<font color=\"#333333\">R$ 100</font>"
}
},
{
"id": "3",
"ui_type": "semibold_row",
"data": {
"label": "<font color=\"#333333\">Te queda por pagar</font>",
"value": "<font color=\"#333333\">0</font>"
}
}
]
}
},
"summary_status": {
"id": "summary_status",
"ui_type": "credits_information",
"data": {
"body": "<font color=\"#333333\">Vas a quedar al día y <b>¡recuperas límite para usar!</b></font>",
"thumbnail": {
"image": "icon_cash",
"accent_color": "#009EE3",
"type": "icon",
"hierarchy": "loud",
"size": "48",
"state": "enabled"
}
}
},
"summary_offline_payment_message": {
"id": "summary_offline_payment_message",
"ui_type": "content_text",
"data": {
"text": "<font color=\"#8C8C8C\">Ten en cuenta que si pagas con boleto puede tardar hasta 3 días acreditarse y liberarse el límite.</font>"
}
},
"confirm": {
"id": "confirm",
"ui_type": "button_action",
"data": {
"hierarchy": "loud",
"text": "Continuar",
"action": {
"enabled": true,
"connection": "continue",
"deeplink": ""
}
}
}
},
"connections": null,
"endpoints": null,
"data": {
"component_order": [
"header",
"simulation_detail",
"summary_status",
"summary_offline_payment_message",
"confirm"
],
"track": {
"google_analytics": {
"type": "VIEW",
"dimension": {
"59": "V1"
},
"data": {
"page_id": "page_id"
}
},
"melidata": {
"path": "path",
"experiment": null,
"event_data": {},
"type": "VIEW"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment