Kriptostores API

Crea un registro de de kriptostores (con domicilio existente).

Crea un registro de de kriptostores (con domicilio existente).

POST /internal/clients/kriptostores

Parameters

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
domicile_id id del domicilio
recipient Persona que retira
recipient_phone Telefono de la persona que retira
recipient_document Documento de la persona que retira

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

POST /internal/clients/kriptostores

Body

{"product_data":[{"url":"https://www.amazon.com/-/es/MacBook-pulgadas-Retina-MGXG2LL-renovada","fiat_price":20000,"fiat":"ars"}],"manual":true,"crypto_network_id":1,"domicile_id":18,"recipient":"jose","recipient_phone":"31214141152","recipient_document":"8787139431"}

Response

Headers

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/"227adccfbd582914d9149daa5a85abe6"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: c6d29ff3-7744-47ad-a8d5-4f0a9ba1a950
X-Runtime: 0.242918
Vary: Origin
Content-Length: 127

Status

200 OK

Body

{
  "data": {
    "url": "http://localhost:3000/pay?token=paFEpMn7VW8ERzHuafsi",
    "external_code": "paFEpMn7VW8ERzHuafsi",
    "address": "jjjj"
  }
}