Crea un registro de de kriptostores (sin domicilio existente).
| Name | Description |
|---|---|
| product_data | product data |
| manual | True si es mediante (no lo tengo), false si es por el buscador |
| crypto_network_id | Red que se usara para el pago |
| postal_code | Codigo postal |
| street_address | Calle |
| street_number | Altura de la calle |
| city | Ciudad |
| region | Region |
| country | Pais |
| recipient | Persona que retira |
| recipient_phone | Telefono de la persona que retira |
| recipient_document | Documento de la persona que retira |
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
POST /internal/clients/kriptostores
{"product_data":[{"url":"https://www.amazon.com/-/es/MacBook-pulgadas-Retina-MGXG2LL-renovada","fiat_price":20000,"fiat":"ars"}],"manual":true,"crypto_network_id":1,"postal_code":"2020","street_address":"Rivadavia","street_number":"3200","city":"CABA","region":"CABA","country":"Argentina","recipient":"jose","recipient_phone":"31214141152","recipient_document":"8787139431"}
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/"8ecfa0968fc6dc10b8e85701c09d7aba" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: e606a715-bf6f-439e-8f60-11042dcdba85 X-Runtime: 0.203255 Vary: Origin Content-Length: 127
200 OK
{
"data": {
"url": "http://localhost:3000/pay?token=OAWLnTZPO9zX2luE7AXQ",
"external_code": "OAWLnTZPO9zX2luE7AXQ",
"address": "jjjj"
}
}