public class MerchantBoardingApi extends Object
| Constructor and Description |
|---|
MerchantBoardingApi() |
MerchantBoardingApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InlineResponse2004 |
getRegistration(String registrationId)
Gets all the information on a boarding registration
This end point will get all information of a boarding registration
|
okhttp3.Call |
getRegistrationAsync(String registrationId,
ApiCallback<InlineResponse2004> callback)
Gets all the information on a boarding registration (asynchronously)
This end point will get all information of a boarding registration
|
okhttp3.Call |
getRegistrationCall(String registrationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRegistration
|
ApiResponse<InlineResponse2004> |
getRegistrationWithHttpInfo(String registrationId)
Gets all the information on a boarding registration
This end point will get all information of a boarding registration
|
InlineResponse2013 |
postRegistration(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId)
Create a boarding registration
Boarding Product is specifically for resellers who onboard merchants to resell their services to merchants and help integrate REST API into their systems.
|
okhttp3.Call |
postRegistrationAsync(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId,
ApiCallback<InlineResponse2013> callback)
Create a boarding registration (asynchronously)
Boarding Product is specifically for resellers who onboard merchants to resell their services to merchants and help integrate REST API into their systems.
|
okhttp3.Call |
postRegistrationCall(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postRegistration
|
ApiResponse<InlineResponse2013> |
postRegistrationWithHttpInfo(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId)
Create a boarding registration
Boarding Product is specifically for resellers who onboard merchants to resell their services to merchants and help integrate REST API into their systems.
|
void |
setApiClient(ApiClient apiClient) |
public MerchantBoardingApi()
public MerchantBoardingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getRegistrationCall(String registrationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
registrationId - Identifies the boarding registration to be updated (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 InlineResponse2004 getRegistration(String registrationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
registrationId - Identifies the boarding registration to be updated (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<InlineResponse2004> getRegistrationWithHttpInfo(String registrationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
registrationId - Identifies the boarding registration to be updated (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 getRegistrationAsync(String registrationId, ApiCallback<InlineResponse2004> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
registrationId - Identifies the boarding registration to be updated (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 ApiClientpublic okhttp3.Call postRegistrationCall(PostRegistrationBody postRegistrationBody, String vCIdempotencyId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
postRegistrationBody - Boarding registration data (required)vCIdempotencyId - defines idempotency of the request (optional)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 InlineResponse2013 postRegistration(PostRegistrationBody postRegistrationBody, String vCIdempotencyId) throws ApiException, com.cybersource.authsdk.core.ConfigException
postRegistrationBody - Boarding registration data (required)vCIdempotencyId - defines idempotency of the request (optional)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<InlineResponse2013> postRegistrationWithHttpInfo(PostRegistrationBody postRegistrationBody, String vCIdempotencyId) throws ApiException, com.cybersource.authsdk.core.ConfigException
postRegistrationBody - Boarding registration data (required)vCIdempotencyId - defines idempotency of the request (optional)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 postRegistrationAsync(PostRegistrationBody postRegistrationBody, String vCIdempotencyId, ApiCallback<InlineResponse2013> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
postRegistrationBody - Boarding registration data (required)vCIdempotencyId - defines idempotency of the request (optional)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.