{
  "info": {
    "_postman_id": "c4541667-2112-4761-9035-7f18d448e6aa",
    "name": "Priora",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "/api/v2/providers",
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "value": "auth_app_id",
            "type": "text"
          },
          {
            "key": "App-Secret",
            "value": "auth_app_secret",
            "type": "text"
          },
          {
            "key": "Content-Type",
            "name": "Content-Type",
            "value": "application/x-www-form-urlencoded",
            "type": "text"
          }
        ],
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/providers",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "providers"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/providers/:provider_code/templates",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Content-Type",
            "value": "application/x-www-form-urlencoded",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/providers/:provider_code/templates",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "providers",
            ":provider_code",
            "templates"
          ],
          "variable": [
            {
              "key": "provider_code",
              "value": ""
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/tokens/remote",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "POST",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Content-Type",
            "name": "Content-Type",
            "value": "application/x-www-form-urlencoded",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/tokens/remote",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "tokens",
            "remote"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/sessions/:secret",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/sessions/:secret",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "sessions",
            ":secret"
          ],
          "variable": [
            {
              "key": "secret",
              "value": ""
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/accounts/all",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          },
          {
            "key": "Access-Token",
            "value": "access_token",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/accounts/all",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "accounts",
            "all"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/accounts/holder",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "value": "access_token",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/accounts/holder",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "accounts",
            "holder"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/accounts/payment",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "value": "access_token",
            "type": "text"
          }
        ],
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/accounts/payment",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "accounts",
            "payment"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/accounts",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "PUT",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "value": "application/json",
            "type": "text"
          },
          {
            "key": "Access-Token",
            "value": "access_token",
            "type": "text"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/accounts",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "accounts"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/accounts/:account_id/transactions",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "type": "text",
            "value": "access_token"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/accounts/:account_id/transactions",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "accounts",
            ":account_id",
            "transactions"
          ],
          "variable": [
            {
              "key": "account_id",
              "value": ""
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/payments/:id",
      "protocolProfileBehavior": {
        "disableBodyPruning": true
      },
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "GET",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "type": "text",
            "value": "access_token"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/payments/:id",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "payments",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": ""
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/payments",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "POST",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "type": "text",
            "value": "access_token"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": ""
        },
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/payments",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "payments"
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/payments/:id",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "PUT",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "type": "text",
            "value": "access_token"
          }
        ],
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/payments/:id",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "payments",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": ""
            }
          ]
        }
      },
      "response": []
    },
    {
      "name": "/api/v2/payments/check_funds",
      "request": {
        "auth": {
          "type": "bearer",
          "bearer": [
            {
              "key": "token",
              "value": "",
              "type": "string"
            }
          ]
        },
        "method": "POST",
        "header": [
          {
            "key": "App-Id",
            "type": "text",
            "value": "auth_app_id"
          },
          {
            "key": "App-Secret",
            "type": "text",
            "value": "auth_app_secret"
          },
          {
            "key": "Accept",
            "type": "text",
            "value": "application/json"
          },
          {
            "key": "Access-Token",
            "value": "access_token",
            "type": "text"
          }
        ],
        "url": {
          "raw": "https://priora.saltedge.com/api/v2/payments/check_funds",
          "protocol": "https",
          "host": [
            "priora",
            "saltedge",
            "com"
          ],
          "path": [
            "api",
            "v2",
            "payments",
            "check_funds"
          ],
          "query": [
            {
              "key": "App-Id",
              "value": "auth_app_id",
              "disabled": true
            },
            {
              "key": "App-Secret",
              "value": "auth_app_secret",
              "disabled": true
            }
          ]
        }
      },
      "response": []
    }
  ],
  "protocolProfileBehavior": {}
}