| Package | Description |
|---|---|
| co.dapi |
| Modifier and Type | Method and Description |
|---|---|
CreateBeneficiaryResponse |
DapiApp.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
createBeneficiary talks to the CreateBeneficiary endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
CreateBeneficiaryResponse |
Payment.createBeneficiary(Payment.BeneficiaryInfo beneficiary,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
CreateTransferResponse |
DapiApp.createTransfer(Payment.Transfer transfer,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
createTransfer talks to the CreateTransfer endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
CreateTransferResponse |
Payment.createTransfer(Payment.Transfer transfer,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
GetAccountsResponse |
DapiApp.getAccounts(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getAccounts talks to the GetAccounts endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
GetAccountsMetadataResponse |
DapiApp.getAccountsMetadata(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getAccountsMetadata talks to the GetAccountsMetadata endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
GetAccountsMetadataResponse |
Metadata.getAccountsMetadata(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
GetBalanceResponse |
DapiApp.getBalance(String accountID,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getBalance talks to the GetBalance endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
GetBeneficiariesResponse |
DapiApp.getBeneficiaries(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getBeneficiaries talks to the GetBeneficiaries endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
GetBeneficiariesResponse |
Payment.getBeneficiaries(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
GetIdentityResponse |
DapiApp.getIdentity(String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getIdentity talks to the GetIdentity endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
GetTransactionsResponse |
DapiApp.getTransactions(String accountID,
LocalDate fromDate,
LocalDate toDate,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
getTransactions talks to the GetTransactions endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
TransferAutoflowResponse |
DapiApp.transferAutoflow(Payment.TransferAutoflow transferAutoflow,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs)
transferAutoflow talks to the TransferAutoflow endpoint of Dapi, with this
DapiApp's appSecret,
to continue a previous operation that required to provide some userInputs. |
TransferAutoflowResponse |
Payment.transferAutoflow(Payment.TransferAutoflow transferAutoflow,
String accessToken,
String userSecret,
String operationID,
UserInput[] userInputs) |
Copyright © 2021–2022 Dapi. All rights reserved.