Package io.moov.sdk
Class Moov
- java.lang.Object
-
- io.moov.sdk.Moov
-
public class Moov extends java.lang.ObjectMoov API: Moov is a platform that enables developers to integrate all aspects of money movement with ease and speed. The Moov API makes it simple for platforms to send, receive, and store money. Our API is based upon REST principles, returns JSON responses, and uses standard HTTP response codes. To learn more about how Moov works at a high level, read our [concepts](https://docs.moov.io/guides/get-started/glossary/) guide.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMoov.BuilderThe Builder class allows the configuration of a new instance of the SDK.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]SERVERSSERVERS contains the list of server urls available to the SDK.
-
Method Summary
-
-
-
Method Detail
-
accounts
public Accounts accounts()
-
adjustments
public Adjustments adjustments()
-
applePay
public ApplePay applePay()
-
bankAccounts
public BankAccounts bankAccounts()
-
branding
public Branding branding()
-
capabilities
public Capabilities capabilities()
-
cards
public Cards cards()
-
disputes
public Disputes disputes()
-
feePlans
public FeePlans feePlans()
-
files
public Files files()
-
paymentLinks
public PaymentLinks paymentLinks()
-
paymentMethods
public PaymentMethods paymentMethods()
-
representatives
public Representatives representatives()
-
scheduling
public Scheduling scheduling()
-
sweeps
public Sweeps sweeps()
-
accountTerminalApplications
public AccountTerminalApplications accountTerminalApplications()
-
transfers
public Transfers transfers()
-
underwriting
public Underwriting underwriting()
-
wallets
public Wallets wallets()
-
walletTransactions
public WalletTransactions walletTransactions()
-
avatars
public Avatars avatars()
-
endToEndEncryption
public EndToEndEncryption endToEndEncryption()
-
enrichedAddress
public EnrichedAddress enrichedAddress()
-
enrichedProfile
public EnrichedProfile enrichedProfile()
-
industries
public Industries industries()
-
institutions
public Institutions institutions()
-
issuingTransactions
public IssuingTransactions issuingTransactions()
-
cardIssuing
public CardIssuing cardIssuing()
-
authentication
public Authentication authentication()
-
onboarding
public Onboarding onboarding()
-
ping
public Ping ping()
-
receipts
public Receipts receipts()
-
terminalApplications
public TerminalApplications terminalApplications()
-
builder
public static Moov.Builder builder()
Get a new instance of the SDK builder to configure a new instance of the SDK.- Returns:
- The SDK builder instance.
-
-