Types:
from slash_sdk.types import PaginationResponse, LegalEntityListResponseMethods:
client.legal_entity.list() -> LegalEntityListResponse
Types:
from slash_sdk.types import Account, AccountListResponse, AccountRetrieveBalanceResponseMethods:
client.account.retrieve(account_id) -> Accountclient.account.list(**params) -> AccountListResponseclient.account.retrieve_balance(account_id) -> AccountRetrieveBalanceResponse
Types:
from slash_sdk.types import (
CommissionDetails,
CommissionRule,
Money,
VirtualAccount,
VirtualAccountModel,
VirtualAccountCreateResponse,
VirtualAccountUpdateResponse,
VirtualAccountListResponse,
)Methods:
client.virtual_account.create(**params) -> VirtualAccountCreateResponseclient.virtual_account.retrieve(virtual_account_id) -> VirtualAccountclient.virtual_account.update(virtual_account_id, **params) -> VirtualAccountUpdateResponseclient.virtual_account.list(**params) -> VirtualAccountListResponse
Types:
from slash_sdk.types import (
Transaction,
TransactionListResponse,
TransactionAggregateResponse,
TransactionRetrieveFeeDetailsResponse,
TransactionUpdateNoteResponse,
)Methods:
client.transaction.retrieve(transaction_id) -> Transactionclient.transaction.list(**params) -> TransactionListResponseclient.transaction.aggregate(**params) -> TransactionAggregateResponseclient.transaction.retrieve_fee_details(transaction_id) -> TransactionRetrieveFeeDetailsResponseclient.transaction.update_note(transaction_id, **params) -> TransactionUpdateNoteResponse
Types:
from slash_sdk.types import TransferCreateVirtualAccountTransferResponseMethods:
client.transfer.create_virtual_account_transfer(**params) -> TransferCreateVirtualAccountTransferResponse
Types:
from slash_sdk.types import Card, CardGroupUtilization, CardStatus, CardListResponseMethods:
client.card.create(**params) -> Cardclient.card.retrieve(card_id, **params) -> Cardclient.card.update(card_id, **params) -> Cardclient.card.list(**params) -> CardListResponseclient.card.get_utilization(card_id) -> CardGroupUtilization
Types:
from slash_sdk.types.card import PartialSpendingConstraint, Restriction, SpendingConstraintMethods:
client.card.spending_constraint.update_full(card_id, **params) -> SpendingConstraintclient.card.spending_constraint.update_partial(card_id, **params) -> SpendingConstraint
Types:
from slash_sdk.types import CardGroup, CardGroupListResponseMethods:
client.card_group.create(**params) -> CardGroupclient.card_group.retrieve(card_group_id) -> CardGroupclient.card_group.update(card_group_id, **params) -> CardGroupclient.card_group.list(**params) -> CardGroupListResponseclient.card_group.get_utilization(card_group_id) -> CardGroupUtilization
Methods:
client.card_group.spending_constraint.update_full(card_group_id, **params) -> SpendingConstraintclient.card_group.spending_constraint.update_partial(card_group_id, **params) -> SpendingConstraint
Types:
from slash_sdk.types import CardProductListResponseMethods:
client.card_product.list(**params) -> CardProductListResponse
Types:
from slash_sdk.types import Webhook, WebhookListResponseMethods:
client.webhook.create(**params) -> Webhookclient.webhook.update(webhook_id, **params) -> Webhookclient.webhook.list(**params) -> WebhookListResponse
Types:
from slash_sdk.types import Merchant, MerchantListResponseMethods:
client.merchant.retrieve(merchant_id) -> Merchantclient.merchant.list(**params) -> MerchantListResponse
Types:
from slash_sdk.types import MerchantCategoryListResponseMethods:
client.merchant_category.list(**params) -> MerchantCategoryListResponse
Types:
from slash_sdk.types import (
DeveloperApplicationData,
DeveloperApplicationModel,
DeveloperApplicationType,
)Methods:
client.developer_account.create_application(developer_account_id, **params) -> DeveloperApplicationModel
Methods:
client.developer_application.retrieve(developer_application_id) -> DeveloperApplicationModelclient.developer_application.update(developer_application_id, **params) -> DeveloperApplicationModelclient.developer_application.create_or_regenerate_secret(developer_application_id) -> DeveloperApplicationModel
Types:
from slash_sdk.types import WellKnownRetrieveOpenidConfigurationResponseMethods:
client.well_known.retrieve_openid_configuration() -> WellKnownRetrieveOpenidConfigurationResponse
Types:
from slash_sdk.types import Oauth2GetTokenResponseMethods:
client.oauth2.get_token(**params) -> Oauth2GetTokenResponse
Types:
from slash_sdk.types.oauth2 import UserInfoMethods:
Types:
from slash_sdk.types.fdx import CustomerRetrieveCurrentResponseMethods:
client.fdx.customers.retrieve_current() -> CustomerRetrieveCurrentResponse
Types:
from slash_sdk.types.fdx import (
DepositAccount,
InvestmentAccount,
LineOfCreditAccount,
LoanAccount,
AccountRetrieveResponse,
AccountListResponse,
AccountListTransactionsResponse,
AccountRetrieveContactResponse,
AccountRetrievePaymentNetworksResponse,
)Methods:
client.fdx.accounts.retrieve(account_id) -> AccountRetrieveResponseclient.fdx.accounts.list(**params) -> AccountListResponseclient.fdx.accounts.list_transactions(account_id, **params) -> AccountListTransactionsResponseclient.fdx.accounts.retrieve_contact(account_id) -> AccountRetrieveContactResponseclient.fdx.accounts.retrieve_payment_networks(account_id, **params) -> AccountRetrievePaymentNetworksResponse
Types:
from slash_sdk.types.fdx.accounts import StatementListResponseMethods:
client.fdx.accounts.statements.list(account_id, **params) -> StatementListResponseclient.fdx.accounts.statements.retrieve_pdf(statement_id, *, account_id) -> BinaryAPIResponse
Types:
from slash_sdk.types import CryptoCreateOfframpResponseMethods:
client.crypto.create_offramp(**params) -> CryptoCreateOfframpResponse