| Package | Description |
|---|---|
| Api | |
| Invokers |
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ReversalApi.authReversalAsync(String id,
AuthReversalRequest authReversalRequest,
ApiCallback<PtsV2PaymentsReversalsPost201Response> callback)
Process an Authorization Reversal (asynchronously)
Include the payment ID in the POST request to reverse the payment amount.
|
com.squareup.okhttp.Call |
CaptureApi.capturePaymentAsync(CapturePaymentRequest capturePaymentRequest,
String id,
ApiCallback<PtsV2PaymentsCapturesPost201Response> callback)
Capture a Payment (asynchronously)
Include the payment ID in the POST request to capture the payment amount.
|
com.squareup.okhttp.Call |
CreditApi.createCreditAsync(CreateCreditRequest createCreditRequest,
ApiCallback<PtsV2CreditsPost201Response> callback)
Process a Credit (asynchronously)
POST to the credit resource to credit funds to a specified credit card.
|
com.squareup.okhttp.Call |
PaymentsApi.createPaymentAsync(CreatePaymentRequest createPaymentRequest,
ApiCallback<PtsV2PaymentsPost201Response> callback)
Process a Payment (asynchronously) Authorize the payment for the
transaction.
|
com.squareup.okhttp.Call |
ReportsApi.createReportAsync(RequestBody1 requestBody,
ApiCallback<Void> callback)
Create Adhoc Report (asynchronously)
Create one time report
|
com.squareup.okhttp.Call |
SearchTransactionsApi.createSearchAsync(TssV2TransactionsPostResponse createSearchRequest,
ApiCallback<TssV2TransactionsPost201Response> callback)
Create a search request (asynchronously)
Create a search request.
|
com.squareup.okhttp.Call |
ReportSubscriptionsApi.createSubscriptionAsync(String reportName,
RequestBody requestBody,
ApiCallback<Void> callback)
Create Report Subscription for a report name by organization (asynchronously)
|
com.squareup.okhttp.Call |
ReportSubscriptionsApi.deleteSubscriptionAsync(String reportName,
ApiCallback<Void> callback)
Delete subscription of a report name by organization (asynchronously)
|
com.squareup.okhttp.Call |
ReportDownloadsApi.downloadReportAsync(org.joda.time.LocalDate reportDate,
String reportName,
String organizationId,
ApiCallback<Void> callback)
Download a report (asynchronously)
Download a report for the given report name on the specified date
|
com.squareup.okhttp.Call |
KeyGenerationApi.generatePublicKeyAsync(GeneratePublicKeyRequest generatePublicKeyRequest,
ApiCallback<FlexV1KeysPost200Response> callback)
Generate Key (asynchronously)
Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request.
|
com.squareup.okhttp.Call |
ReportSubscriptionsApi.getAllSubscriptionsAsync(ApiCallback<ReportingV3ReportSubscriptionsGet200Response> callback)
Retrieve all subscriptions by organization (asynchronously)
|
com.squareup.okhttp.Call |
SecureFileShareApi.getFileAsync(String fileId,
String organizationId,
ApiCallback<Void> callback)
Download a file with file identifier (asynchronously)
Download a file for the given file identifier
|
com.squareup.okhttp.Call |
SecureFileShareApi.getFileDetailsAsync(org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate,
String organizationId,
ApiCallback<V1FileDetailsGet200Response> callback)
Get list of files (asynchronously)
Get list of files and it's information of them available inside the report directory
|
com.squareup.okhttp.Call |
NotificationOfChangesApi.getNotificationOfChangeReportAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
ApiCallback<ReportingV3NotificationofChangesGet200Response> callback)
Get Notification Of Changes (asynchronously)
Notification of Change Report
|
com.squareup.okhttp.Call |
PurchaseAndRefundDetailsApi.getPurchaseAndRefundDetailsAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String organizationId,
String paymentSubtype,
String viewBy,
String groupName,
Integer offset,
Integer limit,
ApiCallback<Void> callback)
Get Purchase and Refund details (asynchronously)
Purchase And Refund Details Description
|
com.squareup.okhttp.Call |
ReportsApi.getReportByReportIdAsync(String reportId,
String organizationId,
ApiCallback<ReportingV3ReportsIdGet200Response> callback)
Get Report based on reportId (asynchronously)
ReportId is mandatory input
|
com.squareup.okhttp.Call |
ReportDefinitionsApi.getResourceInfoByReportDefinitionAsync(String reportDefinitionName,
String organizationId,
ApiCallback<ReportingV3ReportDefinitionsNameGet200Response> callback)
Get a single report definition information (asynchronously)
The report definition name must be used as path parameter exclusive of each other
|
com.squareup.okhttp.Call |
ReportDefinitionsApi.getResourceV2InfoAsync(String organizationId,
ApiCallback<ReportingV3ReportDefinitionsGet200Response> callback)
Get reporting resource information (asynchronously)
|
com.squareup.okhttp.Call |
SearchTransactionsApi.getSearchAsync(String id,
ApiCallback<TssV2TransactionsPost201Response> callback)
Get Search results (asynchronously)
Include the Search ID in the GET request to retrieve the search results.
|
com.squareup.okhttp.Call |
ReportSubscriptionsApi.getSubscriptionAsync(String reportName,
ApiCallback<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> callback)
Retrieve subscription for a report name by organization (asynchronously)
|
com.squareup.okhttp.Call |
TransactionDetailsApi.getTransactionAsync(String id,
ApiCallback<TssV2TransactionsGet200Response> callback)
Retrieve a Transaction (asynchronously)
Include the Request ID in the GET request to retrieve the transaction details.
|
com.squareup.okhttp.Call |
UserManagementApi.getUsersAsync(String organizationId,
String userName,
String permissionId,
String roleId,
ApiCallback<UmsV1UsersGet200Response> callback)
Get user based on organization Id, username, permission and role (asynchronously)
This endpoint is to get all the user information depending on the filter criteria passed in the query.
|
com.squareup.okhttp.Call |
ProcessAPayoutApi.octCreatePaymentAsync(PtsV2PayoutsPostResponse octCreatePaymentRequest,
ApiCallback<Void> callback)
Process a Payout (asynchronously)
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
com.squareup.okhttp.Call |
TransactionBatchesApi.ptsV1TransactionBatchesGetAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
ApiCallback<PtsV1TransactionBatchesGet200Response> callback)
Get a list of batch files processed through the Offline Transaction Submission Services (asynchronously)
Provide the search range
|
com.squareup.okhttp.Call |
TransactionBatchApi.ptsV1TransactionBatchesIdGetAsync(String id,
ApiCallback<Void> callback)
Get an individual batch file Details processed through the Offline Transaction Submission Services (asynchronously)
Provide the search range
|
com.squareup.okhttp.Call |
RefundApi.refundCaptureAsync(RefundCaptureRequest refundCaptureRequest,
String id,
ApiCallback<PtsV2PaymentsRefundPost201Response> callback)
Refund a Capture (asynchronously)
Include the capture ID in the POST request to refund the captured amount.
|
com.squareup.okhttp.Call |
RefundApi.refundPaymentAsync(RefundPaymentRequest refundPaymentRequest,
String id,
ApiCallback<PtsV2PaymentsRefundPost201Response> callback)
Refund a Payment (asynchronously)
Include the payment ID in the POST request to refund the payment amount.
|
com.squareup.okhttp.Call |
ReportsApi.searchReportsAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
ApiCallback<ReportingV3ReportsGet200Response> callback)
Retrieve available reports (asynchronously)
Retrieve list of available reports
|
com.squareup.okhttp.Call |
InstrumentIdentifiersApi.tmsV1InstrumentidentifiersPostAsync(String profileId,
Body body,
ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback)
Create an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
InstrumentIdentifierApi.tmsV1InstrumentidentifiersTokenIdDeleteAsync(String profileId,
String tokenId,
ApiCallback<Void> callback)
Delete an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
InstrumentIdentifierApi.tmsV1InstrumentidentifiersTokenIdGetAsync(String profileId,
String tokenId,
ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback)
Retrieve an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
InstrumentIdentifierApi.tmsV1InstrumentidentifiersTokenIdPatchAsync(String profileId,
String tokenId,
Body1 body,
ApiCallback<TmsV1InstrumentidentifiersPost200Response> callback)
Update a Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1InstrumentidentifiersTokenIdPaymentinstrumentsGetAsync(String profileId,
String tokenId,
String offset,
String limit,
ApiCallback<TmsV1InstrumentidentifiersPaymentinstrumentsGet200Response> callback)
Retrieve all Payment Instruments associated with an Instrument Identifier (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsPostAsync(String profileId,
Body2 body,
ApiCallback<TmsV1PaymentinstrumentsPost201Response> callback)
Create a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdDeleteAsync(String profileId,
String tokenId,
ApiCallback<Void> callback)
Delete a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdGetAsync(String profileId,
String tokenId,
ApiCallback<TmsV1PaymentinstrumentsPost201Response> callback)
Retrieve a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdPatchAsync(String profileId,
String tokenId,
Body3 body,
ApiCallback<TmsV1PaymentinstrumentsPost201Response> callback)
Update a Payment Instrument (asynchronously)
|
com.squareup.okhttp.Call |
FlexTokenApi.tokenizeAsync(TokenizeRequest tokenizeRequest,
ApiCallback<FlexV1TokensPost200Response> callback)
Flex Tokenize card (asynchronously)
Returns a token representing the supplied card details.
|
com.squareup.okhttp.Call |
VoidApi.voidCaptureAsync(VoidCaptureRequest voidCaptureRequest,
String id,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Capture (asynchronously)
Include the capture ID in the POST request to cancel the capture.
|
com.squareup.okhttp.Call |
VoidApi.voidCreditAsync(VoidCreditRequest voidCreditRequest,
String id,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Credit (asynchronously)
Include the credit ID in the POST request to cancel the credit.
|
com.squareup.okhttp.Call |
VoidApi.voidPaymentAsync(VoidPaymentRequest voidPaymentRequest,
String id,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Payment (asynchronously)
Include the payment ID in the POST request to cancel the payment.
|
com.squareup.okhttp.Call |
VoidApi.voidRefundAsync(VoidRefundRequest voidRefundRequest,
String id,
ApiCallback<PtsV2PaymentsVoidsPost201Response> callback)
Void a Refund (asynchronously)
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
Copyright © 2018. All rights reserved.