Financial Source code
- Summary
- Articles (616)
- APIs (2016)
- Mashups (125)
- SDKs (1537)
- Libraries (59)
- Source Code (690)
- Followers (23)
- Developers (123)
Financial Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
SPENDiD Grouping Outputs Curl Sample Code | The SPENDiD Grouping Outputs Curl Sample Code demonstrates how to access the API to capture and model data by groups. The transformer object provides an alias category title for each core budget key. | Budget | 08.04.2020 |
SPENDiD Grouping Inputs Curl Sample Code | The SPENDiD Grouping Inputs Curl Sample Code demonstrates how to connect inputs from a differently opinionated budget schema to SPENDiD services with minimal effort. Just supply the SPENDiD budget... | Budget | 08.04.2020 |
SPENDiD Financial Scoring Curl Sample Code | The SPENDiD Financial Scoring Curl Sample Code demonstrates how to use the behavioral modeling to create several index values. Each index has a midpoint value of zero. | Budget | 08.04.2020 |
SPENDiD Creating a Budget Curl Sample Code | The SPENDiD Creating a Budget Curl Sample Code demonstrates how to automate the math and validation tasks in the budgeting process. Developers can provide basic demographic information and any fixed... | Budget | 08.04.2020 |
SPENDiD Behavioral Models Curl Sample Code | The SPENDiD Behavioral Models Curl Sample Code demonstrates how to use the wrapper for SPENDiD's core internal modeling algorithm. The Creating a Budget and Financial Scoring services were built... | Budget | 08.04.2020 |
SPENDiD Score a Budget Python Sample Code | The SPENDiD Score a Budget Python Sample Code demonstrates how to import requests, use POST command to make requests, and receive headers with JSON formats in return. | Budget | 08.04.2020 |
SPENDiD Generate a Budget Node.js Sample Code | The SPENDiD Generate a Budget Node.js Sample Code demonstrates how to generate an annual budget based on a demographic profile and partial budget. | Budget | 08.04.2020 |
SPENDiD Authentication Curl Sample Code | The SPENDiD Authentication Curl Sample Code demonstrates using API Keys passed in the x-API-key HTTP header over the https protocol. | Budget | 08.04.2020 |
Intacct Update task TypeScript Sample Code | This TypeScript example demonstrates how to update a task and build a task object (an XML file). This outputs record number and project ID. | Financial | 06.24.2020 |
Intacct Create project TypeScript Sample Code | This TypeScript example demonstrates how to create a project and build an XML file. The test application creates a project with transaction rules included. | Financial | 06.24.2020 |
Intacct Create deposit TypeScript Sample Code | This TypeScript example demonstrates how to create a deposit entry. The test application generates an XML file containing bank account ID, and deposit date. | Financial | 06.24.2020 |
Intacct Charge Card update transaction TypeScript Sample Code | This TypeScript example demonstrates how to output an XML file containing credit card transaction update details. | Financial | 06.24.2020 |
Intacct Charge Card create transaction TypeScript Sample Code | This TypeScript example outputs an XML file containing card transaction details. The file includes credit card details and payment amount. | Financial | 06.24.2020 |
Intacct Update bill TypeScript Sample Code | This TypeScript example demonstrates how to generate an XML file after updating a billing entry. The file contains date details, currency, and description. | Financial | 06.24.2020 |
Intacct Create bill TypeScript Sample Code | This TypeScript Sample Code demonstrates how to display create bill details and output to an XML file. | Financial | 06.24.2020 |
Intacct Accounts Payable create summary TypeScript Sample Code | This TypeScript example demonstrates how to output an XML containing an AP adjustment summary. The output displays date creation details. | Financial | 06.24.2020 |
Intacct Accounts Payable delete adjustment TypeScript Sample Code | This TypeScript example demonstrates how to delete an AP adjustment case. The test application outputs an XML file containing the delete key. | Financial | 06.24.2020 |
Intacct Accounts Payable create adjustment TypeScript Sample Code | This TypeScript example demonstrates how to create an AP adjustment case. This generates an XML file. | Financial | 06.24.2020 |
Wanchain Total balance JavaScript Sample Code | This JavaScript example demonstrates how to retrieve the total balance associated with an account. The test application returns the Wancoins contained in a wallet. | Financial | 06.24.2020 |
Wanchain Offline wallet JavaScript Sample Code | This JavaScript example demonstrates how to initialize a blockchain wallet in offline mode. This test application supports key storage and wallet capabilities. | Financial | 06.24.2020 |
Modulr Node.js Sample Code | The Modulr Node.js Sample Code demonstrates how to access the API to create a virtual card, get an account, and get transactions. | Financial | 06.01.2020 |
Modulr Python Sample Code | The Modulr Python Sample Code demonstrates how to access the API to implement financial and business features. An API Key is required to authenticate. | Financial | 06.01.2020 |
Modulr Curl Sample Code | The Modulr Curl Sample Code demonstrates how to authenticate the API with an API Key and use POST verbs to make requests to the API. Responses will display financial information to implement into... | Financial | 06.01.2020 |
PostFinance Transaction service Python Sample Code | Python example that demonstrates how to setup a transaction service. The test application creates a line item (product with SKU), and creates the transaction model. | Financial | 05.24.2020 |
Checkbook.io Invoice Curl Sample Code | The Checkbook.io Invoice Curl Sample Code demonstrates how to create a new invoice with an account, amount, attachments, description, name, number, and recipient. | Financial | 05.13.2020 |