synctera_ruby_sdk

Github Actions

SyncteraRubySdk - the Ruby gem for the Synctera API

Let's build something great.

Welcome to the official reference documentation for Synctera APIs. Our APIs are the best way to automate your company's banking needs and are designed to be easy to understand and implement.

We're continuously growing this library and what you see here is just the start, but if you need something specific or have a question, contact us.

This SDK is automatically generated by the OpenAPI Generator project:

  • API version: 0.60.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build synctera_ruby_sdk.gemspec

Then either install the gem locally:

gem install ./synctera_ruby_sdk-1.0.0.gem

(for development, run gem install --dev ./synctera_ruby_sdk-1.0.0.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'synctera_ruby_sdk'

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_ruby_sdk', :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:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'synctera_ruby_sdk'

# Setup authorization
SyncteraRubySdk.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' } 
end

api_instance = SyncteraRubySdk::ACHApi.new
outgoing_ach_request = SyncteraRubySdk::OutgoingAchRequest.new({amount: 607, currency: 'USD', customer_id: 'b01db9c7-78f2-4a99-8aca-1231d32f9b96', dc_sign: 'debit', originating_account_id: 'b01db9c7-78f2-4a99-8aca-1231d32f9b96', receiving_account_id: 'b01db9c7-78f2-4a99-8aca-1231d32f9b96'}) # OutgoingAchRequest | Send ACH request
opts = {
  idempotency_key: '7d943c51-e4ff-4e57-9558-08cab6b963c7' # String | An idempotency key is an arbitrary unique value generated by client to detect subsequent retries of the same request. It is recommended that a UUID or a similar random identifier be used as an idempotency key. A different key must be used for each request, unless it is a retry.
}

begin
  #Send an ACH
  result = api_instance.add_transaction_out(outgoing_ach_request, opts)
  p result
rescue SyncteraRubySdk::ApiError => e
  puts "Exception when calling ACHApi->add_transaction_out: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://api.synctera.com/v0

Class Method HTTP request Description
SyncteraRubySdk::ACHApi add_transaction_out POST /ach Send an ACH
SyncteraRubySdk::ACHApi get_transaction_out GET /ach/transaction_id Get a sent ACH transaction
SyncteraRubySdk::ACHApi list_transactions_out GET /ach List sent ACH transactions
SyncteraRubySdk::ACHApi patch_transaction_out PATCH /ach/transaction_id Update a sent ACH transaction
SyncteraRubySdk::ACHTransactionSimulationsApi ach_return_simulation POST /ach/transaction_simulations/receiving_return Simulate receiving ACH return
SyncteraRubySdk::ACHTransactionSimulationsApi ach_transaction_simulation POST /ach/transaction_simulations/receiving_transaction Simulate receiving ACH transaction
SyncteraRubySdk::AccountsApi create_account POST /accounts Create an account
SyncteraRubySdk::AccountsApi create_account_relationship POST /accounts/account_id/relationships Create account relationship
SyncteraRubySdk::AccountsApi create_account_resource_product POST /accounts/products Create an account product
SyncteraRubySdk::AccountsApi create_account_template POST /accounts/templates Create an account template
SyncteraRubySdk::AccountsApi delete_account_relationship DELETE /accounts/account_id/relationships/relationship_id Delete account relationship
SyncteraRubySdk::AccountsApi delete_account_template DELETE /accounts/templates/template_id Delete account template
SyncteraRubySdk::AccountsApi get_account GET /accounts/account_id Get account
SyncteraRubySdk::AccountsApi get_account_relationship GET /accounts/account_id/relationships/relationship_id Get account relationship
SyncteraRubySdk::AccountsApi get_account_template GET /accounts/templates/template_id Get account template
SyncteraRubySdk::AccountsApi list_account_relationship GET /accounts/account_id/relationships List account relationships
SyncteraRubySdk::AccountsApi list_account_resource_products GET /accounts/products List account products
SyncteraRubySdk::AccountsApi list_account_templates GET /accounts/templates List account templates
SyncteraRubySdk::AccountsApi list_accounts GET /accounts List accounts
SyncteraRubySdk::AccountsApi patch_account PATCH /accounts/account_id Patch account
SyncteraRubySdk::AccountsApi patch_account_product PATCH /accounts/products/product_id Patch account product
SyncteraRubySdk::AccountsApi update_account PUT /accounts/account_id Update account
SyncteraRubySdk::AccountsApi update_account_relationship PUT /accounts/account_id/relationships/relationship_id Update account relationship
SyncteraRubySdk::AccountsApi update_account_template PUT /accounts/templates/template_id Update account template
SyncteraRubySdk::BusinessesApi create_business POST /businesses Create a business
SyncteraRubySdk::BusinessesApi get_business GET /businesses/business_id Get business
SyncteraRubySdk::BusinessesApi list_businesses GET /businesses List business
SyncteraRubySdk::BusinessesApi update_business PATCH /businesses/business_id Patch business
SyncteraRubySdk::CardTransactionSimulationsApi simulate_authorization POST /cards/transaction_simulations/authorization Simulate authorization
SyncteraRubySdk::CardTransactionSimulationsApi simulate_authorization_advice POST /cards/transaction_simulations/authorization/advice Simulate authorization advice
SyncteraRubySdk::CardTransactionSimulationsApi simulate_balance_inquiry POST /cards/transaction_simulations/financial/balance_inquiry Simulate balance inquiry
SyncteraRubySdk::CardTransactionSimulationsApi simulate_clearing POST /cards/transaction_simulations/clearing Simulate clearing or refund
SyncteraRubySdk::CardTransactionSimulationsApi simulate_financial POST /cards/transaction_simulations/financial Simulate financial
SyncteraRubySdk::CardTransactionSimulationsApi simulate_financial_advice POST /cards/transaction_simulations/financial/advice Simulate financial advice
SyncteraRubySdk::CardTransactionSimulationsApi simulate_original_credit POST /cards/transaction_simulations/financial/original_credit Simulate OCT
SyncteraRubySdk::CardTransactionSimulationsApi simulate_reversal POST /cards/transaction_simulations/reversal Simulate reversal
SyncteraRubySdk::CardTransactionSimulationsApi simulate_withdrawal POST /cards/transaction_simulations/financial/withdrawal Simulate ATM withdrawal
SyncteraRubySdk::CardWebhookSimulationsApi simulate_card_fulfillment_event POST /cards/card_id/webhook_simulations/fulfillment Simulate Card Fulfillment Event
SyncteraRubySdk::CardsApi activate_card POST /cards/activate Activate a card
SyncteraRubySdk::CardsApi create_card_image POST /cards/images Create Card Image
SyncteraRubySdk::CardsApi create_gateway POST /cards/gateways Create Gateway
SyncteraRubySdk::CardsApi get_card GET /cards/card_id Get Card
SyncteraRubySdk::CardsApi get_card_barcode GET /cards/card_id/barcodes Get Card Barcode
SyncteraRubySdk::CardsApi get_card_image_data GET /cards/images/card_image_id/data Get Card Image Data
SyncteraRubySdk::CardsApi get_card_image_details GET /cards/images/card_image_id Get Card Image Details
SyncteraRubySdk::CardsApi get_card_widget_url GET /cards/card_widget_url Get card widget URL
SyncteraRubySdk::CardsApi get_client_access_token POST /cards/card_id/client_token Get a client token
SyncteraRubySdk::CardsApi get_client_single_use_token POST /cards/single_use_token Get single-use token
SyncteraRubySdk::CardsApi get_gateway GET /cards/gateways/gateway_id Get Gateway
SyncteraRubySdk::CardsApi issue_card POST /cards Issue a Card
SyncteraRubySdk::CardsApi list_card_image_details GET /cards/images List Card Image Details
SyncteraRubySdk::CardsApi list_card_products GET /cards/products List Card Products
SyncteraRubySdk::CardsApi list_cards GET /cards List Cards
SyncteraRubySdk::CardsApi list_changes GET /cards/card_id/changes List Card Changes
SyncteraRubySdk::CardsApi list_gateways GET /cards/gateways List Gateways
SyncteraRubySdk::CardsApi update_card PATCH /cards/card_id Update Card
SyncteraRubySdk::CardsApi update_card_image_details PATCH /cards/images/card_image_id Update Card Image Details
SyncteraRubySdk::CardsApi update_gateway PATCH /cards/gateways/gateway_id Update Gateway
SyncteraRubySdk::CardsApi upload_card_image_data POST /cards/images/card_image_id/data Upload Card Image
SyncteraRubySdk::CashPickupsAlphaApi create_cash_pickup POST /cash_pickups Create a cash pickup
SyncteraRubySdk::CashPickupsAlphaApi get_cash_pickup GET /cash_pickups/cash_pickup_id Get a cash pickup
SyncteraRubySdk::CashPickupsAlphaApi list_cash_pickups GET /cash_pickups List cash pickups
SyncteraRubySdk::CashPickupsAlphaApi patch_cash_pickup PATCH /cash_pickups/cash_pickup_id Update a cash pickup
SyncteraRubySdk::CustomersApi create_customer POST /customers Create a Customer
SyncteraRubySdk::CustomersApi create_customer_employment POST /customers/customer_id/employment Create employment record
SyncteraRubySdk::CustomersApi create_customer_risk_rating POST /customers/customer_id/risk_ratings Create customer risk rating
SyncteraRubySdk::CustomersApi get_all_customer_employment GET /customers/customer_id/employment List customer employment records
SyncteraRubySdk::CustomersApi get_all_customer_risk_ratings GET /customers/customer_id/risk_ratings List customer risk ratings
SyncteraRubySdk::CustomersApi get_customer GET /customers/customer_id Get Customer
SyncteraRubySdk::CustomersApi get_customer_risk_rating GET /customers/customer_id/risk_ratings/risk_rating_id Get customer risk rating
SyncteraRubySdk::CustomersApi get_party_employment GET /customers/customer_id/employment/employment_id Get customer employment record
SyncteraRubySdk::CustomersApi list_customers GET /customers List Customers
SyncteraRubySdk::CustomersApi patch_customer PATCH /customers/customer_id Patch Customer
SyncteraRubySdk::CustomersApi update_customer PUT /customers/customer_id Update Customer
SyncteraRubySdk::CustomersApi update_party_employment PUT /customers/customer_id/employment/employment_id Update customer employment record
SyncteraRubySdk::DigitalWalletTokensApi create_digital_wallet_apple POST /cards/card_id/digital_wallet_tokens/applepay Create digital wallet token provision request for Apple Pay
SyncteraRubySdk::DigitalWalletTokensApi create_digital_wallet_google POST /cards/card_id/digital_wallet_tokens/googlepay Create digital wallet token provision request for Google Pay
SyncteraRubySdk::DigitalWalletTokensApi get_digital_wallet_token GET /cards/digital_wallet_tokens/digital_wallet_token_id Get Digital Wallet Token
SyncteraRubySdk::DigitalWalletTokensApi list_digital_wallet_tokens GET /cards/digital_wallet_tokens List Digital Wallet Tokens
SyncteraRubySdk::DigitalWalletTokensApi update_digital_wallet_token_status PATCH /cards/digital_wallet_tokens/digital_wallet_token_id Update Digital Wallet Token's life cycle status
SyncteraRubySdk::DisclosuresApi create_disclosure POST /disclosures Create disclosure record
SyncteraRubySdk::DisclosuresApi get_disclosure GET /disclosures/disclosure_id Get disclosure
SyncteraRubySdk::DisclosuresApi list_disclosures GET /disclosures List disclosures
SyncteraRubySdk::DisclosuresDeprecatedApi create_disclosure1 POST /customers/customer_id/disclosures Create a Disclosure
SyncteraRubySdk::DisclosuresDeprecatedApi list_disclosures1 GET /customers/customer_id/disclosures List Disclosures
SyncteraRubySdk::DocumentsApi create_document POST /documents Create a document
SyncteraRubySdk::DocumentsApi create_document_version POST /documents/document_id/versions Create a new document version
SyncteraRubySdk::DocumentsApi get_document GET /documents/document_id Get a document
SyncteraRubySdk::DocumentsApi get_document_contents GET /documents/document_id/contents Get contents of latest document version
SyncteraRubySdk::DocumentsApi get_document_version GET /documents/document_id/versions/document_version Get a document by version
SyncteraRubySdk::DocumentsApi get_document_version_contents GET /documents/document_id/versions/document_version/contents Get document contents by version
SyncteraRubySdk::DocumentsApi list_documents GET /documents List documents
SyncteraRubySdk::DocumentsApi update_document PATCH /documents/document_id Update a document
SyncteraRubySdk::ExternalAccountsApi add_external_accounts POST /external_accounts Add an external account
SyncteraRubySdk::ExternalAccountsApi add_vendor_external_accounts POST /external_accounts/add_vendor_accounts Add external accounts through a vendor, such as Plaid.
SyncteraRubySdk::ExternalAccountsApi create_access_token POST /external_accounts/access_tokens Create a permanent access token for an external account
SyncteraRubySdk::ExternalAccountsApi create_verification_link_token POST /external_accounts/link_tokens Create a link token to verify an external account
SyncteraRubySdk::ExternalAccountsApi delete_external_account DELETE /external_accounts/external_account_id Delete an external account
SyncteraRubySdk::ExternalAccountsApi get_external_account GET /external_accounts/external_account_id Get an external account
SyncteraRubySdk::ExternalAccountsApi get_external_account_balance GET /external_accounts/external_account_id/balance Get external account balances
SyncteraRubySdk::ExternalAccountsApi get_external_account_transactions GET /external_accounts/external_account_id/transactions List transactions of a given external account
SyncteraRubySdk::ExternalAccountsApi list_external_accounts GET /external_accounts List external accounts
SyncteraRubySdk::ExternalAccountsApi sync_vendor_external_accounts POST /external_accounts/sync_vendor_accounts Sync external accounts through a vendor, such as Plaid.
SyncteraRubySdk::ExternalAccountsApi update_external_account PATCH /external_accounts/external_account_id Patch an external account
SyncteraRubySdk::ExternalCardsApi authenticate3_ds POST /external_cards/authenticate_3ds Authenticate 3DS (beta)
SyncteraRubySdk::ExternalCardsApi create_external_card_from_token POST /external_cards/tokens Create External Card from token
SyncteraRubySdk::ExternalCardsApi create_external_card_transfer POST /external_cards/transfers Create External Card Transfer
SyncteraRubySdk::ExternalCardsApi create_external_card_transfer_reversal POST /external_cards/transfers/transfer_id/reversals Create External Card Transfer Reversal
SyncteraRubySdk::ExternalCardsApi delete_external_card DELETE /external_cards/external_card_id Delete External Card
SyncteraRubySdk::ExternalCardsApi get_external_card GET /external_cards/external_card_id Get External Card
SyncteraRubySdk::ExternalCardsApi get_external_card_transfer GET /external_cards/transfers/transfer_id Get External Card Transfer
SyncteraRubySdk::ExternalCardsApi initialize3_ds POST /external_cards/initialize_3ds Initialize 3DS (beta)
SyncteraRubySdk::ExternalCardsApi list_external_card_transfers GET /external_cards/transfers List External Card Transfers
SyncteraRubySdk::ExternalCardsApi list_external_cards GET /external_cards List External Cards
SyncteraRubySdk::ExternalCardsApi lookup3_ds POST /external_cards/lookup_3ds Lookup 3DS (beta)
SyncteraRubySdk::ExternalCardsApi update_external_card PATCH /external_cards/external_card_id Update External Card
SyncteraRubySdk::IncomingWiresApi get_incoming_wire GET /wires/incoming/wire_id Get incoming wire by id
SyncteraRubySdk::InternalAccountsApi add_internal_accounts POST /internal_accounts Add internal accounts
SyncteraRubySdk::InternalAccountsApi get_internal_accounts GET /internal_accounts/internal_account_id Get internal account by id
SyncteraRubySdk::InternalAccountsApi list_internal_accounts GET /internal_accounts List internal accounts
SyncteraRubySdk::InternalAccountsApi patch_internal_account PATCH /internal_accounts/internal_account_id Patch internal account
SyncteraRubySdk::InternalTransferApi create_internal_transfer POST /transactions/internal_transfer Create an internal transfer
SyncteraRubySdk::InternalTransferApi get_internal_transfer_by_id GET /transactions/internal_transfer/id Get an internal transfer
SyncteraRubySdk::InternalTransferApi update_internal_transfer_by_id PATCH /transactions/internal_transfer/id Update an internal transfer
SyncteraRubySdk::InternationalWiresAlphaApi create_international_wire POST /international_wires Create an International Wire
SyncteraRubySdk::InternationalWiresAlphaApi get_international_wire GET /international_wires/wire_id Get an international wire by id
SyncteraRubySdk::InternationalWiresAlphaApi list_international_wires GET /international_wires List International Wires
SyncteraRubySdk::InternationalWiresAlphaApi patch_international_wire PATCH /international_wires/wire_id Update an international wire to various statuses
SyncteraRubySdk::KYCKYBVerificationsApi create_verification POST /verifications Create a verification
SyncteraRubySdk::KYCKYBVerificationsApi get_verification1 GET /verifications/verification_id Get verification
SyncteraRubySdk::KYCKYBVerificationsApi list_verifications1 GET /verifications List verifications
SyncteraRubySdk::KYCKYBVerificationsApi verify POST /verifications/verify Verify a customer's identity
SyncteraRubySdk::KYCKYBVerificationsApi verify_ad_hoc POST /verifications/adhoc Check if an individual is on any watchlists
SyncteraRubySdk::KYCVerificationDeprecatedApi create_customer_verification_result POST /customers/customer_id/verifications Create a customer verification result
SyncteraRubySdk::KYCVerificationDeprecatedApi get_verification GET /customers/customer_id/verifications/verification_id Get verification result
SyncteraRubySdk::KYCVerificationDeprecatedApi list_verifications GET /customers/customer_id/verifications List verification results
SyncteraRubySdk::KYCVerificationDeprecatedApi verify_customer POST /customers/customer_id/verify Verify a customer's identity
SyncteraRubySdk::LicensesApi patch_license PATCH /licenses/license_id Patch License
SyncteraRubySdk::MonitoringApi create_subscription POST /monitoring/subscriptions Subscribe a customer or business to monitoring
SyncteraRubySdk::MonitoringApi delete_subscription DELETE /monitoring/subscriptions/subscription_id Delete monitoring subscription
SyncteraRubySdk::MonitoringApi get_alert GET /monitoring/alerts/alert_id Retrieve a monitoring alert
SyncteraRubySdk::MonitoringApi get_subscription GET /monitoring/subscriptions/subscription_id Retrieve monitoring subscription
SyncteraRubySdk::MonitoringApi list_alerts GET /monitoring/alerts List monitoring alerts
SyncteraRubySdk::MonitoringApi list_subscriptions GET /monitoring/subscriptions List monitoring subscriptions
SyncteraRubySdk::MonitoringApi update_alert PATCH /monitoring/alerts/alert_id Update a monitoring alert
SyncteraRubySdk::NotesApi create_note POST /notes Create a note
SyncteraRubySdk::NotesApi list_notes GET /notes List notes
SyncteraRubySdk::NotesApi patch_note PATCH /notes/note_id Patch Note
SyncteraRubySdk::PaymentSchedulesApi create_payment_schedule POST /payment_schedules Create a payment schedule
SyncteraRubySdk::PaymentSchedulesApi list_payment_schedules GET /payment_schedules List payment schedules
SyncteraRubySdk::PaymentSchedulesApi list_payments GET /payment_schedules/payments List payments
SyncteraRubySdk::PaymentSchedulesApi patch_payment_schedule PATCH /payment_schedules/payment_schedule_id Update a payment schedule
SyncteraRubySdk::PersonsApi create_person POST /persons Create a person
SyncteraRubySdk::PersonsApi create_personal_id POST /persons/personal_ids Create a personal identifier (beta)
SyncteraRubySdk::PersonsApi delete_personal_id DELETE /persons/personal_ids/personal_id_id Delete a personal identifier (beta)
SyncteraRubySdk::PersonsApi get_person GET /persons/person_id Get person
SyncteraRubySdk::PersonsApi list_persons GET /persons List persons
SyncteraRubySdk::PersonsApi update_person PATCH /persons/person_id Update person
SyncteraRubySdk::PersonsApi update_personal_id PATCH /persons/personal_ids/personal_id_id Update a personal identifier (beta)
SyncteraRubySdk::RelationshipsApi create_relationship POST /relationships Create a relationship
SyncteraRubySdk::RelationshipsApi delete_relationship DELETE /relationships/relationship_id Delete relationship
SyncteraRubySdk::RelationshipsApi get_relationship GET /relationships/relationship_id Get relationship
SyncteraRubySdk::RelationshipsApi list_relationships GET /relationships List relationships
SyncteraRubySdk::RelationshipsApi update_relationship PATCH /relationships/relationship_id Update relationship
SyncteraRubySdk::RemoteCheckDepositBetaApi create_rdc_deposit POST /rdc/deposits Create a Remote Check Deposit
SyncteraRubySdk::RemoteCheckDepositBetaApi get_rdc_deposit GET /rdc/deposits/deposit_id Get Remote Check Deposit
SyncteraRubySdk::RemoteCheckDepositBetaApi list_rdc_deposits GET /rdc/deposits List Remote Check Deposits
SyncteraRubySdk::SandboxWipeApi wipe_workspace POST /wipe Delete data
SyncteraRubySdk::SpendControlsApi create_spend_control POST /spend_controls Create Spend Control
SyncteraRubySdk::SpendControlsApi get_spend_control GET /spend_controls/spend_control_id Get Spend Control
SyncteraRubySdk::SpendControlsApi list_spend_controls GET /spend_controls List Spend Controls
SyncteraRubySdk::SpendControlsApi update_spend_control PATCH /spend_controls/spend_control_id Update Spend Control
SyncteraRubySdk::StatementsApi get_statement GET /statements/statement_id Get a statement
SyncteraRubySdk::StatementsApi get_statement_transactions GET /statements/statement_id/transactions Get a statement's transactions
SyncteraRubySdk::StatementsApi list_statements GET /statements List statements
SyncteraRubySdk::TransactionsApi get_pending_transaction_by_id GET /transactions/pending/id Get a pending transaction
SyncteraRubySdk::TransactionsApi get_posted_transaction_by_id GET /transactions/posted/id Get a posted transaction
SyncteraRubySdk::TransactionsApi list_pending_transactions GET /transactions/pending List pending transactions
SyncteraRubySdk::TransactionsApi list_posted_transactions GET /transactions/posted List posted transactions
SyncteraRubySdk::WatchlistDeprecatedApi get_watchlist_alert GET /customers/customer_id/watchlists/alerts/alert_id Retrieve watchlist monitoring alert
SyncteraRubySdk::WatchlistDeprecatedApi get_watchlist_subscription GET /customers/customer_id/watchlists/subscriptions/subscription_id Retrieve watchlist monitoring subscription
SyncteraRubySdk::WatchlistDeprecatedApi list_watchlist_alerts GET /customers/customer_id/watchlists/alerts List watchlist monitoring alerts for a customer
SyncteraRubySdk::WatchlistDeprecatedApi list_watchlist_subscriptions GET /customers/customer_id/watchlists/subscriptions List watchlist monitoring subscriptions for a customer
SyncteraRubySdk::WatchlistDeprecatedApi suppress_watchlist_entity_alert POST /customers/customer_id/watchlists/suppressions Suppress entity alert
SyncteraRubySdk::WatchlistDeprecatedApi update_watchlist_alert PUT /customers/customer_id/watchlists/alerts/alert_id Update watchlist alert
SyncteraRubySdk::WatchlistDeprecatedApi update_watchlist_subscription PUT /customers/customer_id/watchlists/subscriptions/subscription_id Update watchlist monitoring subscription
SyncteraRubySdk::WatchlistDeprecatedApi watchlist_subscribe POST /customers/customer_id/watchlists/subscriptions Subscribe a customer to watchlist monitoring
SyncteraRubySdk::WebhooksApi create_secret POST /webhook_secrets Create a secret
SyncteraRubySdk::WebhooksApi create_webhook POST /webhooks Create a webhook
SyncteraRubySdk::WebhooksApi delete_webhook DELETE /webhooks/webhook_id Delete a webhook
SyncteraRubySdk::WebhooksApi get_event GET /webhooks/webhook_id/events/event_id Get webhook event
SyncteraRubySdk::WebhooksApi get_webhook GET /webhooks/webhook_id Get a webhook
SyncteraRubySdk::WebhooksApi list_events GET /webhooks/webhook_id/events List webhook events
SyncteraRubySdk::WebhooksApi list_webhooks GET /webhooks List webhooks
SyncteraRubySdk::WebhooksApi replace_secret PUT /webhook_secrets Replace an existing secret
SyncteraRubySdk::WebhooksApi resend_event POST /webhooks/webhook_id/events/event_id/resend Resend an event
SyncteraRubySdk::WebhooksApi revoke_secret DELETE /webhook_secrets Revoke the secret
SyncteraRubySdk::WebhooksApi trigger_event POST /webhooks/trigger Trigger an event
SyncteraRubySdk::WebhooksApi update_webhook PUT /webhooks/webhook_id Update a webhook
SyncteraRubySdk::WiresApi cancel_wire PATCH /wires/wire_id Cancel an outgoing wire
SyncteraRubySdk::WiresApi create_wire POST /wires Send a wire
SyncteraRubySdk::WiresApi get_wire GET /wires/wire_id Get a wire by id
SyncteraRubySdk::WiresApi list_wires GET /wires List wires

Documentation for Models

Documentation for Authorization

bearerAuth

  • Type: Bearer authentication (api_key)