| Package | Description |
|---|---|
| Api | |
| Invokers |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PtsV2PaymentsReversalsPost201Response> |
ReversalApi.authReversalWithHttpInfo(String id,
AuthReversalRequest authReversalRequest)
Process an Authorization Reversal
Include the payment ID in the POST request to reverse the payment amount.
|
ApiResponse<PtsV2PaymentsCapturesPost201Response> |
CaptureApi.capturePaymentWithHttpInfo(CapturePaymentRequest capturePaymentRequest,
String id)
Capture a Payment
Include the payment ID in the POST request to capture the payment amount.
|
ApiResponse<PtsV2CreditsPost201Response> |
CreditApi.createCreditWithHttpInfo(CreateCreditRequest createCreditRequest)
Process a Credit
POST to the credit resource to credit funds to a specified credit card.
|
ApiResponse<PtsV2PaymentsPost201Response> |
PaymentsApi.createPaymentWithHttpInfo(CreatePaymentRequest createPaymentRequest)
Process a Payment Authorize the payment for the transaction.
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
ReportsApi.createReport(RequestBody1 requestBody)
Create Adhoc Report
Create one time report
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
ReportsApi.createReportWithHttpInfo(RequestBody1 requestBody)
Create Adhoc Report
Create one time report
|
ApiResponse<TssV2TransactionsPost201Response> |
SearchTransactionsApi.createSearchWithHttpInfo(TssV2TransactionsPostResponse createSearchRequest)
Create a search request
Create a search request.
|
ApiResponse<Void> |
ReportSubscriptionsApi.createSubscriptionWithHttpInfo(RequestBody requestBody)
Create Report Subscription for a report name by organization
|
ApiResponse<Void> |
ReportSubscriptionsApi.deleteSubscriptionWithHttpInfo(String reportName)
Delete subscription of a report name by organization
|
ApiResponse<Void> |
ReportDownloadsApi.downloadReportWithHttpInfo(org.joda.time.LocalDate reportDate,
String reportName,
String organizationId)
Download a report
Download a report for the given report name on the specified date
|
ApiResponse<FlexV1KeysPost200Response> |
KeyGenerationApi.generatePublicKeyWithHttpInfo(GeneratePublicKeyRequest generatePublicKeyRequest)
Generate Key
Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request.
|
ApiResponse<ReportingV3ReportSubscriptionsGet200Response> |
ReportSubscriptionsApi.getAllSubscriptionsWithHttpInfo()
Retrieve all subscriptions by organization
|
ApiResponse<V1FileDetailsGet200Response> |
SecureFileShareApi.getFileDetailsWithHttpInfo(org.joda.time.LocalDate startDate,
org.joda.time.LocalDate endDate,
String organizationId)
Get list of files
Get list of files and it's information of them available inside the report directory
|
ApiResponse<Void> |
SecureFileShareApi.getFileWithHttpInfo(String fileId,
String organizationId)
Download a file with file identifier
Download a file for the given file identifier
|
ApiResponse<ReportingV3NotificationofChangesGet200Response> |
NotificationOfChangesApi.getNotificationOfChangeReportWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime)
Get Notification Of Changes
Notification of Change Report
|
ApiResponse<Void> |
PurchaseAndRefundDetailsApi.getPurchaseAndRefundDetailsWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String organizationId,
String paymentSubtype,
String viewBy,
String groupName,
Integer offset,
Integer limit)
Get Purchase and Refund details
Purchase And Refund Details Description
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
ReportsApi.getReportByReportIdWithHttpInfo(String reportId,
String organizationId)
Get Report based on reportId
ReportId is mandatory input
|
ApiResponse<ReportingV3ReportDefinitionsNameGet200Response> |
ReportDefinitionsApi.getResourceInfoByReportDefinitionWithHttpInfo(String reportDefinitionName,
String organizationId)
Get a single report definition information
The report definition name must be used as path parameter exclusive of each other
|
ApiResponse<ReportingV3ReportDefinitionsGet200Response> |
ReportDefinitionsApi.getResourceV2InfoWithHttpInfo(String organizationId)
Get reporting resource information
|
ApiResponse<TssV2TransactionsPost201Response> |
SearchTransactionsApi.getSearchWithHttpInfo(String id)
Get Search results
Include the Search ID in the GET request to retrieve the search results.
|
ApiResponse<ReportingV3ReportSubscriptionsGet200Response> |
ReportSubscriptionsApi.getSubscriptionWithHttpInfo(String reportName)
Retrieve subscription for a report name by organization
|
ApiResponse<TssV2TransactionsGet200Response> |
TransactionDetailsApi.getTransactionWithHttpInfo(String id)
Retrieve a Transaction
Include the Request ID in the GET request to retrieve the transaction details.
|
ApiResponse<UmsV1UsersGet200Response> |
UserManagementApi.getUsersWithHttpInfo(String organizationId,
String userName,
String permissionId,
String roleId)
Get user based on organization Id, username, permission and role
This endpoint is to get all the user information depending on the filter criteria passed in the query.
|
ApiResponse<String> |
ProcessAPayoutApi.octCreatePaymentWithHttpInfo(PtsV2PayoutsPostResponse octCreatePaymentRequest)
Process a Payout
Send funds from a selected funding source to a designated credit/debit card account or a prepaid card using an Original Credit Transaction (OCT).
|
ApiResponse<PtsV1TransactionBatchesGet200Response> |
TransactionBatchesApi.ptsV1TransactionBatchesGetWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime)
Get a list of batch files processed through the Offline Transaction Submission Services
Provide the search range
|
ApiResponse<PtsV1TransactionBatchesGet200Response> |
TransactionBatchApi.ptsV1TransactionBatchesIdGet(String id)
Get an individual batch file Details processed through the Offline Transaction Submission Services
Provide the search range
|
ApiResponse<PtsV1TransactionBatchesGet200Response> |
TransactionBatchApi.ptsV1TransactionBatchesIdGetWithHttpInfo(String id)
Get an individual batch file Details processed through the Offline Transaction Submission Services
Provide the search range
|
ApiResponse<PtsV2PaymentsRefundPost201Response> |
RefundApi.refundCaptureWithHttpInfo(RefundCaptureRequest refundCaptureRequest,
String id)
Refund a Capture
Include the capture ID in the POST request to refund the captured amount.
|
ApiResponse<PtsV2PaymentsRefundPost201Response> |
RefundApi.refundPaymentWithHttpInfo(RefundPaymentRequest refundPaymentRequest,
String id)
Refund a Payment
Include the payment ID in the POST request to refund the payment amount.
|
ApiResponse<ReportingV3ReportsGet200Response> |
ReportsApi.searchReportsWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus)
Retrieve available reports
Retrieve list of available reports
|
ApiResponse<TmsV1InstrumentidentifiersPost200Response> |
InstrumentIdentifiersApi.tmsV1InstrumentidentifiersPostWithHttpInfo(String profileId,
Body body)
Create an Instrument Identifier
|
ApiResponse<Void> |
InstrumentIdentifierApi.tmsV1InstrumentidentifiersTokenIdDeleteWithHttpInfo(String profileId,
String tokenId)
Delete an Instrument Identifier
|
ApiResponse<TmsV1InstrumentidentifiersPost200Response> |
InstrumentIdentifierApi.tmsV1InstrumentidentifiersTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve an Instrument Identifier
|
ApiResponse<TmsV1InstrumentidentifiersPost200Response> |
InstrumentIdentifierApi.tmsV1InstrumentidentifiersTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
ApiResponse<TmsV1InstrumentidentifiersPaymentinstrumentsGet200Response> |
PaymentInstrumentsApi.tmsV1InstrumentidentifiersTokenIdPaymentinstrumentsGetWithHttpInfo(String profileId,
String tokenId,
String offset,
String limit)
Retrieve all Payment Instruments associated with an Instrument Identifier
|
ApiResponse<TmsV1PaymentinstrumentsPost201Response> |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsPostWithHttpInfo(String profileId,
Body2 body)
Create a Payment Instrument
|
ApiResponse<Void> |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdDeleteWithHttpInfo(String profileId,
String tokenId)
Delete a Payment Instrument
|
ApiResponse<TmsV1PaymentinstrumentsPost201Response> |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve a Payment Instrument
|
ApiResponse<TmsV1PaymentinstrumentsPost201Response> |
PaymentInstrumentsApi.tmsV1PaymentinstrumentsTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body3 body)
Update a Payment Instrument
|
ApiResponse<FlexV1TokensPost200Response> |
FlexTokenApi.tokenizeWithHttpInfo(TokenizeRequest tokenizeRequest)
Flex Tokenize card
Returns a token representing the supplied card details.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidCaptureWithHttpInfo(VoidCaptureRequest voidCaptureRequest,
String id)
Void a Capture
Include the capture ID in the POST request to cancel the capture.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidCreditWithHttpInfo(VoidCreditRequest voidCreditRequest,
String id)
Void a Credit
Include the credit ID in the POST request to cancel the credit.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidPaymentWithHttpInfo(VoidPaymentRequest voidPaymentRequest,
String id)
Void a Payment
Include the payment ID in the POST request to cancel the payment.
|
ApiResponse<PtsV2PaymentsVoidsPost201Response> |
VoidApi.voidRefundWithHttpInfo(VoidRefundRequest voidRefundRequest,
String id)
Void a Refund
Include the refund ID in the POST request to cancel the refund.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given
return type.
|
Copyright © 2018. All rights reserved.