Muestra la lista de walllets de un merchant.
Retorna la lista de stores.
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/v1/merchants/stores
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"d06c318e518d154ac46e4ed374a468b8" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 9b00132c-32c9-440b-90ca-0ea91c56bdee X-Runtime: 0.027430 Vary: Origin Content-Length: 273
200 OK
{
"data": [
{
"id": 2,
"latitude": "-34.639281",
"longitude": "-58.435188",
"name": "Test update",
"description": "Test Update",
"code": "5NpK2giBpZ7QoO8kyft8",
"json_data": {
},
"address": "Update 1234",
"kind": "events",
"payment_url": "https://pay.kriptonmarket.com/?token=",
"focus_map": true
}
]
}