Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentación de ecosistema presencial #2114

Open
wants to merge 45 commits into
base: development
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
eff1133
documentación de ecosistema presencial
pcanosa Jul 31, 2023
c6b7c4b
fixes de contenido y código
pcanosa Aug 1, 2023
44e9722
fixes en iniciar sesión, activar pdv e intents para QR
pcanosa Aug 2, 2023
f966e10
Fixes
pcanosa Aug 2, 2023
24b92cd
incorporación de archivos YAML provisorios para API Ref
pcanosa Aug 2, 2023
32eefa4
fixes traducciones en endpoints point
pcanosa Aug 3, 2023
54e9e48
se suma glosario en español
pcanosa Aug 3, 2023
d0d185a
traducciones a los endpoint de qr y dispositivos
pcanosa Aug 3, 2023
9855e49
landing en es
pcanosa Aug 4, 2023
5a4ff95
fixes landing es
pcanosa Aug 4, 2023
6fb2f92
fix landing
pcanosa Aug 4, 2023
855333a
fixes en varios archivos y agregado de flujo de prueba de integración
pcanosa Aug 4, 2023
cd947a4
fix landing
pcanosa Aug 4, 2023
62f680a
heits
hgaldino Aug 4, 2023
f92ac1d
heits2
hgaldino Aug 4, 2023
daca81d
heits3
hgaldino Aug 4, 2023
47fa3d2
heits4
hgaldino Aug 4, 2023
ecc4fe6
heits5
hgaldino Aug 4, 2023
9b42db9
fixes
pcanosa Aug 4, 2023
df143d0
fix links a api ref
pcanosa Aug 4, 2023
0832ab3
agregado de archivos en pt
pcanosa Aug 7, 2023
917c79c
incorporación de archivos en pt
pcanosa Aug 7, 2023
95d0a88
fixed identation issues
rwaetemann Aug 7, 2023
89f1c55
fixes
pcanosa Aug 7, 2023
1f05191
agregado de archivos en EN
pcanosa Aug 7, 2023
4c0569d
agregado de archivos en EN
pcanosa Aug 8, 2023
908695b
add landing EN
pcanosa Aug 8, 2023
a9c2302
fixes
pcanosa Aug 8, 2023
592cc2e
fixes nombre de la API en inglés
pcanosa Aug 9, 2023
c5f6415
fix error
bacarvalho Aug 14, 2023
5bd8eb5
Fixed all file
bacarvalho Aug 14, 2023
72357d6
fixes identation mla
pcanosa Aug 15, 2023
666f3b1
prueba de respuesta exitosa
pcanosa Aug 16, 2023
c330da7
fixes en la beta
pcanosa Aug 16, 2023
809cc17
fix endpoints docu
pcanosa Aug 16, 2023
4f36f6e
fixes
pcanosa Aug 16, 2023
0105233
fixes
pcanosa Aug 16, 2023
6febb63
fixes
pcanosa Aug 17, 2023
26b741a
fixes endpoints
pcanosa Aug 17, 2023
e0e328a
Fixes yaml mla
pcanosa Aug 18, 2023
bd3c432
Fixes mlb
pcanosa Aug 18, 2023
c316ef1
eliminación de error 409 y de extra cash y cash out para qr
pcanosa Aug 18, 2023
ea0338a
eliminación de cashout de los json
pcanosa Aug 18, 2023
1614148
renaming
pcanosa Sep 6, 2023
9decdf6
fixes
pcanosa Sep 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
eliminación de cashout de los json
pcanosa committed Aug 18, 2023
commit ea0338a7a4f3189fde766b34a739136a6983f0eb
30 changes: 2 additions & 28 deletions guides/ecosistema-presencial/create-and-manage-intent-qr.en.md
Original file line number Diff line number Diff line change
@@ -73,17 +73,6 @@ Below is an example response when querying the status:
}
],
...
},
{
"type": "CASH_OUT",
....
"results": [
{
"id": 123456,
"source": "PAYOUT"
}
],
...
}
],
"enabler_configuration": {
@@ -167,12 +156,7 @@ Below is an example of a notification you can receive for QR when an intent reac
"total_amount": "10.14"
}
]
},
{
"amount": "12.20",
"type": "CASH_OUT"
}
],
} ],
"status": "CANCELED",
"url": "https://api.mercadopago.com/instore-api/integrations/v1/intents/1234567-12345-12345678-1234567890/qr"
},
@@ -224,17 +208,7 @@ Below is an example of a notification you can receive for QR when an intent reac
"total_amount": "10.14"
}
]
},
{
"amount": "12.20",
"type": "CASH_OUT",
"additional_configuration": {
"fixed_amount": true,
"agency_type": "AGTOT",
"bank_service_code": "BANK CODE"
}
}
],
} ],
"status": "CANCELED",
"url": "https://api.mercadopago.com/instore-api/integrations/v1/intents/1234567-12345-12345678-1234567890/qr"
},
30 changes: 2 additions & 28 deletions guides/ecosistema-presencial/create-and-manage-intent-qr.es.md
Original file line number Diff line number Diff line change
@@ -73,17 +73,6 @@ A continuación, te mostramos un ejemplo de respuesta a la consulta de un estado
}
],
...
},
{
"type": "CASH_OUT",
....
"results": [
{
"id": 123456,
"source": "PAYOUT"
}
],
...
}
],
"enabler_configuration": {
@@ -167,12 +156,7 @@ A continuación, te mostramos un ejemplo de notificación que puedes recibir par
"total_amount": "10.14"
}
]
},
{
"amount": "12.20",
"type": "CASH_OUT"
}
],
} ],
"status": "CANCELED",
"url": "https://api.mercadopago.com/instore-api/integrations/v1/intents/1234567-12345-12345678-1234567890/qr"
},
@@ -224,17 +208,7 @@ A continuación, te mostramos un ejemplo de notificación que puedes recibir par
"total_amount": "10.14"
}
]
},
{
"amount": "12.20",
"type": "CASH_OUT",
"additional_configuration": {
"fixed_amount": true,
"agency_type": "AGTOT",
"bank_service_code": "BANK CODE"
}
}
],
} ],
"status": "CANCELED",
"url": "https://api.mercadopago.com/instore-api/integrations/v1/intents/1234567-12345-12345678-1234567890/qr"
},
30 changes: 2 additions & 28 deletions guides/ecosistema-presencial/create-and-manage-intent-qr.pt.md
Original file line number Diff line number Diff line change
@@ -72,17 +72,6 @@ A seguir, apresentamos um exemplo de resposta para a consulta de um estado:
}
],
...
},
{
"type": "CASH_OUT",
....
"results": [
{
"id": 123456,
"source": "PAYOUT"
}
],
...
}
],
"enabler_configuration": {
@@ -165,12 +154,7 @@ A seguir, mostramos um exemplo de notificação que você pode receber para QR q
"total_amount": "10.14"
}
]
},
{
"amount": "12.20",
"type": "CASH_OUT"
}
],
} ],
"status": "CANCELED",
"url": "https://api.mercadopago.com/instore-api/integrations/v1/intents/1234567-12345-12345678-1234567890/qr"
},
@@ -222,17 +206,7 @@ A seguir, mostramos um exemplo de notificação que você pode receber para QR q
"total_amount": "10.14"
}
]
},
{
"amount": "12.20",
"type": "CASH_OUT",
"additional_configuration": {
"fixed_amount": true,
"agency_type": "AGTOT",
"bank_service_code": "BANK CODE"
}
}
],
} ],
"status": "CANCELED",
"url": "https://api.mercadopago.com/instore-api/integrations/v1/intents/1234567-12345-12345678-1234567890/qr"
},