public class CredentialsApi extends Object
| Constructor | Description |
|---|---|
CredentialsApi() |
|
CredentialsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
MppCredentialsResponse200 |
provisionMppCredentials(MppCredentialsRequest mppCredentialsRequest) |
Provision MPP credentials
Provisions an encrypted MPP credential for use as the credential payload in an Authorization: Payment header (MPP spec Section 8.2).
|
okhttp3.Call |
provisionMppCredentialsAsync(MppCredentialsRequest mppCredentialsRequest,
ApiCallback<MppCredentialsResponse200> callback) |
Provision MPP credentials (asynchronously)
Provisions an encrypted MPP credential for use as the credential payload in an Authorization: Payment header (MPP spec Section 8.2).
|
okhttp3.Call |
provisionMppCredentialsCall(MppCredentialsRequest mppCredentialsRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for provisionMppCredentials
|
ApiResponse<MppCredentialsResponse200> |
provisionMppCredentialsWithHttpInfo(MppCredentialsRequest mppCredentialsRequest) |
Provision MPP credentials
Provisions an encrypted MPP credential for use as the credential payload in an Authorization: Payment header (MPP spec Section 8.2).
|
void |
setApiClient(ApiClient apiClient) |
public CredentialsApi()
public CredentialsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call provisionMppCredentialsCall(MppCredentialsRequest mppCredentialsRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
mppCredentialsRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic MppCredentialsResponse200 provisionMppCredentials(MppCredentialsRequest mppCredentialsRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
mppCredentialsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<MppCredentialsResponse200> provisionMppCredentialsWithHttpInfo(MppCredentialsRequest mppCredentialsRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
mppCredentialsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call provisionMppCredentialsAsync(MppCredentialsRequest mppCredentialsRequest, ApiCallback<MppCredentialsResponse200> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
mppCredentialsRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.