- AccountAddBankRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
This call allows you to add a bank account to a specified account.
- AccountAddBankRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountAddBankRequest
-
- AccountBalance - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/account
- AccountBalance() - Constructor for class com.lookfirst.wepay.api.AccountBalance
-
- AccountBalanceRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
Gets the balance for the account.
- AccountBalanceRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountBalanceRequest
-
- AccountCreateRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
Creates a new payment account for the user associated with the access token used to make this call.
- AccountCreateRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountCreateRequest
-
- AccountDeleteRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
Deletes the account specified.
- AccountDeleteRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountDeleteRequest
-
- AccountFindRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
This call lets you search the accounts of the user associated with the access token used to make the call.
- AccountFindRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountFindRequest
-
- AccountGetTaxRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
This call lets you get the tax rates for an account.
- AccountGetTaxRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountGetTaxRequest
-
- AccountId - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/account
- AccountId() - Constructor for class com.lookfirst.wepay.api.AccountId
-
- accountId - Variable in class com.lookfirst.wepay.api.Transfer
-
The unique ID of the account the money is coming from.
- AccountModifyRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
Updates the specified properties.
- AccountModifyRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountModifyRequest
-
- AccountRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
This call allows you to lookup the details of the a payment account on WePay.
- AccountRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountRequest
-
- AccountSetTaxRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/account
This call lets you set tax rates for an account that will be applied to checkouts created for this account.
- AccountSetTaxRequest() - Constructor for class com.lookfirst.wepay.api.req.AccountSetTaxRequest
-
- AccountTax - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/account
- AccountTax() - Constructor for class com.lookfirst.wepay.api.AccountTax
-
- AccountUri - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/account
- AccountUri() - Constructor for class com.lookfirst.wepay.api.AccountUri
-
- AddBank - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/account
- AddBank() - Constructor for class com.lookfirst.wepay.api.AddBank
-
- amount - Variable in class com.lookfirst.wepay.api.TransferInstruction
-
The dollar amount on money that is being sent.
- AppModify - Class in com.lookfirst.wepay.api
-
https://www.wepay.com/developer/reference/app
- AppModify() - Constructor for class com.lookfirst.wepay.api.AppModify
-
- AppModifyRequest - Class in com.lookfirst.wepay.api.req
-
https://www.wepay.com/developer/reference/app
This call lets you modify details of your API application (such as adding a theme for your app).
- AppModifyRequest() - Constructor for class com.lookfirst.wepay.api.req.AppModifyRequest
-
- AppRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/app
This call allows you to lookup the details of your API application.
- AppRequest() - Constructor for class com.lookfirst.wepay.api.req.AppRequest
-
- AppUri - Class in com.lookfirst.wepay.api
-
https://www.wepay.com/developer/reference/app
- AppUri() - Constructor for class com.lookfirst.wepay.api.AppUri
-
- Call - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/batch
- Call() - Constructor for class com.lookfirst.wepay.api.Call
-
- Checkout - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/checkout
- Checkout() - Constructor for class com.lookfirst.wepay.api.Checkout
-
- Checkout.ShippingAddress - Class in com.lookfirst.wepay.api
-
- Checkout.ShippingAddress() - Constructor for class com.lookfirst.wepay.api.Checkout.ShippingAddress
-
- CheckoutCancelRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
Cancels the payment associated with the checkout created by the application.
- CheckoutCancelRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutCancelRequest
-
- CheckoutCaptureRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
If auto_capture was set to 0 when the checkout was created, you will need to make this call
to release funds to the account.
- CheckoutCaptureRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutCaptureRequest
-
- CheckoutCreateRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
Creates a checkout for an account.
- CheckoutCreateRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutCreateRequest
-
- CheckoutFindRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
This call allows you to search for checkouts associated with an account.
- CheckoutFindRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutFindRequest
-
- CheckoutId - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/checkout
- CheckoutId() - Constructor for class com.lookfirst.wepay.api.CheckoutId
-
- CheckoutModifyRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
This call allows you to modify the callback_uri of a checkout.
- CheckoutModifyRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutModifyRequest
-
- CheckoutRefundRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
Refunds the payment associated with the checkout created by the application.
- CheckoutRefundRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutRefundRequest
-
- CheckoutRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/checkout
This call allows you to lookup the details of a specific checkout on WePay using the checkout_id.
- CheckoutRequest() - Constructor for class com.lookfirst.wepay.api.req.CheckoutRequest
-
- CheckoutState - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/checkout
- CheckoutState() - Constructor for class com.lookfirst.wepay.api.CheckoutState
-
- CheckoutUri - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/checkout
- CheckoutUri() - Constructor for class com.lookfirst.wepay.api.CheckoutUri
-
- clientId - Variable in class com.lookfirst.wepay.WePayKey
-
- clientSecret - Variable in class com.lookfirst.wepay.WePayKey
-
- com.lookfirst.wepay - package com.lookfirst.wepay
-
- com.lookfirst.wepay.api - package com.lookfirst.wepay.api
-
- com.lookfirst.wepay.api.req - package com.lookfirst.wepay.api.req
-
- Constants - Class in com.lookfirst.wepay.api
-
- Constants() - Constructor for class com.lookfirst.wepay.api.Constants
-
- Constants.FeePayer - Enum in com.lookfirst.wepay.api
-
- Constants.Mode - Enum in com.lookfirst.wepay.api
-
- Constants.PaymentType - Enum in com.lookfirst.wepay.api
-
- Constants.PrefillInfo - Class in com.lookfirst.wepay.api
-
- Constants.PrefillInfo() - Constructor for class com.lookfirst.wepay.api.Constants.PrefillInfo
-
- Constants.SortOrder - Enum in com.lookfirst.wepay.api
-
- Constants.State - Enum in com.lookfirst.wepay.api
-
Note that the toString() impls fix jackson serialization problems
- Constants.WithdrawalType - Enum in com.lookfirst.wepay.api
-
- CreditCard - Class in com.lookfirst.wepay.api
-
Data object used in credit_card api calls
- CreditCard() - Constructor for class com.lookfirst.wepay.api.CreditCard
-
- CreditCardAuthorizeRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/credit_card
You should only use this call if you are not going to immediately make the /checkout/create call
with the credit_card_id.
- CreditCardAuthorizeRequest() - Constructor for class com.lookfirst.wepay.api.req.CreditCardAuthorizeRequest
-
- CreditCardCreateRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/credit_card
This call allows you to pass credit card information and receive back a credit_card_id.
- CreditCardCreateRequest() - Constructor for class com.lookfirst.wepay.api.req.CreditCardCreateRequest
-
- CreditCardDeleteRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/credit_card
Delete the credit card when you don't need it anymore.
- CreditCardDeleteRequest() - Constructor for class com.lookfirst.wepay.api.req.CreditCardDeleteRequest
-
- CreditCardFindRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/credit_card
This call allows you to lookup the details of the a credit card that you have tokenized.
- CreditCardFindRequest() - Constructor for class com.lookfirst.wepay.api.req.CreditCardFindRequest
-
- creditCardId - Variable in class com.lookfirst.wepay.api.CreditCard
-
The unique ID of the credit_card.
- creditCardName - Variable in class com.lookfirst.wepay.api.CreditCard
-
The string that identifies the credit_card such as MasterCard xxxxxx4769.
- CreditCardRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/credit_card
This call allows you to lookup the details of the a credit card that you have tokenized.
- CreditCardRequest() - Constructor for class com.lookfirst.wepay.api.req.CreditCardRequest
-
- ThemeObject - Class in com.lookfirst.wepay.api
-
If you want to customize the way the OAuth2 Authorization page, the iframe checkout, withdrawal flow, and API
emails look, this is the right tutorial.
- ThemeObject() - Constructor for class com.lookfirst.wepay.api.ThemeObject
-
- to - Variable in class com.lookfirst.wepay.api.TransferInstruction
-
The email address that the money is being sent to.
- Token - Class in com.lookfirst.wepay.api
-
Once you have sent the user through the authorization end point and they have returned with a code,
you can use that code to retrieve and access token for that user.
- Token() - Constructor for class com.lookfirst.wepay.api.Token
-
- TokenRequest - Class in com.lookfirst.wepay.api.req
-
Once you have sent the user through the authorization end point and they have returned with a code,
you can use that code to retrieve and access token for that user.
- TokenRequest() - Constructor for class com.lookfirst.wepay.api.req.TokenRequest
-
- toString() - Method in enum com.lookfirst.wepay.WePayApi.Scope
-
- Transfer - Class in com.lookfirst.wepay.api
-
Data object used in disbursements and transfers
- Transfer() - Constructor for class com.lookfirst.wepay.api.Transfer
-
- TransferFind - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/disbursement
This call allows you to find transfers associated with an account.
- TransferFind() - Constructor for class com.lookfirst.wepay.api.req.TransferFind
-
- transferId - Variable in class com.lookfirst.wepay.api.Transfer
-
The unique ID of the transfer.
- TransferInstruction - Class in com.lookfirst.wepay.api
-
Defines the basic request for a single transfer.
- TransferInstruction() - Constructor for class com.lookfirst.wepay.api.TransferInstruction
-
- TransferRefundRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/disbursement
This call allows you to refund a transfer.
- TransferRefundRequest() - Constructor for class com.lookfirst.wepay.api.req.TransferRefundRequest
-
- TransferRequest - Class in com.lookfirst.wepay.api.req
-
https://stage.wepay.com/developer/reference/disbursement
This call allows you to look up the details of a transfer.
- TransferRequest() - Constructor for class com.lookfirst.wepay.api.req.TransferRequest
-
- TransferState - Class in com.lookfirst.wepay.api
-
https://stage.wepay.com/developer/reference/disbursement
This call allows you to refund a transfer.
- TransferState() - Constructor for class com.lookfirst.wepay.api.TransferState
-
- valueOf(String) - Static method in enum com.lookfirst.wepay.api.Constants.FeePayer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.api.Constants.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.api.Constants.PaymentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.api.Constants.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.api.Constants.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.api.Constants.WithdrawalType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.WePayApi.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.lookfirst.wepay.WePayError
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.lookfirst.wepay.api.Constants.FeePayer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.api.Constants.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.api.Constants.PaymentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.api.Constants.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.api.Constants.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.api.Constants.WithdrawalType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.WePayApi.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.lookfirst.wepay.WePayError
-
Returns an array containing the constants of this enum type, in
the order they are declared.