| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201Response |
PaymentsApi.createPayment(CreatePaymentRequest createPaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Process a Payment
Authorize the payment for the transaction.
|
com.squareup.okhttp.Call |
PaymentsApi.createPaymentAsync(CreatePaymentRequest createPaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV2PaymentsPost201Response> callback)
Process a Payment (asynchronously)
Authorize the payment for the transaction.
|
com.squareup.okhttp.Call |
PaymentsApi.createPaymentCall(CreatePaymentRequest createPaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createPayment
|
ApiResponse<PtsV2PaymentsPost201Response> |
PaymentsApi.createPaymentWithHttpInfo(CreatePaymentRequest createPaymentRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Process a Payment
Authorize the payment for the transaction.
|
Copyright © 2018. All rights reserved.