- 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
-
- 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
-
- ChargesApiImpl() - Constructor for class org.wisepersist.pinpayments.api.impl.ChargesApiImpl
-
- code() - Method in interface org.wisepersist.pinpayments.pojo.ErrorMessage
-
- configure() - Method in class org.wisepersist.pinpayments.GsonModule
-
- 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
-
- 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
-