{
  "item": [
    {
      "id": "c01aa262-ac13-4c67-9b4a-7868ecf2a87b",
      "name": "currencies",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6b3cf542-012c-47c7-b993-f69e4ca86ed5",
          "name": "currencies list",
          "request": {
            "name": "currencies list",
            "description": {
              "content": "● Description: Returns a list of all cryptocurrencies available for payments.\n\n● Header: The ‘X-Device-Id’ (Api Key) from the Merchant. You will find it on B4bit Pay Dashboard.\n\n● VERY IMPORTANT: There are currencies such as XRP, XLM and ALGO that use TAG/MEMO, in the case of using Api-Gateway,\n        it is very important to show this information to the client to make the payment. Otherwise, if the customer does not\n        enter the TAG/MEMO along with the address and amount, the customer's funds will be lost.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "currencies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "308300b4-f19d-4fce-888a-eb675d3eeccf",
              "name": "Successful operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"symbol\": \"string\",\n  \"name\": \"str\",\n  \"min_amount\": \"string\",\n  \"max_amount\": \"string\",\n  \"image\": \"string\",\n  \"blockchain\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fad9b4b0-73f4-4afd-987f-a411622e0071",
              "name": "The authentication credentials where not provided.",
              "originalRequest": {
                "url": {
                  "path": [
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "07f72857-ded8-4231-88f4-c995e6f30c19",
              "name": "Some internal error happened. Try again or, if the problem persists, contact us.",
              "originalRequest": {
                "url": {
                  "path": [
                    "currencies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ca5e916a-e40c-4d77-ac96-4f1f1e6bf0e7",
      "name": "device",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0f8f7b51-a779-46c4-be2c-cb7f15aea336",
          "name": "device create",
          "request": {
            "name": "device create",
            "description": {
              "content": "● Description: Create Device for Merchant.\n\n● Header: The ‘X-Device-Id’ (Api Key) from the Device. You will find it on B4bit Pay Dashboard.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "device",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"str\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a7f5a207-23d0-408d-b56f-1010853d1723",
              "name": "Successful operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "device",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"str\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"string\",\n  \"identifier\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3bd1062-13f7-4b9b-9916-03a6e3b5d3c9",
              "name": "The authentication credentials where not provided.",
              "originalRequest": {
                "url": {
                  "path": [
                    "device",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"str\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b8908b2e-a8b2-4923-ad77-8ab951a3ad5d",
              "name": "Some internal error happened. Try again or, if the problem persists, contact us.",
              "originalRequest": {
                "url": {
                  "path": [
                    "device",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"str\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ea6748c2-703e-4769-8cc6-e6326c8b6d19",
      "name": "orders",
      "description": {
        "content": "",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "63504695-d8b2-4c4a-b334-ce47f29b3239",
          "name": "orders list",
          "request": {
            "name": "orders list",
            "description": {
              "content": "● Description: Returns a list of all Device payments in a specific time period.\n\n● Header: The ‘X-Device-Id’ (Api Key) from the Merchant. You will find it on B4bit Pay Dashboard.\n\n● Input data: There are optional arguments in the url, ‘start’ y ‘end’. With the format YYYY/MM/DD.\n        Example url: https://pos.b4bit.com/api/v1/orders/?start=2021/01/01&end=2022/01/04\n\n● Output data: If it doesn't receive arguments in the url, it will return the payments of the last 7 days.\n        The other option is to return the payments between the two dates given.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "orders",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e2c11a4a-9b44-4fd9-ad82-f3f6d34063a6",
              "name": "Successful operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"identifier\": \"1e232f30-f081-5170-8bc1-cf5e6a2327ef\",\n  \"reference\": \"string\",\n  \"created_at\": \"1973-02-23T16:20:37.949Z\",\n  \"edited_at\": \"1991-01-16T12:20:28.951Z\",\n  \"status\": \"CO\",\n  \"fiat_amount\": 1958.3050027712522,\n  \"crypto_amount\": 1354.0815706943565,\n  \"unconfirmed_amount\": 3620.225450645691,\n  \"confirmed_amount\": 2820.2480776112648,\n  \"currency_id\": \"string\",\n  \"merchant_device_id\": 5440,\n  \"merchant_device\": \"string\",\n  \"address\": \"string\",\n  \"tag_memo\": \"string\",\n  \"url_ko\": \"https://PadQxbkdEURXdewKxSehGOSHTHrRr.kkeEqQKm6HiEShHltcXKgb45ND\",\n  \"url_ok\": \"https://qaURVgHzlKTZTHuirXnEtsmFrli.idhsdaV\",\n  \"url_standby\": \"https://tqcLdybVfMRZ.tldC+,cMOGg19Zspm6eG2zJdDDMtK4GaTBrxnJFRpCJA9ZToyJzF2TCdFmf6mEBXy6Cdf\",\n  \"expired_time\": \"2008-07-01T16:28:10.859Z\",\n  \"good_fee\": true,\n  \"notes\": \"string\",\n  \"rbf\": true,\n  \"safe\": false,\n  \"fiat\": \"MXN\",\n  \"language\": \"ES\",\n  \"percentage\": 9527.18147689649,\n  \"received_amount\": 7062.280594548933,\n  \"balance_based\": \"string\",\n  \"internal_data\": \"string\",\n  \"transactions\": [\n    {\n      \"confirmed\": true,\n      \"currency\": \"string\",\n      \"amount\": 6360.258425539742,\n      \"tx_hash\": \"string\",\n      \"block\": 8189,\n      \"created_at\": \"1980-09-03T04:20:00.724Z\"\n    },\n    {\n      \"confirmed\": false,\n      \"currency\": \"string\",\n      \"amount\": 7042.254278311047,\n      \"tx_hash\": \"string\",\n      \"block\": 3490,\n      \"created_at\": \"1994-06-22T06:06:10.876Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "619adf85-d85b-4db8-bc72-1879f44bffba",
              "name": "The authentication credentials where not provided.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9c6e038f-867d-4dce-8ba8-fdee33a0a9c9",
              "name": "Some internal error happened. Try again or, if the problem persists, contact us.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "238884b6-3e35-45ec-a0ea-8f20e0fb39fa",
          "name": "orders create",
          "request": {
            "name": "orders create",
            "description": {
              "content": "● Description: Create a payment for a Merchant. Depending on the merchant and the fiat amount, front_dni and\n        back_dni images will be required.\n\n● Header: The ‘X-Device-Id’ (Api Key) from the Device. You will find it on B4bit Pay Dashboard.\n\n● Output data: If it doesn't receive 'input_currency' all the nullable fields won't be returned.\n\n● VERY IMPORTANT: There are currencies such as XRP, XLM and ALGO that use TAG/MEMO, in the case of using Api-Gateway,\n        it is very important to show this information to the client to make the payment. Otherwise, if the customer does not\n        enter the TAG/MEMO along with the address and amount, the customer's funds will be lost.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "orders",
                ""
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "expected_output_amount",
                  "value": "1256.298649538552",
                  "type": "text",
                  "description": "(Required) Payment amount in fiat (MXN)."
                },
                {
                  "key": "input_currency",
                  "value": "string",
                  "type": "text",
                  "description": "The cryptocurrency that will be use to make the payment."
                },
                {
                  "key": "merchant_urlko",
                  "value": "https://FAhbEBkXYInhiyvIBtNVfZiRxFqCoEpD.forGm7KzJmOzOkBr.Ghl-Z4KUGM+P,IiDT75,YM2gcFJNpRC",
                  "type": "text",
                  "description": "The redirection url for not completed or expired payments."
                },
                {
                  "key": "merchant_urlok",
                  "value": "http://ywYoidPiRruwOrScTRSqmF.wdhuRWnTks9m4R3wan5pnNxXxhRUDl.g..qMij9yuXwnu",
                  "type": "text",
                  "description": "The redirection url for completed payments."
                },
                {
                  "key": "merchant_url_standby",
                  "value": "http://MDXOzcjlvSwNTAsWXdOa.urmRYgBWNmP0QVbZMijYeLpi6arE4s1BBseq8Agk",
                  "type": "text",
                  "description": "The redirection url to wait for payment confirmation."
                },
                {
                  "key": "notes",
                  "value": "string",
                  "type": "text",
                  "description": "Product or service description of the payment."
                },
                {
                  "key": "reference",
                  "value": "string",
                  "type": "text",
                  "description": "Payment reference."
                },
                {
                  "key": "fiat",
                  "value": "MXN",
                  "type": "text",
                  "description": "Fiat available. (This can only be one of EUR,USD,GBP,ARS,AUD,BGN,BOB,BRL,CAD,CHF,CLP,COP,DKK,DOP,GEL,HUF,ISK,JPY,KRW,MXN,NOK,NZD,PEN,PLN,PYG,RON,SEK,SGD,SVC,UYU)"
                },
                {
                  "key": "language",
                  "value": "ES",
                  "type": "text",
                  "description": "Language."
                },
                {
                  "key": "home_address",
                  "value": "string",
                  "type": "text",
                  "description": "Home address"
                },
                {
                  "key": "address_additional",
                  "value": "string",
                  "type": "text",
                  "description": "Address additional info."
                },
                {
                  "key": "email_client",
                  "value": "EHmGvFDcaOyVOO@tvCSIZ.ymz",
                  "type": "text",
                  "description": "Email"
                },
                {
                  "key": "full_name",
                  "value": "string",
                  "type": "text",
                  "description": "Full name"
                },
                {
                  "key": "address_number",
                  "value": "string",
                  "type": "text",
                  "description": "Address number"
                },
                {
                  "key": "zip_code",
                  "value": "string",
                  "type": "text",
                  "description": "Zipcode"
                },
                {
                  "key": "city",
                  "value": "string",
                  "type": "text",
                  "description": "City"
                },
                {
                  "key": "province",
                  "value": "string",
                  "type": "text",
                  "description": "Province"
                },
                {
                  "key": "country",
                  "value": "st",
                  "type": "text",
                  "description": "Example: \"ES\". ISO 3166 in Alpha-2 code."
                },
                {
                  "key": "phone_number",
                  "value": "string",
                  "type": "text",
                  "description": "Mobile phone"
                },
                {
                  "key": "nif",
                  "value": "string",
                  "type": "text",
                  "description": "Personal ID"
                },
                {
                  "key": "internal_data",
                  "value": "string",
                  "type": "text",
                  "description": "Internal data stored by the merchant."
                }
              ]
            }
          },
          "response": [
            {
              "id": "a2fe753f-4096-4056-9420-a88e4b6551be",
              "name": "Successful operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Payment amount in fiat (MXN).",
                        "type": "text/plain"
                      },
                      "key": "expected_output_amount",
                      "value": "1256.298649538552",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The cryptocurrency that will be use to make the payment.",
                        "type": "text/plain"
                      },
                      "key": "input_currency",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for not completed or expired payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlko",
                      "value": "https://FAhbEBkXYInhiyvIBtNVfZiRxFqCoEpD.forGm7KzJmOzOkBr.Ghl-Z4KUGM+P,IiDT75,YM2gcFJNpRC",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for completed payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlok",
                      "value": "http://ywYoidPiRruwOrScTRSqmF.wdhuRWnTks9m4R3wan5pnNxXxhRUDl.g..qMij9yuXwnu",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url to wait for payment confirmation.",
                        "type": "text/plain"
                      },
                      "key": "merchant_url_standby",
                      "value": "http://MDXOzcjlvSwNTAsWXdOa.urmRYgBWNmP0QVbZMijYeLpi6arE4s1BBseq8Agk",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Product or service description of the payment.",
                        "type": "text/plain"
                      },
                      "key": "notes",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Payment reference.",
                        "type": "text/plain"
                      },
                      "key": "reference",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Fiat available. (This can only be one of EUR,USD,GBP,ARS,AUD,BGN,BOB,BRL,CAD,CHF,CLP,COP,DKK,DOP,GEL,HUF,ISK,JPY,KRW,MXN,NOK,NZD,PEN,PLN,PYG,RON,SEK,SGD,SVC,UYU)",
                        "type": "text/plain"
                      },
                      "key": "fiat",
                      "value": "MXN",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Language.",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "ES",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Home address",
                        "type": "text/plain"
                      },
                      "key": "home_address",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address additional info.",
                        "type": "text/plain"
                      },
                      "key": "address_additional",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Email",
                        "type": "text/plain"
                      },
                      "key": "email_client",
                      "value": "EHmGvFDcaOyVOO@tvCSIZ.ymz",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Full name",
                        "type": "text/plain"
                      },
                      "key": "full_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address number",
                        "type": "text/plain"
                      },
                      "key": "address_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Zipcode",
                        "type": "text/plain"
                      },
                      "key": "zip_code",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "City",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Province",
                        "type": "text/plain"
                      },
                      "key": "province",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Example: \"ES\". ISO 3166 in Alpha-2 code.",
                        "type": "text/plain"
                      },
                      "key": "country",
                      "value": "st",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Mobile phone",
                        "type": "text/plain"
                      },
                      "key": "phone_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Personal ID",
                        "type": "text/plain"
                      },
                      "key": "nif",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Internal data stored by the merchant.",
                        "type": "text/plain"
                      },
                      "key": "internal_data",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"identifier\": \"string\",\n  \"reference\": \"string\",\n  \"payment_uri\": \"string\",\n  \"web_url\": \"https://AcACqf.mhfU6mnYRhAb1gTiAhM9Wa4uYjRy\",\n  \"address\": \"string\",\n  \"tag_memo\": \"string\",\n  \"input_currency\": \"string\",\n  \"expected_input_amount\": 8819.605256865823,\n  \"rate\": 2775.8659059168567,\n  \"notes\": \"string\",\n  \"fiat\": \"MXN\",\n  \"language\": \"ES\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f05f4c93-3f0e-4aea-975e-570e121fd628",
              "name": "The authentication credentials where not provided.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Payment amount in fiat (MXN).",
                        "type": "text/plain"
                      },
                      "key": "expected_output_amount",
                      "value": "1256.298649538552",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The cryptocurrency that will be use to make the payment.",
                        "type": "text/plain"
                      },
                      "key": "input_currency",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for not completed or expired payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlko",
                      "value": "https://FAhbEBkXYInhiyvIBtNVfZiRxFqCoEpD.forGm7KzJmOzOkBr.Ghl-Z4KUGM+P,IiDT75,YM2gcFJNpRC",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for completed payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlok",
                      "value": "http://ywYoidPiRruwOrScTRSqmF.wdhuRWnTks9m4R3wan5pnNxXxhRUDl.g..qMij9yuXwnu",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url to wait for payment confirmation.",
                        "type": "text/plain"
                      },
                      "key": "merchant_url_standby",
                      "value": "http://MDXOzcjlvSwNTAsWXdOa.urmRYgBWNmP0QVbZMijYeLpi6arE4s1BBseq8Agk",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Product or service description of the payment.",
                        "type": "text/plain"
                      },
                      "key": "notes",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Payment reference.",
                        "type": "text/plain"
                      },
                      "key": "reference",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Fiat available. (This can only be one of EUR,USD,GBP,ARS,AUD,BGN,BOB,BRL,CAD,CHF,CLP,COP,DKK,DOP,GEL,HUF,ISK,JPY,KRW,MXN,NOK,NZD,PEN,PLN,PYG,RON,SEK,SGD,SVC,UYU)",
                        "type": "text/plain"
                      },
                      "key": "fiat",
                      "value": "MXN",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Language.",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "ES",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Home address",
                        "type": "text/plain"
                      },
                      "key": "home_address",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address additional info.",
                        "type": "text/plain"
                      },
                      "key": "address_additional",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Email",
                        "type": "text/plain"
                      },
                      "key": "email_client",
                      "value": "EHmGvFDcaOyVOO@tvCSIZ.ymz",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Full name",
                        "type": "text/plain"
                      },
                      "key": "full_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address number",
                        "type": "text/plain"
                      },
                      "key": "address_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Zipcode",
                        "type": "text/plain"
                      },
                      "key": "zip_code",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "City",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Province",
                        "type": "text/plain"
                      },
                      "key": "province",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Example: \"ES\". ISO 3166 in Alpha-2 code.",
                        "type": "text/plain"
                      },
                      "key": "country",
                      "value": "st",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Mobile phone",
                        "type": "text/plain"
                      },
                      "key": "phone_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Personal ID",
                        "type": "text/plain"
                      },
                      "key": "nif",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Internal data stored by the merchant.",
                        "type": "text/plain"
                      },
                      "key": "internal_data",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c28d2d47-f250-48dc-aa73-53f72033b748",
              "name": "Invalid currency or minimum amount not reached. \n\nUrl redirections or symbol missed.\n\nDNI Image is missed.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Payment amount in fiat (MXN).",
                        "type": "text/plain"
                      },
                      "key": "expected_output_amount",
                      "value": "1256.298649538552",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The cryptocurrency that will be use to make the payment.",
                        "type": "text/plain"
                      },
                      "key": "input_currency",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for not completed or expired payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlko",
                      "value": "https://FAhbEBkXYInhiyvIBtNVfZiRxFqCoEpD.forGm7KzJmOzOkBr.Ghl-Z4KUGM+P,IiDT75,YM2gcFJNpRC",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for completed payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlok",
                      "value": "http://ywYoidPiRruwOrScTRSqmF.wdhuRWnTks9m4R3wan5pnNxXxhRUDl.g..qMij9yuXwnu",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url to wait for payment confirmation.",
                        "type": "text/plain"
                      },
                      "key": "merchant_url_standby",
                      "value": "http://MDXOzcjlvSwNTAsWXdOa.urmRYgBWNmP0QVbZMijYeLpi6arE4s1BBseq8Agk",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Product or service description of the payment.",
                        "type": "text/plain"
                      },
                      "key": "notes",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Payment reference.",
                        "type": "text/plain"
                      },
                      "key": "reference",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Fiat available. (This can only be one of EUR,USD,GBP,ARS,AUD,BGN,BOB,BRL,CAD,CHF,CLP,COP,DKK,DOP,GEL,HUF,ISK,JPY,KRW,MXN,NOK,NZD,PEN,PLN,PYG,RON,SEK,SGD,SVC,UYU)",
                        "type": "text/plain"
                      },
                      "key": "fiat",
                      "value": "MXN",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Language.",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "ES",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Home address",
                        "type": "text/plain"
                      },
                      "key": "home_address",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address additional info.",
                        "type": "text/plain"
                      },
                      "key": "address_additional",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Email",
                        "type": "text/plain"
                      },
                      "key": "email_client",
                      "value": "EHmGvFDcaOyVOO@tvCSIZ.ymz",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Full name",
                        "type": "text/plain"
                      },
                      "key": "full_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address number",
                        "type": "text/plain"
                      },
                      "key": "address_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Zipcode",
                        "type": "text/plain"
                      },
                      "key": "zip_code",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "City",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Province",
                        "type": "text/plain"
                      },
                      "key": "province",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Example: \"ES\". ISO 3166 in Alpha-2 code.",
                        "type": "text/plain"
                      },
                      "key": "country",
                      "value": "st",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Mobile phone",
                        "type": "text/plain"
                      },
                      "key": "phone_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Personal ID",
                        "type": "text/plain"
                      },
                      "key": "nif",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Internal data stored by the merchant.",
                        "type": "text/plain"
                      },
                      "key": "internal_data",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4f10d35e-8019-4430-82a6-d1a5edec04a4",
              "name": "Some internal error happened. Try again or, if the problem persists, contact us.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    ""
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Payment amount in fiat (MXN).",
                        "type": "text/plain"
                      },
                      "key": "expected_output_amount",
                      "value": "1256.298649538552",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The cryptocurrency that will be use to make the payment.",
                        "type": "text/plain"
                      },
                      "key": "input_currency",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for not completed or expired payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlko",
                      "value": "https://FAhbEBkXYInhiyvIBtNVfZiRxFqCoEpD.forGm7KzJmOzOkBr.Ghl-Z4KUGM+P,IiDT75,YM2gcFJNpRC",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url for completed payments.",
                        "type": "text/plain"
                      },
                      "key": "merchant_urlok",
                      "value": "http://ywYoidPiRruwOrScTRSqmF.wdhuRWnTks9m4R3wan5pnNxXxhRUDl.g..qMij9yuXwnu",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "The redirection url to wait for payment confirmation.",
                        "type": "text/plain"
                      },
                      "key": "merchant_url_standby",
                      "value": "http://MDXOzcjlvSwNTAsWXdOa.urmRYgBWNmP0QVbZMijYeLpi6arE4s1BBseq8Agk",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Product or service description of the payment.",
                        "type": "text/plain"
                      },
                      "key": "notes",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Payment reference.",
                        "type": "text/plain"
                      },
                      "key": "reference",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Fiat available. (This can only be one of EUR,USD,GBP,ARS,AUD,BGN,BOB,BRL,CAD,CHF,CLP,COP,DKK,DOP,GEL,HUF,ISK,JPY,KRW,MXN,NOK,NZD,PEN,PLN,PYG,RON,SEK,SGD,SVC,UYU)",
                        "type": "text/plain"
                      },
                      "key": "fiat",
                      "value": "MXN",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Language.",
                        "type": "text/plain"
                      },
                      "key": "language",
                      "value": "ES",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Home address",
                        "type": "text/plain"
                      },
                      "key": "home_address",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address additional info.",
                        "type": "text/plain"
                      },
                      "key": "address_additional",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Email",
                        "type": "text/plain"
                      },
                      "key": "email_client",
                      "value": "EHmGvFDcaOyVOO@tvCSIZ.ymz",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Full name",
                        "type": "text/plain"
                      },
                      "key": "full_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Address number",
                        "type": "text/plain"
                      },
                      "key": "address_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Zipcode",
                        "type": "text/plain"
                      },
                      "key": "zip_code",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "City",
                        "type": "text/plain"
                      },
                      "key": "city",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Province",
                        "type": "text/plain"
                      },
                      "key": "province",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Example: \"ES\". ISO 3166 in Alpha-2 code.",
                        "type": "text/plain"
                      },
                      "key": "country",
                      "value": "st",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Mobile phone",
                        "type": "text/plain"
                      },
                      "key": "phone_number",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Personal ID",
                        "type": "text/plain"
                      },
                      "key": "nif",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Internal data stored by the merchant.",
                        "type": "text/plain"
                      },
                      "key": "internal_data",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "013803f7-44f6-4d5e-8fbd-0c8fe5ab2652",
          "name": "orders info read",
          "request": {
            "name": "orders info read",
            "description": {
              "content": "● Description: Check the information of a specific payment.\n\n● Header: The ‘X-Device-Id’ (Api Key) from the Merchant. You will find it on B4bit Pay Dashboard.\n\n● Input data: It is required in the url, the \"indentifier\" of the payment you want to receive the information.\n\n● Output data: Returns all the information and transactions of a payment.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "orders",
                "info",
                ":identifier"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "identifier",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8a775161-afcf-4236-8e6c-9413b9ae604b",
              "name": "Successful operation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    "info",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identifier",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"identifier\": \"25bf3385-ade1-1e53-0fe4-0238c23b31c8\",\n  \"reference\": \"string\",\n  \"created_at\": \"1978-03-23T11:13:11.227Z\",\n  \"edited_at\": \"1946-06-19T01:56:52.535Z\",\n  \"status\": \"IA\",\n  \"fiat_amount\": 4862.947851320887,\n  \"crypto_amount\": 7555.477603718341,\n  \"unconfirmed_amount\": 1207.5951192476398,\n  \"confirmed_amount\": 1952.1440085556162,\n  \"currency_id\": \"string\",\n  \"merchant_device_id\": 5152,\n  \"merchant_device\": \"string\",\n  \"address\": \"string\",\n  \"tag_memo\": \"string\",\n  \"url_ko\": \"https://IbkGSubnLLyrwrKCJueL.ltxzTnhEG9VyPkwXED1kb4,Sy0.TQl\",\n  \"url_ok\": \"https://QJNOoxbOkEIABuvab.pvtlntugJiIS2O6gv06T\",\n  \"url_standby\": \"https://WkVsPXiDQGHoJGUiQ.twxbyPY8UhpYQtUcFuOeeN5FxpMd2p+ikMpNSoA4OfDw5QBsqXDRnoPwog10hRjFT9EcmhOp44c-gI0FMsUw\",\n  \"expired_time\": \"1991-05-24T07:27:41.071Z\",\n  \"good_fee\": false,\n  \"notes\": \"string\",\n  \"rbf\": true,\n  \"safe\": true,\n  \"fiat\": \"MXN\",\n  \"language\": \"ES\",\n  \"percentage\": 27.558606766004967,\n  \"received_amount\": 409.2393216377066,\n  \"balance_based\": \"string\",\n  \"internal_data\": \"string\",\n  \"transactions\": [\n    {\n      \"confirmed\": false,\n      \"currency\": \"string\",\n      \"amount\": 6882.332935343127,\n      \"tx_hash\": \"string\",\n      \"block\": 4503,\n      \"created_at\": \"2024-05-01T20:02:33.645Z\"\n    },\n    {\n      \"confirmed\": false,\n      \"currency\": \"string\",\n      \"amount\": 4300.484898991747,\n      \"tx_hash\": \"string\",\n      \"block\": 6549,\n      \"created_at\": \"1982-05-17T00:28:07.790Z\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b98e760c-900d-4768-a017-3f985e9c5de6",
              "name": "The authentication credentials where not provided.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    "info",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identifier",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5bf849bf-df60-42f4-9018-ac34ea3f5ad3",
              "name": "Some internal error happened. Try again or, if the problem persists, contact us.",
              "originalRequest": {
                "url": {
                  "path": [
                    "orders",
                    "info",
                    ":identifier"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "identifier",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: apikey",
                      "type": "text/plain"
                    },
                    "key": "X-Device-Id",
                    "value": "<API Key>"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://pos.b4bit.com/api/v1",
      "key": "baseUrl"
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "key",
        "value": "X-Device-Id"
      },
      {
        "key": "value",
        "value": "{{apiKey}}"
      },
      {
        "key": "in",
        "value": "header"
      }
    ]
  },
  "info": {
    "_postman_id": "83eda787-dfee-411f-91f9-ff9aebf9ece1",
    "name": "B4bit Pay API",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "<img alt=\"Logo\" style=\"width:200px\" src=\"https://dev-payments.b4bit.com/media/crytocurrencies/image_2.png\" /> \n\n <p><span style=\"font-size:11pt\"><span style=\"font-family:Arial\"><span style=\"color:#000000\"><p>DOCUMENTACIÓN <a href=\"https://b4bit.gitbook.io/pay-es\" target=\"_blank\">GitbookES</a>.</p></span></span></span></p>\n\nDocumentación completa: https://docs.b4bit.com/pay/api/",
      "type": "text/plain"
    }
  }
}
