public class CreditCardCreateRequest
extends WePayRequest<CreditCard>
https://stage.wepay.com/developer/reference/credit_card
This call allows you to pass credit card information and receive back a credit_card_id. You will then be able to use that credit_card_id on
the /checkout/create call to execute a payment immediately with that credit card (similar to how the preapproval_id on /checkout/create
works). Note that you will need to call the /checkout/create call OR the /credit_card/authorize call within 30 minutes or the credit card will expire.
- Author:
- Jon Scott Stevens, Jeff Schnitzer