| Package | Description |
|---|---|
| Api | |
| Invokers |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InlineResponse2011> |
ReversalApi.authReversalWithHttpInfo(String id,
AuthReversalRequest authReversalRequest)
Process an Authorization Reversal
Include the payment ID in the POST request to reverse the payment amount.
|
ApiResponse<InlineResponse2012> |
CaptureApi.capturePaymentWithHttpInfo(CapturePaymentRequest capturePaymentRequest,
String id)
Capture a Payment
Include the payment ID in the POST request to capture the payment amount.
|
ApiResponse<InlineResponse2014> |
CreditApi.createCreditWithHttpInfo(CreateCreditRequest createCreditRequest)
Process a Credit
POST to the credit resource to credit funds to a specified credit card.
|
ApiResponse<InlineResponse201> |
PaymentApi.createPaymentWithHttpInfo(CreatePaymentRequest createPaymentRequest)
Process a Payment
Authorize the payment for the transaction.
|
ApiResponse<InlineResponse200> |
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<InlineResponse2003> |
ReversalApi.getAuthReversalWithHttpInfo(String id)
Retrieve an Authorization Reversal
Include the authorization reversal ID in the GET request to retrieve the authorization reversal details.
|
ApiResponse<InlineResponse2004> |
CaptureApi.getCaptureWithHttpInfo(String id)
Retrieve a Capture
Include the capture ID in the GET request to retrieve the capture details.
|
ApiResponse<InlineResponse2006> |
CreditApi.getCreditWithHttpInfo(String id)
Retrieve a Credit
Include the credit ID in the GET request to return details of the credit.
|
ApiResponse<InlineResponse2002> |
PaymentApi.getPaymentWithHttpInfo(String id)
Retrieve a Payment
Include the payment ID in the GET request to retrieve the payment details.
|
ApiResponse<InlineResponse2005> |
RefundApi.getRefundWithHttpInfo(String id)
Retrieve a Refund
Include the refund ID in the GET request to to retrieve the refund details.
|
ApiResponse<InlineResponse2015> |
VoidApi.getVoidWithHttpInfo(String id)
Retrieve A Void
Include the void ID in the GET request to retrieve the void details.
|
ApiResponse<InlineResponse2007> |
InstrumentIdentifierApi.instrumentidentifiersPostWithHttpInfo(String profileId,
Body body)
Create an Instrument Identifier
|
ApiResponse<Void> |
InstrumentIdentifierApi.instrumentidentifiersTokenIdDeleteWithHttpInfo(String profileId,
String tokenId)
Delete an Instrument Identifier
|
ApiResponse<InlineResponse2007> |
InstrumentIdentifierApi.instrumentidentifiersTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve an Instrument Identifier
|
ApiResponse<InlineResponse2007> |
InstrumentIdentifierApi.instrumentidentifiersTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body1 body)
Update a Instrument Identifier
|
ApiResponse<InlineResponse2008> |
InstrumentIdentifierApi.instrumentidentifiersTokenIdPaymentinstrumentsGetWithHttpInfo(String profileId,
String tokenId,
String offset,
String limit)
Retrieve all Payment Instruments associated with an Instrument Identifier
|
ApiResponse<Void> |
DefaultApi.octCreatePaymentWithHttpInfo(OctCreatePaymentRequest 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<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsPostWithHttpInfo(String profileId,
Body2 body)
Create a Payment Instrument
|
ApiResponse<Void> |
PaymentInstrumentApi.paymentinstrumentsTokenIdDeleteWithHttpInfo(String profileId,
String tokenId)
Delete a Payment Instrument
|
ApiResponse<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsTokenIdGetWithHttpInfo(String profileId,
String tokenId)
Retrieve a Payment Instrument
|
ApiResponse<InlineResponse2016> |
PaymentInstrumentApi.paymentinstrumentsTokenIdPatchWithHttpInfo(String profileId,
String tokenId,
Body3 body)
Update a Payment Instrument
|
ApiResponse<InlineResponse2013> |
RefundApi.refundCaptureWithHttpInfo(RefundCaptureRequest refundCaptureRequest,
String id)
Refund a Capture
Include the capture ID in the POST request to refund the captured amount.
|
ApiResponse<InlineResponse2013> |
RefundApi.refundPaymentWithHttpInfo(RefundPaymentRequest refundPaymentRequest,
String id)
Refund a Payment
Include the payment ID in the POST request to refund the payment amount.
|
ApiResponse<InlineResponse2001> |
TokenizationApi.tokenizeWithHttpInfo(TokenizeRequest tokenizeRequest)
Tokenize card
Returns a token representing the supplied card details.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidCaptureWithHttpInfo(VoidCaptureRequest voidCaptureRequest,
String id)
Void a Capture
Include the capture ID in the POST request to cancel the capture.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidCreditWithHttpInfo(VoidCreditRequest voidCreditRequest,
String id)
Void a Credit
Include the credit ID in the POST request to cancel the credit.
|
ApiResponse<InlineResponse2015> |
VoidApi.voidPaymentWithHttpInfo(VoidPaymentRequest voidPaymentRequest,
String id)
Void a Payment
Include the payment ID in the POST request to cancel the payment.
|
ApiResponse<InlineResponse2015> |
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.