Package com.ft.services

Types

| CardConnectApi | interface CardConnectApi
Copyright © 2019 FinTiv. All rights reserved. |
| CardConnectClient | class CardConnectClient
Copyright © 2019 FinTiv. All rights reserved. |
| PaymentApi | interface PaymentApi
Copyright © 2019 FinTiv. All rights reserved. |
| PaymentClient | class PaymentClient
Copyright © 2019 FinTiv. All rights reserved. |

CardConnectApi

interface CardConnectApi

Copyright © 2019 FinTiv. All rights reserved.

Functions

| generateCreditCardToken | abstract fun generateCreditCardToken(authorization:String, apiKey:String, creditCardCardConnect:FTPCreditCardCardConnect): Call<FTPCreditCardCardConnectToken>
Card connect get token |

CardConnectClient

class CardConnectClient

Copyright © 2019 FinTiv. All rights reserved.

Constructors

| <init> | CardConnectClient()
Copyright © 2019 FinTiv. All rights reserved. |

Functions

| get | fun get():CardConnectApi?
Get CardConnect api interfaces |

PaymentApi

interface PaymentApi

Copyright © 2019 FinTiv. All rights reserved.

Functions

| addMoneyContainer | abstract fun addMoneyContainer(apiKey:String, moneyContainer:FTPMoneyContainerRequest): Call<FTPCreateAccountResponse>
Add money container resource |
| addPersonCredential | abstract fun addPersonCredential(apiKey:String, personCredential:FTPPersonCredential): Call<FTPAddCredentialResponse>
Add the person credential |
| createAccount | abstract fun createAccount(apiKey:String, createAccount:FTPCreateAccount): Call<FTPCreateAccountResponse>
Create account resource |
| createPerson | abstract fun createPerson(apiKey:String, createPerson:FTPCreatePerson): Call<FTPCreatePersonResponse>
Create a person |
| executeTrx | abstract fun executeTrx(apiKey:String, transaction:FTPTransaction): Call<FTPTransactionResponse>
Execute transaction resource |
| getMoneyContainers | abstract fun getMoneyContainers(apiKey:String, sendToken:FTPSendToken): Call<FTPMoneyContainerResponse>
Fetch money containers resource |
| getPerson | abstract fun getPerson(apiKey:String, sendToken:FTPSendToken): Call<FTPPersonResponse>
Fetch person info resource |
| removeMoneyContainer | abstract fun removeMoneyContainer(apiKey:String, removeMoneyContainer:FTPRemoveMoneyContainer): Call<FTPRemoveMoneyContainerResponse>
Remove money container resource |
| removePersonCredential | abstract fun removePersonCredential(apiKey:String, personCredential:FTPPersonCredential): Call<FTPAddCredentialResponse>
Remove the person credential |
| signOut | abstract fun signOut(apiKey:String, sendToken:FTPSendToken): Call<FTPRemoveMoneyContainerResponse>
Logout resource |
| signon | abstract fun signon(apiKey:String, signon:FTPSignOn): Call<FTPSingOnResponse>
Payment login |

PaymentClient

class PaymentClient

Copyright © 2019 FinTiv. All rights reserved.

Constructors

| <init> | PaymentClient()
Copyright © 2019 FinTiv. All rights reserved. |

Functions

| get | fun get():PaymentApi?
Get payment api |