AI prompts
base on # synctera
Synctera - the Ruby gem for the Synctera API
This is the official reference documentation for Synctera APIs. If you need something specific or have a question, <a class='text-blue-600' href='https://synctera.com/contact-us' target='_blank' rel='noreferrer'>contact us</a>.</p>
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 0.139.0
- Package version: 1.0.0
- Generator version: 7.9.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
To build the Ruby code into a gem:
```shell
gem build synctera.gemspec
```
Then either install the gem locally:
```shell
gem install ./synctera-1.0.0.gem
```
(for development, run `gem install --dev ./synctera-1.0.0.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
gem 'synctera', '~> 1.0.0'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
gem 'synctera', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
### Include the Ruby code directly
Include the Ruby code directly using `-I` as follows:
```shell
ruby -Ilib script.rb
```
## Getting Started
Please follow the [installation](#installation) procedure and then run the following code:
```ruby
# Load the gem
require 'synctera'
# Setup authorization
Synctera.configure do |config|
# Configure Bearer authorization (api_key): bearerAuth
config.access_token = 'YOUR_BEARER_TOKEN'
# Configure a proc to get access tokens in lieu of the static access_token configuration
config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
# Configure faraday connection
config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }
end
api_instance = Synctera::ACHApi.new
gateway_post = Synctera::GatewayPost.new({url: 'https://fintech.com/ach/auth'}) # GatewayPost | Gateway Config Create Request
begin
#Create New Gateway Endpoint Configuration
result = api_instance.add_gateway_config(gateway_post)
p result
rescue Synctera::ApiError => e
puts "Exception when calling ACHApi->add_gateway_config: #{e}"
end
```
## Documentation for API Endpoints
All URIs are relative to *https://api-sandbox.synctera.com/v0*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*Synctera::ACHApi* | [**add_gateway_config**](docs/ACHApi.md#add_gateway_config) | **POST** /ach/gateways | Create New Gateway Endpoint Configuration
*Synctera::ACHApi* | [**add_transaction_out**](docs/ACHApi.md#add_transaction_out) | **POST** /ach | Send an ACH
*Synctera::ACHApi* | [**delete_gateway_config_by_id**](docs/ACHApi.md#delete_gateway_config_by_id) | **DELETE** /ach/gateways/{id} | Delete Gateway Endpoint Configuration by ID
*Synctera::ACHApi* | [**get_all_gateway_configs**](docs/ACHApi.md#get_all_gateway_configs) | **GET** /ach/gateways | List All Gateway Configurations
*Synctera::ACHApi* | [**get_gateway_config_by_id**](docs/ACHApi.md#get_gateway_config_by_id) | **GET** /ach/gateways/{id} | Get Gateway Endpoint Configuration By ID
*Synctera::ACHApi* | [**get_transaction_out**](docs/ACHApi.md#get_transaction_out) | **GET** /ach/{transaction_id} | Get a sent ACH transaction
*Synctera::ACHApi* | [**list_transactions_out**](docs/ACHApi.md#list_transactions_out) | **GET** /ach | List sent ACH transactions
*Synctera::ACHApi* | [**patch_gateway_config_by_id**](docs/ACHApi.md#patch_gateway_config_by_id) | **PATCH** /ach/gateways/{id} | Update Gateway Endpoint Configuration By ID
*Synctera::ACHApi* | [**patch_transaction_out**](docs/ACHApi.md#patch_transaction_out) | **PATCH** /ach/{transaction_id} | Update a sent ACH transaction
*Synctera::ACHTransactionSimulationsApi* | [**ach_return_simulation**](docs/ACHTransactionSimulationsApi.md#ach_return_simulation) | **POST** /ach/transaction_simulations/receiving_return | Simulate receiving ACH return
*Synctera::ACHTransactionSimulationsApi* | [**ach_transaction_simulation**](docs/ACHTransactionSimulationsApi.md#ach_transaction_simulation) | **POST** /ach/transaction_simulations/receiving_transaction | Simulate receiving ACH transaction
*Synctera::AccountsApi* | [**create_account**](docs/AccountsApi.md#create_account) | **POST** /accounts | Create an account
*Synctera::AccountsApi* | [**create_account_relationship**](docs/AccountsApi.md#create_account_relationship) | **POST** /accounts/{account_id}/relationships | Create account relationship
*Synctera::AccountsApi* | [**create_account_resource_product**](docs/AccountsApi.md#create_account_resource_product) | **POST** /accounts/products | Create an account product
*Synctera::AccountsApi* | [**create_account_template**](docs/AccountsApi.md#create_account_template) | **POST** /accounts/templates | Create an account template
*Synctera::AccountsApi* | [**delete_account_relationship**](docs/AccountsApi.md#delete_account_relationship) | **DELETE** /accounts/{account_id}/relationships/{relationship_id} | Delete account relationship
*Synctera::AccountsApi* | [**delete_account_template**](docs/AccountsApi.md#delete_account_template) | **DELETE** /accounts/templates/{template_id} | Delete account template
*Synctera::AccountsApi* | [**get_account**](docs/AccountsApi.md#get_account) | **GET** /accounts/{account_id} | Get account
*Synctera::AccountsApi* | [**get_account_relationship**](docs/AccountsApi.md#get_account_relationship) | **GET** /accounts/{account_id}/relationships/{relationship_id} | Get account relationship
*Synctera::AccountsApi* | [**get_account_template**](docs/AccountsApi.md#get_account_template) | **GET** /accounts/templates/{template_id} | Get account template
*Synctera::AccountsApi* | [**initiate_account_closure**](docs/AccountsApi.md#initiate_account_closure) | **POST** /accounts/{account_id}/initiate_closure | Initiate account closure
*Synctera::AccountsApi* | [**list_account_relationship**](docs/AccountsApi.md#list_account_relationship) | **GET** /accounts/{account_id}/relationships | List account relationships
*Synctera::AccountsApi* | [**list_account_resource_products**](docs/AccountsApi.md#list_account_resource_products) | **GET** /accounts/products | List account products
*Synctera::AccountsApi* | [**list_account_templates**](docs/AccountsApi.md#list_account_templates) | **GET** /accounts/templates | List account templates
*Synctera::AccountsApi* | [**list_accounts**](docs/AccountsApi.md#list_accounts) | **GET** /accounts | List accounts
*Synctera::AccountsApi* | [**list_stop_payment**](docs/AccountsApi.md#list_stop_payment) | **GET** /accounts/stop_payments | List stop payments
*Synctera::AccountsApi* | [**patch_account**](docs/AccountsApi.md#patch_account) | **PATCH** /accounts/{account_id} | Patch account
*Synctera::AccountsApi* | [**patch_account_product**](docs/AccountsApi.md#patch_account_product) | **PATCH** /accounts/products/{product_id} | Patch account product
*Synctera::AccountsApi* | [**update_account**](docs/AccountsApi.md#update_account) | **PUT** /accounts/{account_id} | Update account
*Synctera::AccountsApi* | [**update_account_relationship**](docs/AccountsApi.md#update_account_relationship) | **PUT** /accounts/{account_id}/relationships/{relationship_id} | Update account relationship
*Synctera::AccountsApi* | [**update_account_template**](docs/AccountsApi.md#update_account_template) | **PUT** /accounts/templates/{template_id} | Update account template
*Synctera::AddressesApi* | [**create_address**](docs/AddressesApi.md#create_address) | **POST** /addresses | Create a address
*Synctera::AddressesApi* | [**get_address**](docs/AddressesApi.md#get_address) | **GET** /addresses/{address_id} | Get address information by id
*Synctera::AddressesApi* | [**list_addresses**](docs/AddressesApi.md#list_addresses) | **GET** /addresses | List Addresses
*Synctera::AddressesApi* | [**update_address**](docs/AddressesApi.md#update_address) | **PATCH** /addresses/{address_id} | Update address information by id
*Synctera::BusinessesApi* | [**create_business**](docs/BusinessesApi.md#create_business) | **POST** /businesses | Create a business
*Synctera::BusinessesApi* | [**get_business**](docs/BusinessesApi.md#get_business) | **GET** /businesses/{business_id} | Get business
*Synctera::BusinessesApi* | [**list_businesses**](docs/BusinessesApi.md#list_businesses) | **GET** /businesses | List business
*Synctera::BusinessesApi* | [**update_business**](docs/BusinessesApi.md#update_business) | **PATCH** /businesses/{business_id} | Patch business
*Synctera::CardTransactionSimulationsApi* | [**simulate_authorization**](docs/CardTransactionSimulationsApi.md#simulate_authorization) | **POST** /cards/transaction_simulations/authorization | Simulate authorization
*Synctera::CardTransactionSimulationsApi* | [**simulate_authorization_advice**](docs/CardTransactionSimulationsApi.md#simulate_authorization_advice) | **POST** /cards/transaction_simulations/authorization/advice | Simulate authorization advice
*Synctera::CardTransactionSimulationsApi* | [**simulate_balance_inquiry**](docs/CardTransactionSimulationsApi.md#simulate_balance_inquiry) | **POST** /cards/transaction_simulations/financial/balance_inquiry | Simulate balance inquiry
*Synctera::CardTransactionSimulationsApi* | [**simulate_clearing**](docs/CardTransactionSimulationsApi.md#simulate_clearing) | **POST** /cards/transaction_simulations/clearing | Simulate clearing or refund
*Synctera::CardTransactionSimulationsApi* | [**simulate_financial**](docs/CardTransactionSimulationsApi.md#simulate_financial) | **POST** /cards/transaction_simulations/financial | Simulate financial
*Synctera::CardTransactionSimulationsApi* | [**simulate_financial_advice**](docs/CardTransactionSimulationsApi.md#simulate_financial_advice) | **POST** /cards/transaction_simulations/financial/advice | Simulate financial advice
*Synctera::CardTransactionSimulationsApi* | [**simulate_original_credit**](docs/CardTransactionSimulationsApi.md#simulate_original_credit) | **POST** /cards/transaction_simulations/financial/original_credit | Simulate OCT
*Synctera::CardTransactionSimulationsApi* | [**simulate_reversal**](docs/CardTransactionSimulationsApi.md#simulate_reversal) | **POST** /cards/transaction_simulations/reversal | Simulate reversal
*Synctera::CardTransactionSimulationsApi* | [**simulate_withdrawal**](docs/CardTransactionSimulationsApi.md#simulate_withdrawal) | **POST** /cards/transaction_simulations/financial/withdrawal | Simulate ATM withdrawal
*Synctera::CardWebhookSimulationsApi* | [**simulate_card_fulfillment_event**](docs/CardWebhookSimulationsApi.md#simulate_card_fulfillment_event) | **POST** /cards/{card_id}/webhook_simulations/fulfillment | Simulate Card Fulfillment Event
*Synctera::CardsApi* | [**activate_card**](docs/CardsApi.md#activate_card) | **POST** /cards/activate | Activate a card
*Synctera::CardsApi* | [**create_card_image**](docs/CardsApi.md#create_card_image) | **POST** /cards/images | Create Card Image
*Synctera::CardsApi* | [**create_gateway**](docs/CardsApi.md#create_gateway) | **POST** /cards/gateways | Create Gateway
*Synctera::CardsApi* | [**get_card**](docs/CardsApi.md#get_card) | **GET** /cards/{card_id} | Get Card
*Synctera::CardsApi* | [**get_card_barcode**](docs/CardsApi.md#get_card_barcode) | **GET** /cards/{card_id}/barcodes | Get Card Barcode
*Synctera::CardsApi* | [**get_card_image_data**](docs/CardsApi.md#get_card_image_data) | **GET** /cards/images/{card_image_id}/data | Get Card Image Data
*Synctera::CardsApi* | [**get_card_image_details**](docs/CardsApi.md#get_card_image_details) | **GET** /cards/images/{card_image_id} | Get Card Image Details
*Synctera::CardsApi* | [**get_card_widget_url**](docs/CardsApi.md#get_card_widget_url) | **GET** /cards/card_widget_url | Get card widget URL
*Synctera::CardsApi* | [**get_client_access_token**](docs/CardsApi.md#get_client_access_token) | **POST** /cards/{card_id}/client_token | Get a client token
*Synctera::CardsApi* | [**get_client_single_use_token**](docs/CardsApi.md#get_client_single_use_token) | **POST** /cards/single_use_token | Get single-use token
*Synctera::CardsApi* | [**get_gateway**](docs/CardsApi.md#get_gateway) | **GET** /cards/gateways/{gateway_id} | Get Gateway
*Synctera::CardsApi* | [**issue_card**](docs/CardsApi.md#issue_card) | **POST** /cards | Issue a Card
*Synctera::CardsApi* | [**list_card_image_details**](docs/CardsApi.md#list_card_image_details) | **GET** /cards/images | List Card Image Details
*Synctera::CardsApi* | [**list_card_products**](docs/CardsApi.md#list_card_products) | **GET** /cards/products | List Card Products
*Synctera::CardsApi* | [**list_cards**](docs/CardsApi.md#list_cards) | **GET** /cards | List Cards
*Synctera::CardsApi* | [**list_changes**](docs/CardsApi.md#list_changes) | **GET** /cards/{card_id}/changes | List Card Changes
*Synctera::CardsApi* | [**list_gateways**](docs/CardsApi.md#list_gateways) | **GET** /cards/gateways | List Gateways
*Synctera::CardsApi* | [**update_card**](docs/CardsApi.md#update_card) | **PATCH** /cards/{card_id} | Update Card
*Synctera::CardsApi* | [**update_card_image_details**](docs/CardsApi.md#update_card_image_details) | **PATCH** /cards/images/{card_image_id} | Update Card Image Details
*Synctera::CardsApi* | [**update_gateway**](docs/CardsApi.md#update_gateway) | **PATCH** /cards/gateways/{gateway_id} | Update Gateway
*Synctera::CardsApi* | [**upload_card_image_data**](docs/CardsApi.md#upload_card_image_data) | **POST** /cards/images/{card_image_id}/data | Upload Card Image
*Synctera::CashOrdersAndDepositsAlphaApi* | [**create_cash_authorization**](docs/CashOrdersAndDepositsAlphaApi.md#create_cash_authorization) | **POST** /cash/authorization | Cash Authorization for an upcoming transfer
*Synctera::CashOrdersAndDepositsAlphaApi* | [**get_cash_authorizations**](docs/CashOrdersAndDepositsAlphaApi.md#get_cash_authorizations) | **GET** /cash/authorization | Get cash authorizations
*Synctera::CashOrdersAndDepositsAlphaApi* | [**get_cash_order_authorization**](docs/CashOrdersAndDepositsAlphaApi.md#get_cash_order_authorization) | **GET** /cash/authorization/{id} | Get cash order authorization
*Synctera::CashOrdersAndDepositsAlphaApi* | [**get_cash_transfer**](docs/CashOrdersAndDepositsAlphaApi.md#get_cash_transfer) | **GET** /cash/{id} | Get cash transfer
*Synctera::CashOrdersAndDepositsAlphaApi* | [**get_cash_transfers**](docs/CashOrdersAndDepositsAlphaApi.md#get_cash_transfers) | **GET** /cash | Get cash transfers
*Synctera::CashOrdersAndDepositsAlphaApi* | [**patch_cash_order_authorization**](docs/CashOrdersAndDepositsAlphaApi.md#patch_cash_order_authorization) | **PATCH** /cash/authorization/{id} | Update a cash order authorization
*Synctera::CashOrdersAndDepositsAlphaApi* | [**patch_cash_transfer**](docs/CashOrdersAndDepositsAlphaApi.md#patch_cash_transfer) | **PATCH** /cash/{id} | Update a cash transfer
*Synctera::CustomersApi* | [**create_customer**](docs/CustomersApi.md#create_customer) | **POST** /customers | Create a Customer
*Synctera::CustomersApi* | [**get_customer**](docs/CustomersApi.md#get_customer) | **GET** /customers/{customer_id} | Get Customer
*Synctera::CustomersApi* | [**list_customers**](docs/CustomersApi.md#list_customers) | **GET** /customers | List Customers
*Synctera::CustomersApi* | [**patch_customer**](docs/CustomersApi.md#patch_customer) | **PATCH** /customers/{customer_id} | Patch Customer
*Synctera::CustomersApi* | [**update_customer**](docs/CustomersApi.md#update_customer) | **PUT** /customers/{customer_id} | Update Customer
*Synctera::DigitalWalletTokensApi* | [**create_digital_wallet_apple**](docs/DigitalWalletTokensApi.md#create_digital_wallet_apple) | **POST** /cards/{card_id}/digital_wallet_tokens/applepay | Create digital wallet token provision request for Apple Pay
*Synctera::DigitalWalletTokensApi* | [**create_digital_wallet_google**](docs/DigitalWalletTokensApi.md#create_digital_wallet_google) | **POST** /cards/{card_id}/digital_wallet_tokens/googlepay | Create digital wallet token provision request for Google Pay
*Synctera::DigitalWalletTokensApi* | [**get_digital_wallet_token**](docs/DigitalWalletTokensApi.md#get_digital_wallet_token) | **GET** /cards/digital_wallet_tokens/{digital_wallet_token_id} | Get Digital Wallet Token
*Synctera::DigitalWalletTokensApi* | [**list_digital_wallet_tokens**](docs/DigitalWalletTokensApi.md#list_digital_wallet_tokens) | **GET** /cards/digital_wallet_tokens | List Digital Wallet Tokens
*Synctera::DigitalWalletTokensApi* | [**update_digital_wallet_token_status**](docs/DigitalWalletTokensApi.md#update_digital_wallet_token_status) | **PATCH** /cards/digital_wallet_tokens/{digital_wallet_token_id} | Update Digital Wallet Token's life cycle status
*Synctera::DisclosuresApi* | [**create_disclosure**](docs/DisclosuresApi.md#create_disclosure) | **POST** /disclosures | Create disclosure record
*Synctera::DisclosuresApi* | [**get_disclosure**](docs/DisclosuresApi.md#get_disclosure) | **GET** /disclosures/{disclosure_id} | Get disclosure
*Synctera::DisclosuresApi* | [**list_disclosures**](docs/DisclosuresApi.md#list_disclosures) | **GET** /disclosures | List disclosures
*Synctera::DisclosuresDeprecatedApi* | [**create_disclosure1**](docs/DisclosuresDeprecatedApi.md#create_disclosure1) | **POST** /customers/{customer_id}/disclosures | Create a Disclosure
*Synctera::DisclosuresDeprecatedApi* | [**list_disclosures1**](docs/DisclosuresDeprecatedApi.md#list_disclosures1) | **GET** /customers/{customer_id}/disclosures | List Disclosures
*Synctera::DocumentsApi* | [**create_document**](docs/DocumentsApi.md#create_document) | **POST** /documents | Create a document
*Synctera::DocumentsApi* | [**create_document_version**](docs/DocumentsApi.md#create_document_version) | **POST** /documents/{document_id}/versions | Create a new document version
*Synctera::DocumentsApi* | [**delete_document**](docs/DocumentsApi.md#delete_document) | **DELETE** /documents/{document_id} | Delete a document
*Synctera::DocumentsApi* | [**get_document**](docs/DocumentsApi.md#get_document) | **GET** /documents/{document_id} | Get a document
*Synctera::DocumentsApi* | [**get_document_contents**](docs/DocumentsApi.md#get_document_contents) | **GET** /documents/{document_id}/contents | Get contents of latest document version
*Synctera::DocumentsApi* | [**get_document_version**](docs/DocumentsApi.md#get_document_version) | **GET** /documents/{document_id}/versions/{document_version} | Get a document by version
*Synctera::DocumentsApi* | [**get_document_version_contents**](docs/DocumentsApi.md#get_document_version_contents) | **GET** /documents/{document_id}/versions/{document_version}/contents | Get document contents by version
*Synctera::DocumentsApi* | [**list_documents**](docs/DocumentsApi.md#list_documents) | **GET** /documents | List documents
*Synctera::DocumentsApi* | [**update_document**](docs/DocumentsApi.md#update_document) | **PATCH** /documents/{document_id} | Update a document
*Synctera::EDDApi* | [**create_edd**](docs/EDDApi.md#create_edd) | **POST** /edd | Create a EDD
*Synctera::EDDApi* | [**delete_edd**](docs/EDDApi.md#delete_edd) | **DELETE** /edd/{edd_id} | Delete a EDD
*Synctera::EDDApi* | [**get_edd**](docs/EDDApi.md#get_edd) | **GET** /edd/{edd_id} | Get a EDD
*Synctera::EDDApi* | [**list_edd**](docs/EDDApi.md#list_edd) | **GET** /edd | List EDD
*Synctera::EFTCanadaBetaApi* | [**create_eftca_transfer**](docs/EFTCanadaBetaApi.md#create_eftca_transfer) | **POST** /eft_ca | Create EFT Canada Transfer
*Synctera::EFTCanadaBetaApi* | [**get_eftca_transfer**](docs/EFTCanadaBetaApi.md#get_eftca_transfer) | **GET** /eft_ca/{id} | Get EFT Canada Transfer
*Synctera::EFTCanadaBetaApi* | [**get_eftca_transfers**](docs/EFTCanadaBetaApi.md#get_eftca_transfers) | **GET** /eft_ca | Get EFT Canada Transfers
*Synctera::EFTCanadaBetaApi* | [**patch_eftca_transfer**](docs/EFTCanadaBetaApi.md#patch_eftca_transfer) | **PATCH** /eft_ca/{id} | Update a EFT Canada Transfer
*Synctera::ExternalAccountsApi* | [**add_external_accounts**](docs/ExternalAccountsApi.md#add_external_accounts) | **POST** /external_accounts | Add an external account
*Synctera::ExternalAccountsApi* | [**add_vendor_external_accounts**](docs/ExternalAccountsApi.md#add_vendor_external_accounts) | **POST** /external_accounts/add_vendor_accounts | Add external accounts through a vendor, such as Plaid.
*Synctera::ExternalAccountsApi* | [**create_access_token**](docs/ExternalAccountsApi.md#create_access_token) | **POST** /external_accounts/access_tokens | Create a permanent access token for an external account
*Synctera::ExternalAccountsApi* | [**create_verification_link_token**](docs/ExternalAccountsApi.md#create_verification_link_token) | **POST** /external_accounts/link_tokens | Create a link token to verify an external account
*Synctera::ExternalAccountsApi* | [**delete_external_account**](docs/ExternalAccountsApi.md#delete_external_account) | **DELETE** /external_accounts/{external_account_id} | Delete an external account
*Synctera::ExternalAccountsApi* | [**external_account_refresh_transactions**](docs/ExternalAccountsApi.md#external_account_refresh_transactions) | **POST** /external_accounts/{external_account_id}/refresh_transactions | Sync external account transactions through a vendor, such as Plaid
*Synctera::ExternalAccountsApi* | [**get_external_account**](docs/ExternalAccountsApi.md#get_external_account) | **GET** /external_accounts/{external_account_id} | Get an external account
*Synctera::ExternalAccountsApi* | [**get_external_account_balance**](docs/ExternalAccountsApi.md#get_external_account_balance) | **GET** /external_accounts/{external_account_id}/balance | Get external account balances
*Synctera::ExternalAccountsApi* | [**get_external_account_transactions**](docs/ExternalAccountsApi.md#get_external_account_transactions) | **GET** /external_accounts/{external_account_id}/transactions | List transactions of a given external account
*Synctera::ExternalAccountsApi* | [**list_external_accounts**](docs/ExternalAccountsApi.md#list_external_accounts) | **GET** /external_accounts | List external accounts
*Synctera::ExternalAccountsApi* | [**sync_vendor_external_accounts**](docs/ExternalAccountsApi.md#sync_vendor_external_accounts) | **POST** /external_accounts/sync_vendor_accounts | Sync external accounts through a vendor, such as Plaid.
*Synctera::ExternalAccountsApi* | [**update_external_account**](docs/ExternalAccountsApi.md#update_external_account) | **PATCH** /external_accounts/{external_account_id} | Patch an external account
*Synctera::ExternalCardsApi* | [**authenticate3_ds**](docs/ExternalCardsApi.md#authenticate3_ds) | **POST** /external_cards/authenticate_3ds | Authenticate 3DS (beta)
*Synctera::ExternalCardsApi* | [**create_external_card_from_token**](docs/ExternalCardsApi.md#create_external_card_from_token) | **POST** /external_cards/tokens | Create External Card from token
*Synctera::ExternalCardsApi* | [**create_external_card_transfer**](docs/ExternalCardsApi.md#create_external_card_transfer) | **POST** /external_cards/transfers | Create External Card Transfer
*Synctera::ExternalCardsApi* | [**create_external_card_transfer_reversal**](docs/ExternalCardsApi.md#create_external_card_transfer_reversal) | **POST** /external_cards/transfers/{transfer_id}/reversals | Create External Card Transfer Reversal
*Synctera::ExternalCardsApi* | [**delete_external_card**](docs/ExternalCardsApi.md#delete_external_card) | **DELETE** /external_cards/{external_card_id} | Delete External Card
*Synctera::ExternalCardsApi* | [**get_external_card**](docs/ExternalCardsApi.md#get_external_card) | **GET** /external_cards/{external_card_id} | Get External Card
*Synctera::ExternalCardsApi* | [**get_external_card_transfer**](docs/ExternalCardsApi.md#get_external_card_transfer) | **GET** /external_cards/transfers/{transfer_id} | Get External Card Transfer
*Synctera::ExternalCardsApi* | [**initialize3_ds**](docs/ExternalCardsApi.md#initialize3_ds) | **POST** /external_cards/initialize_3ds | Initialize 3DS (beta)
*Synctera::ExternalCardsApi* | [**list_external_card_transfers**](docs/ExternalCardsApi.md#list_external_card_transfers) | **GET** /external_cards/transfers | List External Card Transfers
*Synctera::ExternalCardsApi* | [**list_external_cards**](docs/ExternalCardsApi.md#list_external_cards) | **GET** /external_cards | List External Cards
*Synctera::ExternalCardsApi* | [**lookup3_ds**](docs/ExternalCardsApi.md#lookup3_ds) | **POST** /external_cards/lookup_3ds | Lookup 3DS (beta)
*Synctera::ExternalCardsApi* | [**update_external_card**](docs/ExternalCardsApi.md#update_external_card) | **PATCH** /external_cards/{external_card_id} | Update External Card
*Synctera::IncomingWiresApi* | [**get_incoming_wire**](docs/IncomingWiresApi.md#get_incoming_wire) | **GET** /wires/incoming/{wire_id} | Get incoming wire by id
*Synctera::IncomingWiresApi* | [**list_incoming_wires**](docs/IncomingWiresApi.md#list_incoming_wires) | **GET** /wires/incoming | List incoming wires
*Synctera::IncomingWiresApi* | [**patch_incoming_wire**](docs/IncomingWiresApi.md#patch_incoming_wire) | **PATCH** /wires/incoming/{wire_id} | Update an incoming wire by id
*Synctera::InstitutionsBetaApi* | [**get_institutions**](docs/InstitutionsBetaApi.md#get_institutions) | **GET** /institutions | Retrieve a list of institutions
*Synctera::InternalAccountsApi* | [**add_internal_accounts**](docs/InternalAccountsApi.md#add_internal_accounts) | **POST** /internal_accounts | Add internal accounts
*Synctera::InternalAccountsApi* | [**get_internal_accounts**](docs/InternalAccountsApi.md#get_internal_accounts) | **GET** /internal_accounts/{internal_account_id} | Get internal account by id
*Synctera::InternalAccountsApi* | [**list_internal_accounts**](docs/InternalAccountsApi.md#list_internal_accounts) | **GET** /internal_accounts | List internal accounts
*Synctera::InternalAccountsApi* | [**patch_internal_account**](docs/InternalAccountsApi.md#patch_internal_account) | **PATCH** /internal_accounts/{internal_account_id} | Patch internal account
*Synctera::InternalTransferApi* | [**create_internal_transfer**](docs/InternalTransferApi.md#create_internal_transfer) | **POST** /transactions/internal_transfer | Create an internal transfer
*Synctera::InternalTransferApi* | [**get_internal_transfer_by_id**](docs/InternalTransferApi.md#get_internal_transfer_by_id) | **GET** /transactions/internal_transfer/{id} | Get an internal transfer
*Synctera::InternalTransferApi* | [**update_internal_transfer_by_id**](docs/InternalTransferApi.md#update_internal_transfer_by_id) | **PATCH** /transactions/internal_transfer/{id} | Update an internal transfer
*Synctera::KYCKYBVerificationsApi* | [**create_verification**](docs/KYCKYBVerificationsApi.md#create_verification) | **POST** /verifications | Create a verification
*Synctera::KYCKYBVerificationsApi* | [**get_verification1**](docs/KYCKYBVerificationsApi.md#get_verification1) | **GET** /verifications/{verification_id} | Get verification
*Synctera::KYCKYBVerificationsApi* | [**list_verifications1**](docs/KYCKYBVerificationsApi.md#list_verifications1) | **GET** /verifications | List verifications
*Synctera::KYCKYBVerificationsApi* | [**verify**](docs/KYCKYBVerificationsApi.md#verify) | **POST** /verifications/verify | Verify a customer's identity
*Synctera::KYCKYBVerificationsApi* | [**verify_ad_hoc**](docs/KYCKYBVerificationsApi.md#verify_ad_hoc) | **POST** /verifications/adhoc | Check if an individual is on any watchlists
*Synctera::KYCVerificationDeprecatedApi* | [**create_customer_verification_result**](docs/KYCVerificationDeprecatedApi.md#create_customer_verification_result) | **POST** /customers/{customer_id}/verifications | Create a customer verification result
*Synctera::KYCVerificationDeprecatedApi* | [**get_verification**](docs/KYCVerificationDeprecatedApi.md#get_verification) | **GET** /customers/{customer_id}/verifications/{verification_id} | Get verification result
*Synctera::KYCVerificationDeprecatedApi* | [**list_verifications**](docs/KYCVerificationDeprecatedApi.md#list_verifications) | **GET** /customers/{customer_id}/verifications | List verification results
*Synctera::KYCVerificationDeprecatedApi* | [**verify_customer**](docs/KYCVerificationDeprecatedApi.md#verify_customer) | **POST** /customers/{customer_id}/verify | Verify a customer's identity
*Synctera::LicensesApi* | [**create_licenses**](docs/LicensesApi.md#create_licenses) | **POST** /licenses | Create a license and associate it with a business
*Synctera::LicensesApi* | [**get_license**](docs/LicensesApi.md#get_license) | **GET** /licenses/{license_id} | Get license
*Synctera::LicensesApi* | [**list_licenses**](docs/LicensesApi.md#list_licenses) | **GET** /licenses | list licenses
*Synctera::LicensesApi* | [**patch_license**](docs/LicensesApi.md#patch_license) | **PATCH** /licenses/{license_id} | Patch License
*Synctera::MerchantsApi* | [**mx_read_merchant**](docs/MerchantsApi.md#mx_read_merchant) | **GET** /mx/merchants/{merchant_guid} | Get merchant from MX
*Synctera::MonitoringApi* | [**create_subscription**](docs/MonitoringApi.md#create_subscription) | **POST** /monitoring/subscriptions | Subscribe a customer or business to monitoring
*Synctera::MonitoringApi* | [**delete_subscription**](docs/MonitoringApi.md#delete_subscription) | **DELETE** /monitoring/subscriptions/{subscription_id} | Delete monitoring subscription
*Synctera::MonitoringApi* | [**get_alert**](docs/MonitoringApi.md#get_alert) | **GET** /monitoring/alerts/{alert_id} | Retrieve a monitoring alert
*Synctera::MonitoringApi* | [**get_subscription**](docs/MonitoringApi.md#get_subscription) | **GET** /monitoring/subscriptions/{subscription_id} | Retrieve monitoring subscription
*Synctera::MonitoringApi* | [**list_alerts**](docs/MonitoringApi.md#list_alerts) | **GET** /monitoring/alerts | List monitoring alerts
*Synctera::MonitoringApi* | [**list_subscriptions**](docs/MonitoringApi.md#list_subscriptions) | **GET** /monitoring/subscriptions | List monitoring subscriptions
*Synctera::MonitoringApi* | [**update_alert**](docs/MonitoringApi.md#update_alert) | **PATCH** /monitoring/alerts/{alert_id} | Update a monitoring alert
*Synctera::NotesApi* | [**create_note**](docs/NotesApi.md#create_note) | **POST** /notes | Create a note
*Synctera::NotesApi* | [**list_notes**](docs/NotesApi.md#list_notes) | **GET** /notes | List notes
*Synctera::NotesApi* | [**patch_note**](docs/NotesApi.md#patch_note) | **PATCH** /notes/{note_id} | Patch Note
*Synctera::PaymentSchedulesApi* | [**create_payment_schedule**](docs/PaymentSchedulesApi.md#create_payment_schedule) | **POST** /payment_schedules | Create a payment schedule
*Synctera::PaymentSchedulesApi* | [**list_payment_schedules**](docs/PaymentSchedulesApi.md#list_payment_schedules) | **GET** /payment_schedules | List payment schedules
*Synctera::PaymentSchedulesApi* | [**list_payments**](docs/PaymentSchedulesApi.md#list_payments) | **GET** /payment_schedules/payments | List payments
*Synctera::PaymentSchedulesApi* | [**patch_payment_schedule**](docs/PaymentSchedulesApi.md#patch_payment_schedule) | **PATCH** /payment_schedules/{payment_schedule_id} | Update a payment schedule
*Synctera::PersonsApi* | [**create_person**](docs/PersonsApi.md#create_person) | **POST** /persons | Create a person
*Synctera::PersonsApi* | [**create_personal_id**](docs/PersonsApi.md#create_personal_id) | **POST** /persons/personal_ids | Create a personal identifier
*Synctera::PersonsApi* | [**delete_personal_id**](docs/PersonsApi.md#delete_personal_id) | **DELETE** /persons/personal_ids/{personal_id_id} | Delete a personal identifier
*Synctera::PersonsApi* | [**get_person**](docs/PersonsApi.md#get_person) | **GET** /persons/{person_id} | Get person
*Synctera::PersonsApi* | [**list_persons**](docs/PersonsApi.md#list_persons) | **GET** /persons | List persons
*Synctera::PersonsApi* | [**update_person**](docs/PersonsApi.md#update_person) | **PATCH** /persons/{person_id} | Update person
*Synctera::PersonsApi* | [**update_personal_id**](docs/PersonsApi.md#update_personal_id) | **PATCH** /persons/personal_ids/{personal_id_id} | Update a personal identifier
*Synctera::RelationshipsApi* | [**create_relationship**](docs/RelationshipsApi.md#create_relationship) | **POST** /relationships | Create a relationship
*Synctera::RelationshipsApi* | [**delete_relationship**](docs/RelationshipsApi.md#delete_relationship) | **DELETE** /relationships/{relationship_id} | Delete relationship
*Synctera::RelationshipsApi* | [**get_relationship**](docs/RelationshipsApi.md#get_relationship) | **GET** /relationships/{relationship_id} | Get relationship
*Synctera::RelationshipsApi* | [**list_relationships**](docs/RelationshipsApi.md#list_relationships) | **GET** /relationships | List relationships
*Synctera::RelationshipsApi* | [**update_relationship**](docs/RelationshipsApi.md#update_relationship) | **PATCH** /relationships/{relationship_id} | Update relationship
*Synctera::RemoteCheckDepositBetaApi* | [**create_rdc_deposit**](docs/RemoteCheckDepositBetaApi.md#create_rdc_deposit) | **POST** /rdc/deposits | Create a Remote Check Deposit
*Synctera::RemoteCheckDepositBetaApi* | [**get_rdc_deposit**](docs/RemoteCheckDepositBetaApi.md#get_rdc_deposit) | **GET** /rdc/deposits/{deposit_id} | Get Remote Check Deposit
*Synctera::RemoteCheckDepositBetaApi* | [**list_rdc_deposits**](docs/RemoteCheckDepositBetaApi.md#list_rdc_deposits) | **GET** /rdc/deposits | List Remote Check Deposits
*Synctera::SandboxWipeApi* | [**wipe_workspace**](docs/SandboxWipeApi.md#wipe_workspace) | **POST** /wipe | Delete data
*Synctera::SpendControlsApi* | [**create_spend_control**](docs/SpendControlsApi.md#create_spend_control) | **POST** /spend_controls | Create Spend Control
*Synctera::SpendControlsApi* | [**get_spend_control**](docs/SpendControlsApi.md#get_spend_control) | **GET** /spend_controls/{spend_control_id} | Get Spend Control
*Synctera::SpendControlsApi* | [**list_spend_controls**](docs/SpendControlsApi.md#list_spend_controls) | **GET** /spend_controls | List Spend Controls
*Synctera::SpendControlsApi* | [**update_spend_control**](docs/SpendControlsApi.md#update_spend_control) | **PATCH** /spend_controls/{spend_control_id} | Update Spend Control
*Synctera::StatementsApi* | [**get_statement**](docs/StatementsApi.md#get_statement) | **GET** /statements/{statement_id} | Get a statement
*Synctera::StatementsApi* | [**get_statement_transactions**](docs/StatementsApi.md#get_statement_transactions) | **GET** /statements/{statement_id}/transactions | Get a statement's transactions
*Synctera::StatementsApi* | [**list_statements**](docs/StatementsApi.md#list_statements) | **GET** /statements | List statements
*Synctera::TransactionsApi* | [**get_pending_transaction_by_id**](docs/TransactionsApi.md#get_pending_transaction_by_id) | **GET** /transactions/pending/{id} | Get a pending transaction
*Synctera::TransactionsApi* | [**get_posted_transaction_by_id**](docs/TransactionsApi.md#get_posted_transaction_by_id) | **GET** /transactions/posted/{id} | Get a posted transaction
*Synctera::TransactionsApi* | [**get_transactions_batch_payments**](docs/TransactionsApi.md#get_transactions_batch_payments) | **GET** /transactions/batchable | Get Transactions From Batch Payments Templates
*Synctera::TransactionsApi* | [**list_pending_transactions**](docs/TransactionsApi.md#list_pending_transactions) | **GET** /transactions/pending | List pending transactions
*Synctera::TransactionsApi* | [**list_posted_transactions**](docs/TransactionsApi.md#list_posted_transactions) | **GET** /transactions/posted | List posted transactions
*Synctera::WatchlistDeprecatedApi* | [**list_watchlist_subscriptions**](docs/WatchlistDeprecatedApi.md#list_watchlist_subscriptions) | **GET** /customers/{customer_id}/watchlists/subscriptions | List watchlist monitoring subscriptions for a customer
*Synctera::WatchlistDeprecatedApi* | [**update_watchlist_alert**](docs/WatchlistDeprecatedApi.md#update_watchlist_alert) | **PUT** /customers/{customer_id}/watchlists/alerts/{alert_id} | Update watchlist alert
*Synctera::WatchlistDeprecatedApi* | [**update_watchlist_subscription**](docs/WatchlistDeprecatedApi.md#update_watchlist_subscription) | **PUT** /customers/{customer_id}/watchlists/subscriptions/{subscription_id} | Update watchlist monitoring subscription
*Synctera::WebhooksApi* | [**create_secret**](docs/WebhooksApi.md#create_secret) | **POST** /webhook_secrets | Create a secret
*Synctera::WebhooksApi* | [**create_webhook**](docs/WebhooksApi.md#create_webhook) | **POST** /webhooks | Create a webhook
*Synctera::WebhooksApi* | [**delete_webhook**](docs/WebhooksApi.md#delete_webhook) | **DELETE** /webhooks/{webhook_id} | Delete a webhook
*Synctera::WebhooksApi* | [**get_event**](docs/WebhooksApi.md#get_event) | **GET** /webhooks/{webhook_id}/events/{event_id} | Get webhook event
*Synctera::WebhooksApi* | [**get_webhook**](docs/WebhooksApi.md#get_webhook) | **GET** /webhooks/{webhook_id} | Get a webhook
*Synctera::WebhooksApi* | [**list_events**](docs/WebhooksApi.md#list_events) | **GET** /webhooks/{webhook_id}/events | List webhook events
*Synctera::WebhooksApi* | [**list_webhooks**](docs/WebhooksApi.md#list_webhooks) | **GET** /webhooks | List webhooks
*Synctera::WebhooksApi* | [**replace_secret**](docs/WebhooksApi.md#replace_secret) | **PUT** /webhook_secrets | Replace an existing secret
*Synctera::WebhooksApi* | [**resend_event**](docs/WebhooksApi.md#resend_event) | **POST** /webhooks/{webhook_id}/events/{event_id}/resend | Resend an event
*Synctera::WebhooksApi* | [**revoke_secret**](docs/WebhooksApi.md#revoke_secret) | **DELETE** /webhook_secrets | Revoke the secret
*Synctera::WebhooksApi* | [**trigger_event**](docs/WebhooksApi.md#trigger_event) | **POST** /webhooks/trigger | Trigger an event
*Synctera::WebhooksApi* | [**update_webhook**](docs/WebhooksApi.md#update_webhook) | **PUT** /webhooks/{webhook_id} | Update a webhook
*Synctera::WireTransactionSimulationsApi* | [**wire_return_simulation**](docs/WireTransactionSimulationsApi.md#wire_return_simulation) | **POST** /wires/transaction_simulations/receiving_return | Simulate receiving Wire transfer return
*Synctera::WireTransactionSimulationsApi* | [**wire_transaction_simulation**](docs/WireTransactionSimulationsApi.md#wire_transaction_simulation) | **POST** /wires/transaction_simulations/receiving_transaction | Simulate receiving Wire transaction
*Synctera::WiresApi* | [**cancel_wire**](docs/WiresApi.md#cancel_wire) | **PATCH** /wires/{wire_id} | Cancel an outgoing wire
*Synctera::WiresApi* | [**create_wire**](docs/WiresApi.md#create_wire) | **POST** /wires | Send a wire
*Synctera::WiresApi* | [**get_wire**](docs/WiresApi.md#get_wire) | **GET** /wires/{wire_id} | Get an outgoing wire by id
*Synctera::WiresApi* | [**list_wires**](docs/WiresApi.md#list_wires) | **GET** /wires | List outgoing wires
## Documentation for Models
- [Synctera::Account](docs/Account.md)
- [Synctera::AccountAccessStatus](docs/AccountAccessStatus.md)
- [Synctera::AccountBase](docs/AccountBase.md)
- [Synctera::AccountChargeSecured](docs/AccountChargeSecured.md)
- [Synctera::AccountChargeUnsecured](docs/AccountChargeUnsecured.md)
- [Synctera::AccountClosure](docs/AccountClosure.md)
- [Synctera::AccountClosureReason](docs/AccountClosureReason.md)
- [Synctera::AccountClosureValidationResponse](docs/AccountClosureValidationResponse.md)
- [Synctera::AccountCreation](docs/AccountCreation.md)
- [Synctera::AccountDepository](docs/AccountDepository.md)
- [Synctera::AccountGeneralLedger](docs/AccountGeneralLedger.md)
- [Synctera::AccountGenericResponse](docs/AccountGenericResponse.md)
- [Synctera::AccountIdentifiers](docs/AccountIdentifiers.md)
- [Synctera::AccountLineOfCredit](docs/AccountLineOfCredit.md)
- [Synctera::AccountList](docs/AccountList.md)
- [Synctera::AccountProduct](docs/AccountProduct.md)
- [Synctera::AccountProductList](docs/AccountProductList.md)
- [Synctera::AccountRelationship](docs/AccountRelationship.md)
- [Synctera::AccountRelationshipType](docs/AccountRelationshipType.md)
- [Synctera::AccountRestrictions](docs/AccountRestrictions.md)
- [Synctera::AccountRouting](docs/AccountRouting.md)
- [Synctera::AccountStatus](docs/AccountStatus.md)
- [Synctera::AccountSummary](docs/AccountSummary.md)
- [Synctera::AccountSummaryBalanceCeiling](docs/AccountSummaryBalanceCeiling.md)
- [Synctera::AccountSummaryBalanceFloor](docs/AccountSummaryBalanceFloor.md)
- [Synctera::AccountTemplate](docs/AccountTemplate.md)
- [Synctera::AccountTemplateResponse](docs/AccountTemplateResponse.md)
- [Synctera::AccountType](docs/AccountType.md)
- [Synctera::AccountVerification](docs/AccountVerification.md)
- [Synctera::AccrualPayoutSchedule](docs/AccrualPayoutSchedule.md)
- [Synctera::AchInstruction](docs/AchInstruction.md)
- [Synctera::AchRequestHoldData](docs/AchRequestHoldData.md)
- [Synctera::AchReturnSimulationRequest](docs/AchReturnSimulationRequest.md)
- [Synctera::AchTransactionSimulationRequest](docs/AchTransactionSimulationRequest.md)
- [Synctera::Action](docs/Action.md)
- [Synctera::AddAccountsRequest](docs/AddAccountsRequest.md)
- [Synctera::AddAccountsRequestAccountIdentifiers](docs/AddAccountsRequestAccountIdentifiers.md)
- [Synctera::AddAccountsRequestRoutingIdentifiers](docs/AddAccountsRequestRoutingIdentifiers.md)
- [Synctera::AddVendorAccountFailure](docs/AddVendorAccountFailure.md)
- [Synctera::AddVendorAccountsErrorReason](docs/AddVendorAccountsErrorReason.md)
- [Synctera::AddVendorAccountsRequest](docs/AddVendorAccountsRequest.md)
- [Synctera::AddVendorAccountsResponse](docs/AddVendorAccountsResponse.md)
- [Synctera::AdditionalData](docs/AdditionalData.md)
- [Synctera::AdditionalOwnerData](docs/AdditionalOwnerData.md)
- [Synctera::Address](docs/Address.md)
- [Synctera::Address1](docs/Address1.md)
- [Synctera::Address2](docs/Address2.md)
- [Synctera::Address3](docs/Address3.md)
- [Synctera::AddressBase](docs/AddressBase.md)
- [Synctera::AddressLines](docs/AddressLines.md)
- [Synctera::AddressPost](docs/AddressPost.md)
- [Synctera::AddressResponse](docs/AddressResponse.md)
- [Synctera::AddressResponseBase](docs/AddressResponseBase.md)
- [Synctera::AddressesList](docs/AddressesList.md)
- [Synctera::AdhocVerificationRequest](docs/AdhocVerificationRequest.md)
- [Synctera::AdhocVerificationResponse](docs/AdhocVerificationResponse.md)
- [Synctera::AppleDigitalWalletProvisionRequest](docs/AppleDigitalWalletProvisionRequest.md)
- [Synctera::AppleDigitalWalletProvisionResponse](docs/AppleDigitalWalletProvisionResponse.md)
- [Synctera::ApplicationType](docs/ApplicationType.md)
- [Synctera::AuthRequestModel](docs/AuthRequestModel.md)
- [Synctera::Authenticate3dsRequest](docs/Authenticate3dsRequest.md)
- [Synctera::Authenticate3dsResponse](docs/Authenticate3dsResponse.md)
- [Synctera::AuthorizationAdviceModel](docs/AuthorizationAdviceModel.md)
- [Synctera::Balance](docs/Balance.md)
- [Synctera::BalanceCeiling](docs/BalanceCeiling.md)
- [Synctera::BalanceFloor](docs/BalanceFloor.md)
- [Synctera::BalanceInquiryRequestModel](docs/BalanceInquiryRequestModel.md)
- [Synctera::BalanceType](docs/BalanceType.md)
- [Synctera::BanStatus](docs/BanStatus.md)
- [Synctera::Base](docs/Base.md)
- [Synctera::BaseAccountVerification](docs/BaseAccountVerification.md)
- [Synctera::BaseCard](docs/BaseCard.md)
- [Synctera::BaseCustomer](docs/BaseCustomer.md)
- [Synctera::BaseDisclosure](docs/BaseDisclosure.md)
- [Synctera::BasePerson](docs/BasePerson.md)
- [Synctera::BaseStatement](docs/BaseStatement.md)
- [Synctera::BaseTemplateFields](docs/BaseTemplateFields.md)
- [Synctera::BillingAddress](docs/BillingAddress.md)
- [Synctera::BillingFrequency](docs/BillingFrequency.md)
- [Synctera::BillingPeriod](docs/BillingPeriod.md)
- [Synctera::Business](docs/Business.md)
- [Synctera::Business1](docs/Business1.md)
- [Synctera::BusinessBusinessOwnerRelationship](docs/BusinessBusinessOwnerRelationship.md)
- [Synctera::BusinessList](docs/BusinessList.md)
- [Synctera::BypassErrors](docs/BypassErrors.md)
- [Synctera::BypassableErrors](docs/BypassableErrors.md)
- [Synctera::BypassableErrors1](docs/BypassableErrors1.md)
- [Synctera::CalculationMethod](docs/CalculationMethod.md)
- [Synctera::CardAcceptorModel](docs/CardAcceptorModel.md)
- [Synctera::CardActivationRequest](docs/CardActivationRequest.md)
- [Synctera::CardBrand](docs/CardBrand.md)
- [Synctera::CardCategory](docs/CardCategory.md)
- [Synctera::CardChange](docs/CardChange.md)
- [Synctera::CardChangeState](docs/CardChangeState.md)
- [Synctera::CardChangesList](docs/CardChangesList.md)
- [Synctera::CardEditRequest](docs/CardEditRequest.md)
- [Synctera::CardFormat](docs/CardFormat.md)
- [Synctera::CardFulfillmentProvider](docs/CardFulfillmentProvider.md)
- [Synctera::CardFulfillmentStatus](docs/CardFulfillmentStatus.md)
- [Synctera::CardImageDetails](docs/CardImageDetails.md)
- [Synctera::CardImageDetailsList](docs/CardImageDetailsList.md)
- [Synctera::CardImageMode](docs/CardImageMode.md)
- [Synctera::CardImageRejectionReason](docs/CardImageRejectionReason.md)
- [Synctera::CardImageStatus](docs/CardImageStatus.md)
- [Synctera::CardIssuanceRequest](docs/CardIssuanceRequest.md)
- [Synctera::CardListResponse](docs/CardListResponse.md)
- [Synctera::CardOptions](docs/CardOptions.md)
- [Synctera::CardPinStatus](docs/CardPinStatus.md)
- [Synctera::CardProduct](docs/CardProduct.md)
- [Synctera::CardProductListResponse](docs/CardProductListResponse.md)
- [Synctera::CardProductResponse](docs/CardProductResponse.md)
- [Synctera::CardProgramType](docs/CardProgramType.md)
- [Synctera::CardResponse](docs/CardResponse.md)
- [Synctera::CardStatus](docs/CardStatus.md)
- [Synctera::CardStatusObject](docs/CardStatusObject.md)
- [Synctera::CardStatusPendingReasons](docs/CardStatusPendingReasons.md)
- [Synctera::CardStatusReasonCode](docs/CardStatusReasonCode.md)
- [Synctera::CardStatusRequest](docs/CardStatusRequest.md)
- [Synctera::CardType](docs/CardType.md)
- [Synctera::CardWidgetUrlResponse](docs/CardWidgetUrlResponse.md)
- [Synctera::CashAuthorizationBase](docs/CashAuthorizationBase.md)
- [Synctera::CashAuthorizationPost](docs/CashAuthorizationPost.md)
- [Synctera::CashAuthorizationResponse](docs/CashAuthorizationResponse.md)
- [Synctera::CashAuthorizationResponseList](docs/CashAuthorizationResponseList.md)
- [Synctera::CashAuthorizationType](docs/CashAuthorizationType.md)
- [Synctera::CashBase](docs/CashBase.md)
- [Synctera::CashList](docs/CashList.md)
- [Synctera::CashNetworkStatus](docs/CashNetworkStatus.md)
- [Synctera::CashOrderAuthorizationPatch](docs/CashOrderAuthorizationPatch.md)
- [Synctera::CashOrderAuthorizationPost](docs/CashOrderAuthorizationPost.md)
- [Synctera::CashOrderAuthorizationResponse](docs/CashOrderAuthorizationResponse.md)
- [Synctera::CashPatch](docs/CashPatch.md)
- [Synctera::CashResponse](docs/CashResponse.md)
- [Synctera::CashStatus](docs/CashStatus.md)
- [Synctera::ChangeChannel](docs/ChangeChannel.md)
- [Synctera::ChangeType](docs/ChangeType.md)
- [Synctera::ClearingModel](docs/ClearingModel.md)
- [Synctera::ClientToken](docs/ClientToken.md)
- [Synctera::CorrespondentBankDetails](docs/CorrespondentBankDetails.md)
- [Synctera::CreateCardImageRequest](docs/CreateCardImageRequest.md)
- [Synctera::CreateEddRequest](docs/CreateEddRequest.md)
- [Synctera::CreateEddResponse](docs/CreateEddResponse.md)
- [Synctera::CreateGatewayRequest](docs/CreateGatewayRequest.md)
- [Synctera::CreateSecret201Response](docs/CreateSecret201Response.md)
- [Synctera::Customer](docs/Customer.md)
- [Synctera::CustomerInBody](docs/CustomerInBody.md)
- [Synctera::CustomerKycStatus](docs/CustomerKycStatus.md)
- [Synctera::CustomerList](docs/CustomerList.md)
- [Synctera::CustomerServiceDetails](docs/CustomerServiceDetails.md)
- [Synctera::CustomerType](docs/CustomerType.md)
- [Synctera::CustomerVerification](docs/CustomerVerification.md)
- [Synctera::CustomerVerificationResult](docs/CustomerVerificationResult.md)
- [Synctera::CustomerVerificationResultList](docs/CustomerVerificationResultList.md)
- [Synctera::CustomerVerifyResponse](docs/CustomerVerifyResponse.md)
- [Synctera::DcSign](docs/DcSign.md)
- [Synctera::DeleteResponse](docs/DeleteResponse.md)
- [Synctera::Deposit](docs/Deposit.md)
- [Synctera::DepositGet](docs/DepositGet.md)
- [Synctera::DepositList](docs/DepositList.md)
- [Synctera::DepositPost](docs/DepositPost.md)
- [Synctera::DepositRequest](docs/DepositRequest.md)
- [Synctera::Detail](docs/Detail.md)
- [Synctera::DeviceDetails](docs/DeviceDetails.md)
- [Synctera::DeviceType](docs/DeviceType.md)
- [Synctera::DigitalWalletTokenAddressVerification](docs/DigitalWalletTokenAddressVerification.md)
- [Synctera::DigitalWalletTokenEditRequest](docs/DigitalWalletTokenEditRequest.md)
- [Synctera::DigitalWalletTokenResponse](docs/DigitalWalletTokenResponse.md)
- [Synctera::DigitalWalletTokenState](docs/DigitalWalletTokenState.md)
- [Synctera::DigitalWalletTokenization](docs/DigitalWalletTokenization.md)
- [Synctera::Disclosure](docs/Disclosure.md)
- [Synctera::Disclosure1](docs/Disclosure1.md)
- [Synctera::DisclosureList](docs/DisclosureList.md)
- [Synctera::DisclosureResponse](docs/DisclosureResponse.md)
- [Synctera::DisclosureType](docs/DisclosureType.md)
- [Synctera::DocumentEncryption](docs/DocumentEncryption.md)
- [Synctera::DocumentEncryptionVersionPost](docs/DocumentEncryptionVersionPost.md)
- [Synctera::DocumentList](docs/DocumentList.md)
- [Synctera::DocumentPatch](docs/DocumentPatch.md)
- [Synctera::DocumentResponse](docs/DocumentResponse.md)
- [Synctera::DocumentType](docs/DocumentType.md)
- [Synctera::DocumentVersionInfo](docs/DocumentVersionInfo.md)
- [Synctera::EddAccount](docs/EddAccount.md)
- [Synctera::EddAccountResponse](docs/EddAccountResponse.md)
- [Synctera::EddBaseReport](docs/EddBaseReport.md)
- [Synctera::EddBaseResponse](docs/EddBaseResponse.md)
- [Synctera::EddBusiness](docs/EddBusiness.md)
- [Synctera::EddBusinessResponse](docs/EddBusinessResponse.md)
- [Synctera::EddCustomer](docs/EddCustomer.md)
- [Synctera::EddCustomerResponse](docs/EddCustomerResponse.md)
- [Synctera::EddList](docs/EddList.md)
- [Synctera::EddTransaction](docs/EddTransaction.md)
- [Synctera::EddTransactionResponse](docs/EddTransactionResponse.md)
- [Synctera::EftCaBase](docs/EftCaBase.md)
- [Synctera::EftCaCreate](docs/EftCaCreate.md)
- [Synctera::EftCaList](docs/EftCaList.md)
- [Synctera::EftCaPatch](docs/EftCaPatch.md)
- [Synctera::EftCaResponse](docs/EftCaResponse.md)
- [Synctera::EftCaStatus](docs/EftCaStatus.md)
- [Synctera::EmbossName](docs/EmbossName.md)
- [Synctera::Error](docs/Error.md)
- [Synctera::EstimatedRevenue](docs/EstimatedRevenue.md)
- [Synctera::Event](docs/Event.md)
- [Synctera::EventList](docs/EventList.md)
- [Synctera::EventTrigger](docs/EventTrigger.md)
- [Synctera::EventType](docs/EventType.md)
- [Synctera::EventTypeExplicit](docs/EventTypeExplicit.md)
- [Synctera::EventTypeWildcard](docs/EventTypeWildcard.md)
- [Synctera::ExtAccountCustomerType](docs/ExtAccountCustomerType.md)
- [Synctera::ExternalAccount](docs/ExternalAccount.md)
- [Synctera::ExternalAccountAccessToken](docs/ExternalAccountAccessToken.md)
- [Synctera::ExternalAccountBalance](docs/ExternalAccountBalance.md)
- [Synctera::ExternalAccountLanguage](docs/ExternalAccountLanguage.md)
- [Synctera::ExternalAccountLinkToken](docs/ExternalAccountLinkToken.md)
- [Synctera::ExternalAccountTransaction](docs/ExternalAccountTransaction.md)
- [Synctera::ExternalAccountTransactionRefreshResponse](docs/ExternalAccountTransactionRefreshResponse.md)
- [Synctera::ExternalAccountVendorData](docs/ExternalAccountVendorData.md)
- [Synctera::ExternalAccountVendorValues](docs/ExternalAccountVendorValues.md)
- [Synctera::ExternalAccountsList](docs/ExternalAccountsList.md)
- [Synctera::ExternalAccountsTransactionList](docs/ExternalAccountsTransactionList.md)
- [Synctera::ExternalCardListResponse](docs/ExternalCardListResponse.md)
- [Synctera::ExternalCardProductType](docs/ExternalCardProductType.md)
- [Synctera::ExternalCardRequest](docs/ExternalCardRequest.md)
- [Synctera::ExternalCardResponse](docs/ExternalCardResponse.md)
- [Synctera::ExternalCardStatus](docs/ExternalCardStatus.md)
- [Synctera::ExternalCardUpdateRequest](docs/ExternalCardUpdateRequest.md)
- [Synctera::ExternalCardVerifications](docs/ExternalCardVerifications.md)
- [Synctera::ExternalCardsFundsAvailability](docs/ExternalCardsFundsAvailability.md)
- [Synctera::Fee](docs/Fee.md)
- [Synctera::FinancialInstitution](docs/FinancialInstitution.md)
- [Synctera::FinancialInstitution1](docs/FinancialInstitution1.md)
- [Synctera::FinancialRequestModel](docs/FinancialRequestModel.md)
- [Synctera::FinicityAccountVerification](docs/FinicityAccountVerification.md)
- [Synctera::Form](docs/Form.md)
- [Synctera::Frequency](docs/Frequency.md)
- [Synctera::FulfillmentDetails](docs/FulfillmentDetails.md)
- [Synctera::FundsOwnership](docs/FundsOwnership.md)
- [Synctera::GatewayConfig](docs/GatewayConfig.md)
- [Synctera::GatewayListResponse](docs/GatewayListResponse.md)
- [Synctera::GatewayPatch](docs/GatewayPatch.md)
- [Synctera::GatewayPost](docs/GatewayPost.md)
- [Synctera::GatewayResponse](docs/GatewayResponse.md)
- [Synctera::GatewayStandin](docs/GatewayStandin.md)
- [Synctera::GeneralLedgerCategory](docs/GeneralLedgerCategory.md)
- [Synctera::GeneralLedgerType](docs/GeneralLedgerType.md)
- [Synctera::GetCardBarcode200Response](docs/GetCardBarcode200Response.md)
- [Synctera::GoogleDigitalWalletProvisionRequest](docs/GoogleDigitalWalletProvisionRequest.md)
- [Synctera::GoogleDigitalWalletProvisionResponse](docs/GoogleDigitalWalletProvisionResponse.md)
- [Synctera::HoldData](docs/HoldData.md)
- [Synctera::InAppProvisioning](docs/InAppProvisioning.md)
- [Synctera::Income](docs/Income.md)
- [Synctera::IncomingWire](docs/IncomingWire.md)
- [Synctera::IncomingWireList](docs/IncomingWireList.md)
- [Synctera::IncomingWirePatch](docs/IncomingWirePatch.md)
- [Synctera::IndustryType](docs/IndustryType.md)
- [Synctera::Initialize3dsRequest](docs/Initialize3dsRequest.md)
- [Synctera::Initialize3dsResponse](docs/Initialize3dsResponse.md)
- [Synctera::Institution](docs/Institution.md)
- [Synctera::InstitutionList](docs/InstitutionList.md)
- [Synctera::Interest](docs/Interest.md)
- [Synctera::InternalAccount](docs/InternalAccount.md)
- [Synctera::InternalAccountPatch](docs/InternalAccountPatch.md)
- [Synctera::InternalAccountPost](docs/InternalAccountPost.md)
- [Synctera::InternalAccountPurpose](docs/InternalAccountPurpose.md)
- [Synctera::InternalAccountResponse](docs/InternalAccountResponse.md)
- [Synctera::InternalAccountType](docs/InternalAccountType.md)
- [Synctera::InternalAccountsList](docs/InternalAccountsList.md)
- [Synctera::InternalTransfer](docs/InternalTransfer.md)
- [Synctera::InternalTransferInstruction](docs/InternalTransferInstruction.md)
- [Synctera::InternalTransferPatch](docs/InternalTransferPatch.md)
- [Synctera::InternalTransferResponse](docs/InternalTransferResponse.md)
- [Synctera::InternalTransferResponseStatus](docs/InternalTransferResponseStatus.md)
- [Synctera::InternationalWireDetails](docs/InternationalWireDetails.md)
- [Synctera::KycVerificationType](docs/KycVerificationType.md)
- [Synctera::LegalAddress](docs/LegalAddress.md)
- [Synctera::LicenseList](docs/LicenseList.md)
- [Synctera::LicensePatch](docs/LicensePatch.md)
- [Synctera::LicenseType](docs/LicenseType.md)
- [Synctera::Lookup3dsRequest](docs/Lookup3dsRequest.md)
- [Synctera::Lookup3dsRequestBase](docs/Lookup3dsRequestBase.md)
- [Synctera::Lookup3dsRequestBrowser](docs/Lookup3dsRequestBrowser.md)
- [Synctera::Lookup3dsRequestSdk](docs/Lookup3dsRequestSdk.md)
- [Synctera::Lookup3dsResponse](docs/Lookup3dsResponse.md)
- [Synctera::ManualAccountVerification](docs/ManualAccountVerification.md)
- [Synctera::ManualEntry](docs/ManualEntry.md)
- [Synctera::Merchant](docs/Merchant.md)
- [Synctera::MerchantResponse](docs/MerchantResponse.md)
- [Synctera::MinimumPayment](docs/MinimumPayment.md)
- [Synctera::MinimumPaymentFull](docs/MinimumPaymentFull.md)
- [Synctera::MinimumPaymentPartial](docs/MinimumPaymentPartial.md)
- [Synctera::MinimumPaymentType](docs/MinimumPaymentType.md)
- [Synctera::MinimumPaymentTypeFull](docs/MinimumPaymentTypeFull.md)
- [Synctera::MinimumPaymentTypeRateOrAmount](docs/MinimumPaymentTypeRateOrAmount.md)
- [Synctera::Modelcase](docs/Modelcase.md)
- [Synctera::MonitoringAlert](docs/MonitoringAlert.md)
- [Synctera::MonitoringAlertList](docs/MonitoringAlertList.md)
- [Synctera::MonitoringStatus](docs/MonitoringStatus.md)
- [Synctera::MonitoringSubscription](docs/MonitoringSubscription.md)
- [Synctera::MonitoringSubscriptionList](docs/MonitoringSubscriptionList.md)
- [Synctera::NetworkFeeModel](docs/NetworkFeeModel.md)
- [Synctera::NoteCreate](docs/NoteCreate.md)
- [Synctera::NoteList](docs/NoteList.md)
- [Synctera::NoteResponse](docs/NoteResponse.md)
- [Synctera::NoteStatus](docs/NoteStatus.md)
- [Synctera::NotificationLanguage](docs/NotificationLanguage.md)
- [Synctera::OriginalCreditRequestModel](docs/OriginalCreditRequestModel.md)
- [Synctera::OriginalCreditSenderData](docs/OriginalCreditSenderData.md)
- [Synctera::OutgoingAch](docs/OutgoingAch.md)
- [Synctera::OutgoingAchList](docs/OutgoingAchList.md)
- [Synctera::OutgoingAchPatch](docs/OutgoingAchPatch.md)
- [Synctera::OutgoingAchRequest](docs/OutgoingAchRequest.md)
- [Synctera::PaginatedResponse](docs/PaginatedResponse.md)
- [Synctera::Party](docs/Party.md)
- [Synctera::PatchAccount](docs/PatchAccount.md)
- [Synctera::PatchAccountChargeSecured](docs/PatchAccountChargeSecured.md)
- [Synctera::PatchAccountChargeUnsecured](docs/PatchAccountChargeUnsecured.md)
- [Synctera::PatchAccountDepository](docs/PatchAccountDepository.md)
- [Synctera::PatchAccountGeneralLedger](docs/PatchAccountGeneralLedger.md)
- [Synctera::PatchAccountLineOfCredit](docs/PatchAccountLineOfCredit.md)
- [Synctera::PatchAccountProduct](docs/PatchAccountProduct.md)
- [Synctera::PatchAccountsRequestAccountIdentifiers](docs/PatchAccountsRequestAccountIdentifiers.md)
- [Synctera::PatchAccountsRequestRoutingIdentifiers](docs/PatchAccountsRequestRoutingIdentifiers.md)
- [Synctera::PatchBusiness](docs/PatchBusiness.md)
- [Synctera::PatchBusinessBusinessOwnerRelationship](docs/PatchBusinessBusinessOwnerRelationship.md)
- [Synctera::PatchCustomer](docs/PatchCustomer.md)
- [Synctera::PatchExternalAccount](docs/PatchExternalAccount.md)
- [Synctera::PatchInterest](docs/PatchInterest.md)
- [Synctera::PatchInternationalWireDetails](docs/PatchInternationalWireDetails.md)
- [Synctera::PatchNote](docs/PatchNote.md)
- [Synctera::PatchPayerPayeeRelationship](docs/PatchPayerPayeeRelationship.md)
- [Synctera::PatchPaymentSchedule](docs/PatchPaymentSchedule.md)
- [Synctera::PatchPerson](docs/PatchPerson.md)
- [Synctera::PatchPersonBusinessOwnerRelationship](docs/PatchPersonBusinessOwnerRelationship.md)
- [Synctera::PatchPersonBusinessRelationship](docs/PatchPersonBusinessRelationship.md)
- [Synctera::PatchPersonalId](docs/PatchPersonalId.md)
- [Synctera::PatchRelationshipIn](docs/PatchRelationshipIn.md)
- [Synctera::PayerPayeeAdditionalData](docs/PayerPayeeAdditionalData.md)
- [Synctera::PayerPayeeRelationship](docs/PayerPayeeRelationship.md)
- [Synctera::Payment](docs/Payment.md)
- [Synctera::PaymentDate](docs/PaymentDate.md)
- [Synctera::PaymentErrorDetails](docs/PaymentErrorDetails.md)
- [Synctera::PaymentInstruction](docs/PaymentInstruction.md)
- [Synctera::PaymentList](docs/PaymentList.md)
- [Synctera::PaymentSchedule](docs/PaymentSchedule.md)
- [Synctera::PaymentScheduleList](docs/PaymentScheduleList.md)
- [Synctera::PaymentScheduleStatus](docs/PaymentScheduleStatus.md)
- [Synctera::PaymentStatus](docs/PaymentStatus.md)
- [Synctera::PaymentSubType](docs/PaymentSubType.md)
- [Synctera::PaymentType](docs/PaymentType.md)
- [Synctera::PendingTransaction](docs/PendingTransaction.md)
- [Synctera::PendingTransactionData](docs/PendingTransactionData.md)
- [Synctera::PendingTransactionHistory](docs/PendingTransactionHistory.md)
- [Synctera::PendingTransactionHistoryData](docs/PendingTransactionHistoryData.md)
- [Synctera::PendingTransactions](docs/PendingTransactions.md)
- [Synctera::Person](docs/Person.md)
- [Synctera::PersonBusinessOwnerRelationship](docs/PersonBusinessOwnerRelationship.md)
- [Synctera::PersonBusinessRelationship](docs/PersonBusinessRelationship.md)
- [Synctera::PersonList](docs/PersonList.md)
- [Synctera::PersonStatus](docs/PersonStatus.md)
- [Synctera::PersonalIdBase](docs/PersonalIdBase.md)
- [Synctera::PersonalIdCountryCodePost](docs/PersonalIdCountryCodePost.md)
- [Synctera::PersonalIdCountryCodeResponse](docs/PersonalIdCountryCodeResponse.md)
- [Synctera::PersonalIdCustomerId](docs/PersonalIdCustomerId.md)
- [Synctera::PersonalIdType](docs/PersonalIdType.md)
- [Synctera::PhysicalCard](docs/PhysicalCard.md)
- [Synctera::PhysicalCardFormat](docs/PhysicalCardFormat.md)
- [Synctera::PhysicalCardIssuanceRequest](docs/PhysicalCardIssuanceRequest.md)
- [Synctera::PhysicalCardPlusStatus](docs/PhysicalCardPlusStatus.md)
- [Synctera::PhysicalCardResponse](docs/PhysicalCardResponse.md)
- [Synctera::PhysicalCardResponseStatus](docs/PhysicalCardResponseStatus.md)
- [Synctera::PlaidAccountVerification](docs/PlaidAccountVerification.md)
- [Synctera::PostLicense](docs/PostLicense.md)
- [Synctera::PostPerson](docs/PostPerson.md)
- [Synctera::PostPersonalId](docs/PostPersonalId.md)
- [Synctera::PostPersonalIdWCust](docs/PostPersonalIdWCust.md)
- [Synctera::PostPersonalIdsArray](docs/PostPersonalIdsArray.md)
- [Synctera::PostedTransaction](docs/PostedTransaction.md)
- [Synctera::PostedTransactionData](docs/PostedTransactionData.md)
- [Synctera::PostedTransactions](docs/PostedTransactions.md)
- [Synctera::Prospect](docs/Prospect.md)
- [Synctera::ProviderType](docs/ProviderType.md)
- [Synctera::ProvisioningControls](docs/ProvisioningControls.md)
- [Synctera::PullDetails](docs/PullDetails.md)
- [Synctera::PushDetails](docs/PushDetails.md)
- [Synctera::PushTokenizeRequestData](docs/PushTokenizeRequestData.md)
- [Synctera::Question](docs/Question.md)
- [Synctera::RailsChargeSecured](docs/RailsChargeSecured.md)
- [Synctera::RailsChargeUnsecured](docs/RailsChargeUnsecured.md)
- [Synctera::RailsDepository](docs/RailsDepository.md)
- [Synctera::RailsGeneralLedger](docs/RailsGeneralLedger.md)
- [Synctera::RailsLoc](docs/RailsLoc.md)
- [Synctera::RateDetails](docs/RateDetails.md)
- [Synctera::RawResponse](docs/RawResponse.md)
- [Synctera::RecipientName](docs/RecipientName.md)
- [Synctera::RelatedResourceType](docs/RelatedResourceType.md)
- [Synctera::RelatedResourceType1](docs/RelatedResourceType1.md)
- [Synctera::RelatedResourceType2](docs/RelatedResourceType2.md)
- [Synctera::Relationship](docs/Relationship.md)
- [Synctera::RelationshipIn](docs/RelationshipIn.md)
- [Synctera::RelationshipList](docs/RelationshipList.md)
- [Synctera::RelationshipResponse](docs/RelationshipResponse.md)
- [Synctera::RelationshipRole](docs/RelationshipRole.md)
- [Synctera::RelationshipTypes](docs/RelationshipTypes.md)
- [Synctera::RelationshipsList](docs/RelationshipsList.md)
- [Synctera::ReplaceSecret200Response](docs/ReplaceSecret200Response.md)
- [Synctera::ReplaceSecretRequest](docs/ReplaceSecretRequest.md)
- [Synctera::ResidentialExpense](docs/ResidentialExpense.md)
- [Synctera::ResponseHistoryItem](docs/ResponseHistoryItem.md)
- [Synctera::ResponseLicense](docs/ResponseLicense.md)
- [Synctera::ResponsePerson](docs/ResponsePerson.md)
- [Synctera::ResponsePersonalId](docs/ResponsePersonalId.md)
- [Synctera::ResponsePersonalIdWCust](docs/ResponsePersonalIdWCust.md)
- [Synctera::ResponsePersonalIdsArray](docs/ResponsePersonalIdsArray.md)
- [Synctera::ReturnData](docs/ReturnData.md)
- [Synctera::ReturnData1](docs/ReturnData1.md)
- [Synctera::ReversalModel](docs/ReversalModel.md)
- [Synctera::RiskData](docs/RiskData.md)
- [Synctera::RoutingIdentifier](docs/RoutingIdentifier.md)
- [Synctera::SavingsSummary](docs/SavingsSummary.md)
- [Synctera::ScheduleConfig](docs/ScheduleConfig.md)
- [Synctera::SchemasBypassableErrors](docs/SchemasBypassableErrors.md)
- [Synctera::Security](docs/Security.md)
- [Synctera::Shipping](docs/Shipping.md)
- [Synctera::ShippingAddress](docs/ShippingAddress.md)
- [Synctera::SimulateCardFulfillment](docs/SimulateCardFulfillment.md)
- [Synctera::SingleUseTokenRequest](docs/SingleUseTokenRequest.md)
- [Synctera::SingleUseTokenResponse](docs/SingleUseTokenResponse.md)
- [Synctera::SourceOfWealth](docs/SourceOfWealth.md)
- [Synctera::SpecificInvolvement](docs/SpecificInvolvement.md)
- [Synctera::SpendControl](docs/SpendControl.md)
- [Synctera::SpendControlDirection](docs/SpendControlDirection.md)
- [Synctera::SpendControlResponse](docs/SpendControlResponse.md)
- [Synctera::SpendControlResponseList](docs/SpendControlResponseList.md)
- [Synctera::SpendControlRollingWindowDays](docs/SpendControlRollingWindowDays.md)
- [Synctera::SpendControlSingleTransaction](docs/SpendControlSingleTransaction.md)
- [Synctera::SpendControlTimeRange](docs/SpendControlTimeRange.md)
- [Synctera::SpendControlTimeRangeType](docs/SpendControlTimeRangeType.md)
- [Synctera::SpendControlUpdateRequest](docs/SpendControlUpdateRequest.md)
- [Synctera::SpendingLimitWithTime](docs/SpendingLimitWithTime.md)
- [Synctera::SpendingLimits](docs/SpendingLimits.md)
- [Synctera::SpendingLimitsTransaction](docs/SpendingLimitsTransaction.md)
- [Synctera::SsnSource](docs/SsnSource.md)
- [Synctera::Statement](docs/Statement.md)
- [Synctera::StatementList](docs/StatementList.md)
- [Synctera::StatementSummary](docs/StatementSummary.md)
- [Synctera::StopPayment](docs/StopPayment.md)
- [Synctera::StopPaymentList](docs/StopPaymentList.md)
- [Synctera::StopPaymentResponseWAccount](docs/StopPaymentResponseWAccount.md)
- [Synctera::TemplateFields](docs/TemplateFields.md)
- [Synctera::TemplateFieldsChargeSecured](docs/TemplateFieldsChargeSecured.md)
- [Synctera::TemplateFieldsChargeUnsecured](docs/TemplateFieldsChargeUnsecured.md)
- [Synctera::TemplateFieldsDepository](docs/TemplateFieldsDepository.md)
- [Synctera::TemplateFieldsGeneralLedger](docs/TemplateFieldsGeneralLedger.md)
- [Synctera::TemplateFieldsGenericResponse](docs/TemplateFieldsGenericResponse.md)
- [Synctera::TemplateFieldsLineOfCredit](docs/TemplateFieldsLineOfCredit.md)
- [Synctera::TemplateList](docs/TemplateList.md)
- [Synctera::ThreeDsPolicy](docs/ThreeDsPolicy.md)
- [Synctera::TokenList](docs/TokenList.md)
- [Synctera::TokenListResponse](docs/TokenListResponse.md)
- [Synctera::Transaction](docs/Transaction.md)
- [Synctera::TransactionData](docs/TransactionData.md)
- [Synctera::TransactionDispute](docs/TransactionDispute.md)
- [Synctera::TransactionLine](docs/TransactionLine.md)
- [Synctera::TransactionLine1](docs/TransactionLine1.md)
- [Synctera::TransactionList](docs/TransactionList.md)
- [Synctera::TransactionOptions](docs/TransactionOptions.md)
- [Synctera::TransactionVolume](docs/TransactionVolume.md)
- [Synctera::TransferListResponse](docs/TransferListResponse.md)
- [Synctera::TransferRequest](docs/TransferRequest.md)
- [Synctera::TransferRequestBase](docs/TransferRequestBase.md)
- [Synctera::TransferRequestPull](docs/TransferRequestPull.md)
- [Synctera::TransferRequestPush](docs/TransferRequestPush.md)
- [Synctera::TransferResponse](docs/TransferResponse.md)
- [Synctera::TransferResponseBase](docs/TransferResponseBase.md)
- [Synctera::TransferResponsePull](docs/TransferResponsePull.md)
- [Synctera::TransferResponsePush](docs/TransferResponsePush.md)
- [Synctera::TransferReversalRequest](docs/TransferReversalRequest.md)
- [Synctera::TransferType](docs/TransferType.md)
- [Synctera::TransferTypeRequest](docs/TransferTypeRequest.md)
- [Synctera::TriggerEventRequest](docs/TriggerEventRequest.md)
- [Synctera::TxnEnhancer](docs/TxnEnhancer.md)
- [Synctera::Type](docs/Type.md)
- [Synctera::UpdateAccount](docs/UpdateAccount.md)
- [Synctera::UpdateCardImageRequest](docs/UpdateCardImageRequest.md)
- [Synctera::UpdateGatewayRequest](docs/UpdateGatewayRequest.md)
- [Synctera::UpdateTransfer](docs/UpdateTransfer.md)
- [Synctera::VendorInfo](docs/VendorInfo.md)
- [Synctera::VendorJson](docs/VendorJson.md)
- [Synctera::VendorXml](docs/VendorXml.md)
- [Synctera::Verification](docs/Verification.md)
- [Synctera::VerificationList](docs/VerificationList.md)
- [Synctera::VerificationRequest](docs/VerificationRequest.md)
- [Synctera::VerificationResult](docs/VerificationResult.md)
- [Synctera::VerificationStatus](docs/VerificationStatus.md)
- [Synctera::VerificationType](docs/VerificationType.md)
- [Synctera::VerificationVendorInfo](docs/VerificationVendorInfo.md)
- [Synctera::VerificationVendorInfoDetail](docs/VerificationVendorInfoDetail.md)
- [Synctera::VerificationVendorJson](docs/VerificationVendorJson.md)
- [Synctera::VerificationVendorXml](docs/VerificationVendorXml.md)
- [Synctera::VerifyResponse](docs/VerifyResponse.md)
- [Synctera::VirtualCard](docs/VirtualCard.md)
- [Synctera::VirtualCardIssuanceRequest](docs/VirtualCardIssuanceRequest.md)
- [Synctera::VirtualCardPlusStatus](docs/VirtualCardPlusStatus.md)
- [Synctera::VirtualCardResponse](docs/VirtualCardResponse.md)
- [Synctera::VirtualCardResponseStatus](docs/VirtualCardResponseStatus.md)
- [Synctera::WalletProviderCardOnFile](docs/WalletProviderCardOnFile.md)
- [Synctera::WatchlistAlert](docs/WatchlistAlert.md)
- [Synctera::WatchlistSubscription](docs/WatchlistSubscription.md)
- [Synctera::WatchlistSubscriptionList](docs/WatchlistSubscriptionList.md)
- [Synctera::Webhook](docs/Webhook.md)
- [Synctera::WebhookList](docs/WebhookList.md)
- [Synctera::WebhookRequestObject](docs/WebhookRequestObject.md)
- [Synctera::WidgetType](docs/WidgetType.md)
- [Synctera::Wire](docs/Wire.md)
- [Synctera::WireList](docs/WireList.md)
- [Synctera::WireRequest](docs/WireRequest.md)
- [Synctera::WireReturnSimulationRequest](docs/WireReturnSimulationRequest.md)
- [Synctera::WireSimulationDatasoftResponse](docs/WireSimulationDatasoftResponse.md)
- [Synctera::WireSimulationFedwireResponse](docs/WireSimulationFedwireResponse.md)
- [Synctera::WireSimulationResponse](docs/WireSimulationResponse.md)
- [Synctera::WireTransactionSimulationRequest](docs/WireTransactionSimulationRequest.md)
- [Synctera::WithdrawalRequestModel](docs/WithdrawalRequestModel.md)
## Documentation for Authorization
Authentication schemes defined for the API:
### bearerAuth
- **Type**: Bearer authentication (api_key)
", Assign "at most 3 tags" to the expected json: {"id":"3566","tags":[]} "only from the tags list I provide: [{"id":77,"name":"3d"},{"id":89,"name":"agent"},{"id":17,"name":"ai"},{"id":54,"name":"algorithm"},{"id":24,"name":"api"},{"id":44,"name":"authentication"},{"id":3,"name":"aws"},{"id":27,"name":"backend"},{"id":60,"name":"benchmark"},{"id":72,"name":"best-practices"},{"id":39,"name":"bitcoin"},{"id":37,"name":"blockchain"},{"id":1,"name":"blog"},{"id":45,"name":"bundler"},{"id":58,"name":"cache"},{"id":21,"name":"chat"},{"id":49,"name":"cicd"},{"id":4,"name":"cli"},{"id":64,"name":"cloud-native"},{"id":48,"name":"cms"},{"id":61,"name":"compiler"},{"id":68,"name":"containerization"},{"id":92,"name":"crm"},{"id":34,"name":"data"},{"id":47,"name":"database"},{"id":8,"name":"declarative-gui "},{"id":9,"name":"deploy-tool"},{"id":53,"name":"desktop-app"},{"id":6,"name":"dev-exp-lib"},{"id":59,"name":"dev-tool"},{"id":13,"name":"ecommerce"},{"id":26,"name":"editor"},{"id":66,"name":"emulator"},{"id":62,"name":"filesystem"},{"id":80,"name":"finance"},{"id":15,"name":"firmware"},{"id":73,"name":"for-fun"},{"id":2,"name":"framework"},{"id":11,"name":"frontend"},{"id":22,"name":"game"},{"id":81,"name":"game-engine "},{"id":23,"name":"graphql"},{"id":84,"name":"gui"},{"id":91,"name":"http"},{"id":5,"name":"http-client"},{"id":51,"name":"iac"},{"id":30,"name":"ide"},{"id":78,"name":"iot"},{"id":40,"name":"json"},{"id":83,"name":"julian"},{"id":38,"name":"k8s"},{"id":31,"name":"language"},{"id":10,"name":"learning-resource"},{"id":33,"name":"lib"},{"id":41,"name":"linter"},{"id":28,"name":"lms"},{"id":16,"name":"logging"},{"id":76,"name":"low-code"},{"id":90,"name":"message-queue"},{"id":42,"name":"mobile-app"},{"id":18,"name":"monitoring"},{"id":36,"name":"networking"},{"id":7,"name":"node-version"},{"id":55,"name":"nosql"},{"id":57,"name":"observability"},{"id":46,"name":"orm"},{"id":52,"name":"os"},{"id":14,"name":"parser"},{"id":74,"name":"react"},{"id":82,"name":"real-time"},{"id":56,"name":"robot"},{"id":65,"name":"runtime"},{"id":32,"name":"sdk"},{"id":71,"name":"search"},{"id":63,"name":"secrets"},{"id":25,"name":"security"},{"id":85,"name":"server"},{"id":86,"name":"serverless"},{"id":70,"name":"storage"},{"id":75,"name":"system-design"},{"id":79,"name":"terminal"},{"id":29,"name":"testing"},{"id":12,"name":"ui"},{"id":50,"name":"ux"},{"id":88,"name":"video"},{"id":20,"name":"web-app"},{"id":35,"name":"web-server"},{"id":43,"name":"webassembly"},{"id":69,"name":"workflow"},{"id":87,"name":"yaml"}]" returns me the "expected json"