| Package | Description |
|---|---|
| co.dapi |
| Modifier and Type | Method and Description |
|---|---|
CreateTransferResponse |
DapiApp.createTransfer(Payment.Transfer transfer,
String accessToken,
String userSecret)
createTransfer talks to the CreateTransfer endpoint of Dapi, with this
DapiApp's appSecret. |
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) |
Copyright © 2021–2022 Dapi. All rights reserved.