| Package | Description |
|---|---|
| com.lookfirst.wepay | |
| com.lookfirst.wepay.api.req |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
WePayApi.execute(String token,
WePayRequest<T> req)
Make API calls against authenticated user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountAddBankRequest
Deprecated.
|
class |
AccountBalanceRequest
Deprecated.
Data is now returned as part of /account
|
class |
AccountCreateRequest
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.
|
class |
AccountDeleteRequest
https://stage.wepay.com/developer/reference/account
Deletes the account specified.
|
class |
AccountFindRequest
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.
|
class |
AccountGetReserveDetails
https://stage.wepay.com/developer/reference/account
This call allows you to add or update all incomplete items for an account like KYC info, bank account, etc.
|
class |
AccountGetTaxRequest
Deprecated.
|
class |
AccountGetUpdateUri
https://stage.wepay.com/developer/reference/account
This call allows you to add or update all incomplete items for an account like KYC info, bank account, etc.
|
class |
AccountModifyRequest
https://stage.wepay.com/developer/reference/account
Updates the specified properties.
|
class |
AccountRequest
https://stage.wepay.com/developer/reference/account
This call allows you to lookup the details of the a payment account on WePay.
|
class |
AccountSetTaxRequest
Deprecated.
|
class |
AppModifyRequest
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).
|
class |
AppRequest
https://stage.wepay.com/developer/reference/app
This call allows you to lookup the details of your API application.
|
class |
BatchCreateRequest
https://stage.wepay.com/developer/reference/batch
Creates a batch call that will allow you to make multiple API calls within a single API call.
|
class |
CheckoutCancelRequest
https://stage.wepay.com/developer/reference/checkout
Cancels the payment associated with the checkout created by the application.
|
class |
CheckoutCaptureRequest
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.
|
class |
CheckoutCreateRequest
https://stage.wepay.com/developer/reference/checkout
Creates a checkout for an account.
|
class |
CheckoutFindRequest
https://stage.wepay.com/developer/reference/checkout
This call allows you to search for checkouts associated with an account.
|
class |
CheckoutModifyRequest
https://stage.wepay.com/developer/reference/checkout
This call allows you to modify the callback_uri of a checkout.
|
class |
CheckoutRefundRequest
https://stage.wepay.com/developer/reference/checkout
Refunds the payment associated with the checkout created by the application.
|
class |
CheckoutRequest
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.
|
class |
CreditCardAuthorizeRequest
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.
|
class |
CreditCardCreateRequest
https://stage.wepay.com/developer/reference/credit_card
This call allows you to pass credit card information and receive back a credit_card_id.
|
class |
CreditCardDeleteRequest
https://stage.wepay.com/developer/reference/credit_card
Delete the credit card when you don't need it anymore.
|
class |
CreditCardFindRequest
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.
|
class |
CreditCardRequest
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.
|
class |
PreapprovalCancelRequest
https://stage.wepay.com/developer/reference/preapproval
Allows you to cancel the preapproval.
|
class |
PreapprovalCreateRequest
https://stage.wepay.com/developer/reference/preapproval
Creates a new payment preapproval request object for the user associated
with the access token used to make this call.
|
class |
PreapprovalFindRequest
https://stage.wepay.com/developer/reference/preapproval
This call lets you search the preapprovals associated with an account or an application.
|
class |
PreapprovalModifyRequest
https://stage.wepay.com/developer/reference/preapproval
This call allows you to modify the callback_uri on a preapproval.
|
class |
PreapprovalRequest
https://stage.wepay.com/developer/reference/preapproval
This call allows you to lookup the details of a payment preapproval on WePay.
|
class |
TokenRequest
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.
|
class |
TransferFind
Deprecated.
|
class |
TransferRefundRequest
Deprecated.
|
class |
TransferRequest
Deprecated.
|
class |
UserModifyRequest
https://stage.wepay.com/developer/reference/user
This call allows you to add a callback_uri to the user object.
|
class |
UserRegisterRequest
https://stage.wepay.com/developer/reference/user
Registers a new user and returns an access token for that user.
|
class |
UserRequest
https://stage.wepay.com/developer/reference/user
This call allows you to lookup the details of the user associated with the access token you are using to make the call.
|
class |
UserResendConfirmationRequest
https://stage.wepay.com/developer/reference/user
For users who were registered via the /user/register call, this API call lets you resend the API registration confirmation email.
|
class |
WithdrawalCreateRequest
https://stage.wepay.com/developer/reference/withdrawal
This call allows you to create a withdrawal object.
|
class |
WithdrawalFindRequest
https://stage.wepay.com/developer/reference/withdrawal
This call allows you to find withdrawals.
|
class |
WithdrawalModifyRequest
https://stage.wepay.com/developer/reference/withdrawal
This call allows you to change the callback_uri on a withdrawal.
|
class |
WithdrawalRequest
https://stage.wepay.com/developer/reference/withdrawal
This call allows you to lookup the details of a withdrawal.
|
Copyright © 2014. All Rights Reserved.