Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractBaseApi - Class in org.wisepersist.pinpayments.api.impl
 
AbstractBaseApi() - Constructor for class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
acceptedAt() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
addressCity() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
addressCountry() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
addressLine1() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
addressLine2() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
addressPostcode() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
addressState() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
amount() - Method in interface org.wisepersist.pinpayments.pojo.Balance
 
amount() - Method in interface org.wisepersist.pinpayments.pojo.ChargeBase
 
amount() - Method in interface org.wisepersist.pinpayments.pojo.Refund
 
amount() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
amount() - Method in interface org.wisepersist.pinpayments.pojo.TransferBase
 
amount() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemBase
 
amountRefunded() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
authorisationExpired() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
available() - Method in interface org.wisepersist.pinpayments.pojo.BalanceResult
 

B

Balance - Interface in org.wisepersist.pinpayments.pojo
Balance of the current PinPayments account.
BalanceApi - Interface in org.wisepersist.pinpayments.api
The balance API allows you to see the current balance of funds in your Pin Payments account.
BalanceApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of BalanceApi interface.
BalanceApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.BalanceApiImpl
 
BalanceResponse - Interface in org.wisepersist.pinpayments.pojo
 
BalanceResult - Interface in org.wisepersist.pinpayments.pojo
 
BankAccount - Interface in org.wisepersist.pinpayments.pojo
Bank account used when creating a new one via PinPayments REST API.
bankAccount() - Method in interface org.wisepersist.pinpayments.pojo.Recipient
 
bankAccount() - Method in interface org.wisepersist.pinpayments.pojo.RecipientResult
 
bankAccount() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
BankAccountBase - Interface in org.wisepersist.pinpayments.pojo
 
BankAccountResponse - Interface in org.wisepersist.pinpayments.pojo
 
BankAccountResult - Interface in org.wisepersist.pinpayments.pojo
 
BankAccountsApi - Interface in org.wisepersist.pinpayments.api
The bank account API allows you to securely store bank account details in exchange for a bank account token.
BankAccountsApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of BankAccountsApi interface.
BankAccountsApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.BankAccountsApiImpl
 
bankAccountToken() - Method in interface org.wisepersist.pinpayments.pojo.Recipient
 
bankName() - Method in interface org.wisepersist.pinpayments.pojo.BankAccountBase
 
bsb() - Method in interface org.wisepersist.pinpayments.pojo.BankAccountBase
 

C

capture(String) - Method in interface org.wisepersist.pinpayments.api.ChargesApi
Captures a previously authorised charge and returns its details.
capture(String) - Method in class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
capture() - Method in interface org.wisepersist.pinpayments.pojo.Charge
 
captured() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
Card - Interface in org.wisepersist.pinpayments.pojo
Card used when creating a new one via PinPayments REST API.
card() - Method in interface org.wisepersist.pinpayments.pojo.Charge
 
card() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
card() - Method in interface org.wisepersist.pinpayments.pojo.Customer
 
card() - Method in interface org.wisepersist.pinpayments.pojo.CustomerResult
 
CardBase - Interface in org.wisepersist.pinpayments.pojo
 
CardListResponse - Interface in org.wisepersist.pinpayments.pojo
 
CardResponse - Interface in org.wisepersist.pinpayments.pojo
 
CardResult - Interface in org.wisepersist.pinpayments.pojo
 
cardToken() - Method in interface org.wisepersist.pinpayments.pojo.Charge
 
cardToken() - Method in interface org.wisepersist.pinpayments.pojo.Customer
 
CardTokensApi - Interface in org.wisepersist.pinpayments.api
The card tokens API allows you to securely store credit card details in exchange for a card token.
CardTokensApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of CardTokensApi interface.
CardTokensApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.CardTokensApiImpl
 
Charge - Interface in org.wisepersist.pinpayments.pojo
Charge used when creating a new one via PinPayments REST API.
charge() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
ChargeBase - Interface in org.wisepersist.pinpayments.pojo
 
ChargeListResponse - Interface in org.wisepersist.pinpayments.pojo
 
ChargeResponse - Interface in org.wisepersist.pinpayments.pojo
 
ChargeResult - Interface in org.wisepersist.pinpayments.pojo
 
ChargesApi - Interface in org.wisepersist.pinpayments.api
The charges API allows you to create new credit card charges, and to retrieve details of previous charges.
ChargesApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of ChargesApi interface.
ChargesApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
configure() - Method in class org.wisepersist.pinpayments.PinPaymentsModule
 
count() - Method in interface org.wisepersist.pinpayments.pojo.Pagination
 
create(BankAccount) - Method in interface org.wisepersist.pinpayments.api.BankAccountsApi
Creates a bank account token and returns its details.
create(Card) - Method in interface org.wisepersist.pinpayments.api.CardTokensApi
Creates a card token and returns its details.
create(Charge) - Method in interface org.wisepersist.pinpayments.api.ChargesApi
Creates a new charge and returns its details.
create(Customer) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Creates a new customer and returns its details.
create(BankAccount) - Method in class org.wisepersist.pinpayments.api.impl.BankAccountsApiImpl
 
create(Card) - Method in class org.wisepersist.pinpayments.api.impl.CardTokensApiImpl
 
create(Charge) - Method in class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
create(Customer) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
create(Recipient) - Method in class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
create(String, Refund) - Method in class org.wisepersist.pinpayments.api.impl.RefundsApiImpl
 
create(Transfer) - Method in class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
create(WebhookEndpoint) - Method in class org.wisepersist.pinpayments.api.impl.WebhookEndpointsApiImpl
 
create(Recipient) - Method in interface org.wisepersist.pinpayments.api.RecipientsApi
Creates a new recipient and returns its details.
create(String, Refund) - Method in interface org.wisepersist.pinpayments.api.RefundsApi
Creates a new refund, and returns its details.
create(Transfer) - Method in interface org.wisepersist.pinpayments.api.TransfersApi
Creates a new transfer and returns its details.
create(WebhookEndpoint) - Method in interface org.wisepersist.pinpayments.api.WebhookEndpointsApi
Creates a new webhook endpoint and returns its details.
createCard(String, Card) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Creates an additional card for the specified customer and returns its details.
createCard(String, Card) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.CustomerResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.EventResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.RecipientResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointResult
 
createdAt() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
currency() - Method in interface org.wisepersist.pinpayments.pojo.Balance
 
currency() - Method in interface org.wisepersist.pinpayments.pojo.ChargeBase
 
currency() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
currency() - Method in interface org.wisepersist.pinpayments.pojo.TransferBase
 
current() - Method in interface org.wisepersist.pinpayments.pojo.Pagination
 
Customer - Interface in org.wisepersist.pinpayments.pojo
Customer used when creating a new one via PinPayments REST API.
CustomerBase - Interface in org.wisepersist.pinpayments.pojo
 
CustomerListResponse - Interface in org.wisepersist.pinpayments.pojo
 
CustomerResponse - Interface in org.wisepersist.pinpayments.pojo
 
CustomerResult - Interface in org.wisepersist.pinpayments.pojo
 
CustomersApi - Interface in org.wisepersist.pinpayments.api
The customers API allows you to store a customer’s email and credit card details.
CustomersApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of CustomersApi interface.
CustomersApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
customerToken() - Method in interface org.wisepersist.pinpayments.pojo.Charge
 
cvc() - Method in interface org.wisepersist.pinpayments.pojo.Card
 

D

data() - Method in interface org.wisepersist.pinpayments.pojo.EventResult
 
delete(String) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Deletes a customer and all of its cards.
delete(String) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
delete(String) - Method in class org.wisepersist.pinpayments.api.impl.WebhookEndpointsApiImpl
 
delete(String) - Method in interface org.wisepersist.pinpayments.api.WebhookEndpointsApi
Deletes a webhook endpoint and all of its webhook requests.
deleteCard(String, String) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Deletes a customer’s non-primary card.
deleteCard(String, String) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
DeletionResult - Interface in org.wisepersist.pinpayments.pojo
 
description() - Method in interface org.wisepersist.pinpayments.pojo.ChargeBase
 
description() - Method in interface org.wisepersist.pinpayments.pojo.TransferBase
 
direction() - Method in class org.wisepersist.pinpayments.pojo.SearchCriteria
The direction in which to sort the transfers (1 for ascending or -1 for descending).
displayNumber() - Method in interface org.wisepersist.pinpayments.pojo.CardResult
 

E

email() - Method in interface org.wisepersist.pinpayments.pojo.ChargeBase
 
email() - Method in interface org.wisepersist.pinpayments.pojo.CustomerBase
 
email() - Method in interface org.wisepersist.pinpayments.pojo.RecipientBase
 
endDate() - Method in class org.wisepersist.pinpayments.pojo.SearchCriteria
 
error() - Method in interface org.wisepersist.pinpayments.pojo.ErrorResponse
 
errorDescription() - Method in interface org.wisepersist.pinpayments.pojo.ErrorResponse
 
errorMessage() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
errorMessage() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
errorResponse() - Method in interface org.wisepersist.pinpayments.pojo.DeletionResult
 
ErrorResponse - Interface in org.wisepersist.pinpayments.pojo
 
errors() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
EventListResponse - Interface in org.wisepersist.pinpayments.pojo
 
EventResponse - Interface in org.wisepersist.pinpayments.pojo
 
EventResult - Interface in org.wisepersist.pinpayments.pojo
 
EventsApi - Interface in org.wisepersist.pinpayments.api
The events API allows you to view the activity on your account.
EventsApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of EventsApi interface.
EventsApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.EventsApiImpl
 
eventToken() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
executeList(String, Class<? extends T>) - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
executeSearch(String, SearchCriteria, Class<? extends T>) - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
expiryMonth() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
expiryYear() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 

F

fetch() - Method in interface org.wisepersist.pinpayments.api.BalanceApi
Returns the current balance of your Pin Payments account.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.ChargesApi
Returns the details of a charge.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Returns the details of a customer.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.EventsApi
Returns the details of an event.
fetch() - Method in class org.wisepersist.pinpayments.api.impl.BalanceApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.EventsApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.RefundsApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.WebhookEndpointsApiImpl
 
fetch(String) - Method in class org.wisepersist.pinpayments.api.impl.WebhooksApiImpl
 
fetch(String) - Method in interface org.wisepersist.pinpayments.api.RecipientsApi
Returns the details of a recipient.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.RefundsApi
Returns details for a specific refund.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.TransfersApi
Returns the details of a transfer.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.WebhookEndpointsApi
Returns the details of a webhook endpoint.
fetch(String) - Method in interface org.wisepersist.pinpayments.api.WebhooksApi
Returns the details of a webhook.

G

getApiBase() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.BalanceApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.BankAccountsApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.CardTokensApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.EventsApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.RefundsApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.WebhookEndpointsApiImpl
 
getApiName() - Method in class org.wisepersist.pinpayments.api.impl.WebhooksApiImpl
 
getApiUrl() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
getCardNumber() - Method in enum org.wisepersist.pinpayments.TestCard
 
getDeletionResult(HttpResponse) - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 

H

httpTransportForDelete() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
httpTransportForGet() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
httpTransportForPost() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 
httpTransportForPut() - Method in class org.wisepersist.pinpayments.api.impl.AbstractBaseApi
 

I

ipAddress() - Method in interface org.wisepersist.pinpayments.pojo.ChargeBase
 

K

key() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointResult
 

L

list(int) - Method in interface org.wisepersist.pinpayments.api.ChargesApi
Returns a paginated list of all charges.
list(int) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Returns a paginated list of all customers.
list(int) - Method in interface org.wisepersist.pinpayments.api.EventsApi
Returns a paginated list of all events.
list(int) - Method in class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.EventsApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.RefundsApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.WebhookEndpointsApiImpl
 
list(int) - Method in class org.wisepersist.pinpayments.api.impl.WebhooksApiImpl
 
list(int) - Method in interface org.wisepersist.pinpayments.api.RecipientsApi
Returns a paginated list of all recipients.
list(int) - Method in interface org.wisepersist.pinpayments.api.RefundsApi
Returns a paginated list of all refunds.
list(int) - Method in interface org.wisepersist.pinpayments.api.TransfersApi
Returns a paginated list of all transfers.
list(int) - Method in interface org.wisepersist.pinpayments.api.WebhookEndpointsApi
Returns a paginated list of all webhook endpoints.
list(int) - Method in interface org.wisepersist.pinpayments.api.WebhooksApi
Returns a paginated list of all webhooks.
listCards(String, int) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Returns a paginated list of a customer’s cards.
listCards(String, int) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
listCharges(String, int) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Returns a paginated list of a customer’s charges.
listCharges(String, int) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
listForCharge(String, int) - Method in class org.wisepersist.pinpayments.api.impl.RefundsApiImpl
 
listForCharge(String, int) - Method in interface org.wisepersist.pinpayments.api.RefundsApi
Returns a list of all refunds for this charge.
listLineItems(String, int) - Method in class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
listLineItems(String, int) - Method in interface org.wisepersist.pinpayments.api.TransfersApi
Returns the line items associated with transfer.
listTransfers(String, int) - Method in class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
listTransfers(String, int) - Method in interface org.wisepersist.pinpayments.api.RecipientsApi
Returns a paginated list of a recipient's transfers.

M

merchantEntitlement() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
metadata() - Method in interface org.wisepersist.pinpayments.pojo.ChargeBase
 

N

name() - Method in interface org.wisepersist.pinpayments.pojo.BankAccountBase
 
name() - Method in interface org.wisepersist.pinpayments.pojo.CardBase
 
name() - Method in interface org.wisepersist.pinpayments.pojo.RecipientBase
 
nextRun() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
number() - Method in interface org.wisepersist.pinpayments.pojo.BankAccountBase
 
number() - Method in interface org.wisepersist.pinpayments.pojo.Card
 

O

object() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemBase
 
org.wisepersist.pinpayments - package org.wisepersist.pinpayments
The root package of PinPayments wrapper classes.
org.wisepersist.pinpayments.annotation - package org.wisepersist.pinpayments.annotation
This package contains Guice binding annotations.
org.wisepersist.pinpayments.api - package org.wisepersist.pinpayments.api
This package contains Pin Payments API interfaces.
org.wisepersist.pinpayments.api.impl - package org.wisepersist.pinpayments.api.impl
This package contains Pin Payments API implementations.
org.wisepersist.pinpayments.pojo - package org.wisepersist.pinpayments.pojo
This package contains POJO classes which will be used when calling PinPayments REST API.

P

pagination() - Method in interface org.wisepersist.pinpayments.pojo.CardListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.ChargeListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.CustomerListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.EventListResponse
 
Pagination - Interface in org.wisepersist.pinpayments.pojo
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.RecipientListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.RefundListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.TransferListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointListResponse
 
pagination() - Method in interface org.wisepersist.pinpayments.pojo.WebhookListResponse
 
paidAt() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
ParamsHelper - Class in org.wisepersist.pinpayments
 
ParamsHelper() - Constructor for class org.wisepersist.pinpayments.ParamsHelper
 
pending() - Method in interface org.wisepersist.pinpayments.pojo.BalanceResult
 
perPage() - Method in interface org.wisepersist.pinpayments.pojo.Pagination
 
PinBaseUrl - Annotation Type in org.wisepersist.pinpayments.annotation
 
PinPaymentsModule - Class in org.wisepersist.pinpayments
Main Guice module for Pin Payments API.
PinPaymentsModule(PinPaymentsModule.Env, String) - Constructor for class org.wisepersist.pinpayments.PinPaymentsModule
 
PinPaymentsModule.Env - Enum in org.wisepersist.pinpayments
 
PinSecretKey - Annotation Type in org.wisepersist.pinpayments.annotation
 
PinVersion - Annotation Type in org.wisepersist.pinpayments.annotation
 
primary() - Method in interface org.wisepersist.pinpayments.pojo.CardResult
 

Q

query() - Method in class org.wisepersist.pinpayments.pojo.SearchCriteria
 

R

Recipient - Interface in org.wisepersist.pinpayments.pojo
Recipient used when creating a new one via PinPayments REST API.
recipient() - Method in interface org.wisepersist.pinpayments.pojo.TransferBase
 
RecipientBase - Interface in org.wisepersist.pinpayments.pojo
 
RecipientListResponse - Interface in org.wisepersist.pinpayments.pojo
 
RecipientResponse - Interface in org.wisepersist.pinpayments.pojo
 
RecipientResult - Interface in org.wisepersist.pinpayments.pojo
 
RecipientsApi - Interface in org.wisepersist.pinpayments.api
The recipients API allows you to post bank account details and retrieve a token that you can safely store in your app.
RecipientsApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of RecipientsApi interface.
RecipientsApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
Refund - Interface in org.wisepersist.pinpayments.pojo
 
RefundListResponse - Interface in org.wisepersist.pinpayments.pojo
 
refundPending() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
RefundResponse - Interface in org.wisepersist.pinpayments.pojo
 
RefundResult - Interface in org.wisepersist.pinpayments.pojo
 
RefundsApi - Interface in org.wisepersist.pinpayments.api
The refunds API allows you to refund a charge, and retrieve the details of previous refunds.
RefundsApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of RefundsApi interface.
RefundsApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.RefundsApiImpl
 
replay(String) - Method in class org.wisepersist.pinpayments.api.impl.WebhooksApiImpl
 
replay(String) - Method in interface org.wisepersist.pinpayments.api.WebhooksApi
Replays a webhook.
response() - Method in interface org.wisepersist.pinpayments.pojo.BalanceResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.BankAccountResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.CardListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.CardResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.ChargeListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.CustomerListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.CustomerResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.EventListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.EventResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.RecipientListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.RecipientResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.RefundListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.RefundResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.TransferListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.TransferResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.WebhookListResponse
 
response() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResponse
 
retries() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 

S

scheme() - Method in interface org.wisepersist.pinpayments.pojo.CardResult
 
search(SearchCriteria) - Method in interface org.wisepersist.pinpayments.api.ChargesApi
Returns a paginated list of charges matching the search criteria.
search(SearchCriteria) - Method in class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
 
search(SearchCriteria) - Method in class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
search(SearchCriteria) - Method in interface org.wisepersist.pinpayments.api.TransfersApi
Returns a paginated list of transfers matching the search criteria.
SearchCriteria - Class in org.wisepersist.pinpayments.pojo
 
SearchCriteria() - Constructor for class org.wisepersist.pinpayments.pojo.SearchCriteria
 
settlementCurrency() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
sort() - Method in class org.wisepersist.pinpayments.pojo.SearchCriteria
 
startDate() - Method in class org.wisepersist.pinpayments.pojo.SearchCriteria
 
status() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
status() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
statusMessage() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
statusMessage() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
success() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
success() - Method in interface org.wisepersist.pinpayments.pojo.DeletionResult
 
success() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 

T

TestCard - Enum in org.wisepersist.pinpayments
Test cards provided by PinPayments.
toFlatParams(Object) - Method in class org.wisepersist.pinpayments.ParamsHelper
 
token() - Method in interface org.wisepersist.pinpayments.pojo.BankAccountResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.CardResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.CustomerResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.EventResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.RecipientResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.RefundResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointResult
 
token() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 
totalCredits() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
totalDebits() - Method in interface org.wisepersist.pinpayments.pojo.TransferResult
 
totalFees() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
transfer() - Method in interface org.wisepersist.pinpayments.pojo.ChargeResult
 
Transfer - Interface in org.wisepersist.pinpayments.pojo
Transfer used when creating a new one via PinPayments REST API.
TransferBase - Interface in org.wisepersist.pinpayments.pojo
 
TransferLineItem - Interface in org.wisepersist.pinpayments.pojo
Transfer line item used when creating a new one via PinPayments REST API.
TransferLineItemBase - Interface in org.wisepersist.pinpayments.pojo
Common attributes of transfer line item objects.
TransferLineItemListResponse - Interface in org.wisepersist.pinpayments.pojo
Transfer line item list response returned from PinPayments REST API.
TransferLineItemResult - Interface in org.wisepersist.pinpayments.pojo
Transfer line item result returned from PinPayments REST API.
TransferListResponse - Interface in org.wisepersist.pinpayments.pojo
Transfer list response returned from PinPayments REST API.
TransferResponse - Interface in org.wisepersist.pinpayments.pojo
Transfer response returned from PinPayments REST API.
TransferResult - Interface in org.wisepersist.pinpayments.pojo
Transfer result returned from PinPayments REST API.
TransfersApi - Interface in org.wisepersist.pinpayments.api
The transfers API allows you to send money to Australian bank accounts, and to retrieve details of previous transfers.
TransfersApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of TransfersApi interface.
TransfersApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.TransfersApiImpl
 
type() - Method in interface org.wisepersist.pinpayments.pojo.EventResult
 
type() - Method in interface org.wisepersist.pinpayments.pojo.TransferLineItemBase
 

U

update(String, Customer) - Method in interface org.wisepersist.pinpayments.api.CustomersApi
Updates the given details of a customer and returns its details.
update(String, Customer) - Method in class org.wisepersist.pinpayments.api.impl.CustomersApiImpl
 
update(String, Recipient) - Method in class org.wisepersist.pinpayments.api.impl.RecipientsApiImpl
 
update(String, Recipient) - Method in interface org.wisepersist.pinpayments.api.RecipientsApi
Updates the given details of a recipient and returns its details.
updatedAt() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointResult
 
url() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpoint
 
url() - Method in interface org.wisepersist.pinpayments.pojo.WebhookEndpointResult
 
url() - Method in interface org.wisepersist.pinpayments.pojo.WebhookResult
 

V

valueOf(String) - Static method in enum org.wisepersist.pinpayments.PinPaymentsModule.Env
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wisepersist.pinpayments.TestCard
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wisepersist.pinpayments.PinPaymentsModule.Env
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wisepersist.pinpayments.TestCard
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebhookEndpoint - Interface in org.wisepersist.pinpayments.pojo
Webhook endpoint used when creating a new one via PinPayments REST API.
WebhookEndpointListResponse - Interface in org.wisepersist.pinpayments.pojo
Webhook endpoint list response returned from PinPayments REST API.
WebhookEndpointResponse - Interface in org.wisepersist.pinpayments.pojo
Webhook end point result returned from PinPayments REST API.
WebhookEndpointResult - Interface in org.wisepersist.pinpayments.pojo
Webhook endpoint result returned from PinPayments REST API.
WebhookEndpointsApi - Interface in org.wisepersist.pinpayments.api
The Webhook Endpoints API allows you to create and view your webhook endpoints to enable your website to receive push notifications of events that occur on your Pin Payments account.
WebhookEndpointsApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of WebhookEndpointsApi interface.
WebhookEndpointsApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.WebhookEndpointsApiImpl
 
WebhookListResponse - Interface in org.wisepersist.pinpayments.pojo
Webhook list response returned from PinPayments REST API.
WebhookResponse - Interface in org.wisepersist.pinpayments.pojo
Webhook response returned from PinPayments REST API.
WebhookResult - Interface in org.wisepersist.pinpayments.pojo
Webhook result returned from PinPayments REST API.
WebhooksApi - Interface in org.wisepersist.pinpayments.api
The webhooks API allows you to view and replay webhook requests that have been sent to your webhook endpoints.
WebhooksApiImpl - Class in org.wisepersist.pinpayments.api.impl
Implementation of WebhooksApi interface.
WebhooksApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.WebhooksApiImpl
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links