public class CheckoutCreateRequest
extends WePayRequest<CheckoutUri>
https://stage.wepay.com/developer/reference/checkout
Creates a checkout for an account. The application can send a user to the checkout_uri so the user can pay the account for the amount specified.
NOTE: Checkouts will be expired 30 minutes after they are created if their is no activity on them (ie they were abandoned after creation).
When the payer completes the payment, they will be returned to the redirect_uri you used in the /checkout/create call.
The checkout_id and the payment authorization code will be uri encoded in the redirect_uri so that you can confirm that the payment was made.
You can also use the Instant Payment Notifications system to receive push notifications of checkout state changes.
If you did not specify a redirect_uri, they will be returned to the application homepage.
- Author:
- Jon Scott Stevens, Jeff Schnitzer