| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2011 |
MerchantBoardingApi.postRegistration(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId)
Create a boarding registration
Create a registration to board merchant If you have Card Processing product enabled in your boarding request, select payment processor from Configuration -> Sample Request.
|
okhttp3.Call |
MerchantBoardingApi.postRegistrationAsync(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId,
ApiCallback<InlineResponse2011> callback)
Create a boarding registration (asynchronously)
Create a registration to board merchant If you have Card Processing product enabled in your boarding request, select payment processor from Configuration -> Sample Request.
|
okhttp3.Call |
MerchantBoardingApi.postRegistrationCall(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postRegistration
|
ApiResponse<InlineResponse2011> |
MerchantBoardingApi.postRegistrationWithHttpInfo(PostRegistrationBody postRegistrationBody,
String vCIdempotencyId)
Create a boarding registration
Create a registration to board merchant If you have Card Processing product enabled in your boarding request, select payment processor from Configuration -> Sample Request.
|
| Modifier and Type | Method and Description |
|---|---|
PostRegistrationBody |
PostRegistrationBody.documentInformation(Boardingv1registrationsDocumentInformation documentInformation) |
PostRegistrationBody |
PostRegistrationBody.integrationInformation(Boardingv1registrationsIntegrationInformation integrationInformation) |
PostRegistrationBody |
PostRegistrationBody.organizationInformation(Boardingv1registrationsOrganizationInformation organizationInformation) |
PostRegistrationBody |
PostRegistrationBody.productInformation(Boardingv1registrationsProductInformation productInformation) |
PostRegistrationBody |
PostRegistrationBody.registrationInformation(Boardingv1registrationsRegistrationInformation registrationInformation) |
Copyright © 2024. All rights reserved.