PHPackages                             eciboadaptech/finapi-webform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. eciboadaptech/finapi-webform

ActiveLibrary[API Development](/categories/api)

eciboadaptech/finapi-webform
============================

The following pages give you some general information on how to use our APIs.&lt;br/&gt;The actual API services documentation then follows further below. You can use the menu to jump between API sections.&lt;br/&gt;&lt;br/&gt;This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the '&lt;a target='\_blank' href='https://docs.finapi.io/?product=access#tag--Authorization'&gt;Authorization&lt;/a&gt;' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.&lt;br/&gt;Please also remember that all user management functions should be looked up in &lt;a target='\_blank' href='https://docs.finapi.io/?product=access'&gt;Access&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;You should also check out the &lt;a target='\_blank' href='https://documentation.finapi.io/webform/'&gt;Web Form 2.0 Public Documentation&lt;/a&gt; as well as &lt;a target='\_blank' href='https://documentation.finapi.io/access/'&gt;Access Public Documentation&lt;/a&gt; for more information. If you need any help with the API, contact &lt;a href='mailto:support@finapi.io'&gt;support@finapi.io&lt;/a&gt;.&lt;br/&gt;&lt;h2 id="general-information"&gt;General information&lt;/h2&gt;&lt;h3 id="general-request-ids"&gt;&lt;strong&gt;Request IDs&lt;/strong&gt;&lt;/h3&gt;With any API call, you can pass a request ID via a header with name "X-Request-Id". The request ID can be an arbitrary string with up to 255 characters. Passing a longer string will result in an error.&lt;br/&gt;&lt;br/&gt;If you don't pass a request ID for a call, finAPI will generate a random ID internally.&lt;br/&gt;&lt;br/&gt;The request ID is always returned back in the response of a service, as a header with name "X-Request-Id".&lt;br/&gt;&lt;br/&gt;We highly recommend to always pass a (preferably unique) request ID, and include it into your client application logs whenever you make a request or receive a response(especially in the case of an error response). finAPI is also logging request IDs on its end. Having a request ID can help the finAPI support team to work more efficiently and solve tickets faster.&lt;h3 id="type-coercion"&gt;&lt;strong&gt;Type Coercion&lt;/strong&gt;&lt;/h3&gt;In order to ease the integration for some languages, which do not natively support high precision number representations, Web Form 2.0 API supports relax type binding for the openAPI type &lt;code&gt;number&lt;/code&gt;, which is used for money amount fields. If you use one of those languages, to avoid precision errors that can appear from &lt;code&gt;float&lt;/code&gt; values, you can pass the amount as a &lt;code&gt;string&lt;/code&gt;.&lt;h3 id="general-faq"&gt;&lt;strong&gt;FAQ&lt;/strong&gt;&lt;/h3&gt;&lt;strong&gt;Is there a finAPI SDK?&lt;/strong&gt;&lt;br/&gt;Currently we do not offer a native SDK, but there is the option to generate an SDKfor almost any target language via OpenAPI. Use the 'Download SDK' button on this page for SDK generation.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Why do I need to keep authorizing when calling services on this page?&lt;/strong&gt;&lt;br/&gt;This page is a "one-page-app". Reloading the page resets the OAuth authorization context. There is generally no need to reload the page, so just don't do it and your authorization will persist.

0362PHP

Since Jan 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/eciboadaptech/finapi-webform)[ Packagist](https://packagist.org/packages/eciboadaptech/finapi-webform)[ RSS](/packages/eciboadaptech-finapi-webform/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

The following pages give you some general information on how to use our APIs.
The actual API services documentation then follows further below. You can use the menu to jump between API sections.

This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the '[Authorization](https://docs.finapi.io/?product=access#tag--Authorization)' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.
Please also remember that all user management functions should be looked up in [Access](https://docs.finapi.io/?product=access).

You should also check out the [Web Form 2.0 Public Documentation](https://documentation.finapi.io/webform/) as well as [Access Public Documentation](https://documentation.finapi.io/access/) for more information. If you need any help with the API, contact [](mailto:support@finapi.io).
&lt;h2 id="general-information"&gt;General information&lt;h3 id="general-request-ids"&gt;**Request IDs**With any API call, you can pass a request ID via a header with name "X-Request-Id". The request ID can be an arbitrary string with up to 255 characters. Passing a longer string will result in an error.

If you don't pass a request ID for a call, finAPI will generate a random ID internally.

The request ID is always returned back in the response of a service, as a header with name "X-Request-Id".

We highly recommend to always pass a (preferably unique) request ID, and include it into your client application logs whenever you make a request or receive a response(especially in the case of an error response). finAPI is also logging request IDs on its end. Having a request ID can help the finAPI support team to work more efficiently and solve tickets faster.&lt;h3 id="type-coercion"&gt;**Type Coercion**In order to ease the integration for some languages, which do not natively support high precision number representations, Web Form 2.0 API supports relax type binding for the openAPI type `number`, which is used for money amount fields. If you use one of those languages, to avoid precision errors that can appear from `float` values, you can pass the amount as a `string`.&lt;h3 id="general-faq"&gt;**FAQIs there a finAPI SDK?**
Currently we do not offer a native SDK, but there is the option to generate an SDKfor almost any target language via OpenAPI. Use the 'Download SDK' button on this page for SDK generation.

**Why do I need to keep authorizing when calling services on this page?**
This page is a "one-page-app". Reloading the page resets the OAuth authorization context. There is generally no need to reload the page, so just don't do it and your authorization will persist.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https:////.git"
    }
  ],
  "require": {
    "/": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
