public class CreditCardAuthorizeRequest
extends WePayRequest<CreditCard>
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. This call will authorize the card and let you use it at a later time or
date (for crowdfunding, subscriptions, etc). If you don’t call /credit_card/authorize or
/checkout/create within 30 minutes then the credit card will expire.
- Author:
- Jon Scott Stevens, Jeff Schnitzer