/home/vianto5/heredit.mx/wp-content/plugins/wpforms/vendor_prefixed/stripe/stripe-php/lib
NameSizeModeActions
ApiOperations/-0755rm
Apps/-0755rm
Billing/-0755rm
BillingPortal/-0755rm
Checkout/-0755rm
Climate/-0755rm
Entitlements/-0755rm
EventData/-0755rm
Events/-0755rm
Exception/-0755rm
FinancialConnections/-0755rm
Forwarding/-0755rm
HttpClient/-0755rm
Identity/-0755rm
Issuing/-0755rm
Radar/-0755rm
Reporting/-0755rm
Service/-0755rm
Sigma/-0755rm
Tax/-0755rm
Terminal/-0755rm
TestHelpers/-0755rm
Treasury/-0755rm
Util/-0755rm
V2/-0755rm
Account.php221580644editdlrm
AccountLink.php16440644editdlrm
AccountSession.php26090644editdlrm
ApiRequestor.php214430644editdlrm
ApiResource.php34080644editdlrm
ApiResponse.php7370644editdlrm
ApplePayDomain.php32300644editdlrm
Application.php4020644editdlrm
ApplicationFee.php58440644editdlrm
ApplicationFeeRefund.php24680644editdlrm
Balance.php29170644editdlrm
BalanceTransaction.php89970644editdlrm
BankAccount.php90910644editdlrm
BaseStripeClient.php184730644editdlrm
BaseStripeClientInterface.php11870644editdlrm
Capability.php34760644editdlrm
Card.php112070644editdlrm
CashBalance.php24300644editdlrm
Charge.php178480644editdlrm
Collection.php84300644editdlrm
ConfirmationToken.php35820644editdlrm
ConnectCollectionTransfer.php9310644editdlrm
CountrySpec.php28510644editdlrm
Coupon.php79020644editdlrm
CreditNote.php112730644editdlrm
CreditNoteLineItem.php25230644editdlrm
Customer.php228320644editdlrm
CustomerBalanceTransaction.php52470644editdlrm
CustomerCashBalanceTransaction.php30120644editdlrm
CustomerSession.php26520644editdlrm
Discount.php29180644editdlrm
Dispute.php75190644editdlrm
EphemeralKey.php21280644editdlrm
ErrorObject.php159690644editdlrm
Event.php391280644editdlrm
ExchangeRate.php35300644editdlrm
File.php53830644editdlrm
FileLink.php39480644editdlrm
FundingInstructions.php14010644editdlrm
Invoice.php314450644editdlrm
InvoiceItem.php81960644editdlrm
InvoiceLineItem.php53830644editdlrm
InvoiceRenderingTemplate.php39630644editdlrm
LineItem.php13960644editdlrm
LoginLink.php7530644editdlrm
Mandate.php19470644editdlrm
OAuth.php31900644editdlrm
OAuthErrorObject.php8920644editdlrm
PaymentIntent.php200540644editdlrm
PaymentLink.php90050644editdlrm
PaymentMethod.php110090644editdlrm
PaymentMethodConfiguration.php73000644editdlrm
PaymentMethodDomain.php49910644editdlrm
Payout.php117680644editdlrm
Person.php69400644editdlrm
Plan.php97320644editdlrm
Price.php92110644editdlrm
Product.php101990644editdlrm
ProductFeature.php10240644editdlrm
PromotionCode.php54660644editdlrm
Quote.php117800644editdlrm
Reason.php2050644editdlrm
RecipientTransfer.php9330644editdlrm
Refund.php83690644editdlrm
RelatedObject.php2320644editdlrm
RequestTelemetry.php7700644editdlrm
ReserveTransaction.php7200644editdlrm
Review.php49840644editdlrm
SearchResult.php65540644editdlrm
SetupAttempt.php38280644editdlrm
SetupIntent.php124000644editdlrm
ShippingRate.php48270644editdlrm
SingletonApiResource.php7360644editdlrm
Source.php122350644editdlrm
SourceMandateNotification.php26170644editdlrm
SourceTransaction.php25130644editdlrm
Stripe.php76450644editdlrm
StripeClient.php51670644editdlrm
StripeClientInterface.php6160644editdlrm
StripeObject.php188920644editdlrm
StripeStreamingClientInterface.php2530644editdlrm
Subscription.php219400644editdlrm
SubscriptionItem.php83770644editdlrm
SubscriptionSchedule.php74980644editdlrm
TaxCode.php19310644editdlrm
TaxDeductedAtSource.php7410644editdlrm
TaxId.php97250644editdlrm
TaxRate.php73330644editdlrm
ThinEvent.php11570644editdlrm
Token.php49790644editdlrm
Topup.php62790644editdlrm
Transfer.php90070644editdlrm
TransferReversal.php33070644editdlrm
UsageRecord.php11510644editdlrm
UsageRecordSummary.php9770644editdlrm
Webhook.php15150644editdlrm
WebhookEndpoint.php61880644editdlrm
WebhookSignature.php41280644editdlrm
Edit: /home/vianto5/heredit.mx/wp-content/plugins/wpforms/vendor_prefixed/stripe/stripe-php/lib/Card.php (11207B)
Card payments with Sources * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property null|string|\Stripe\Account $account The account this card belongs to. This attribute will not be in the card object if the card belongs to a customer or recipient instead. This property is only available for accounts where controller.requirement_collection is application, which includes Custom accounts. * @property null|string $address_city City/District/Suburb/Town/Village. * @property null|string $address_country Billing address country, if provided when creating card. * @property null|string $address_line1 Address line 1 (Street address/PO Box/Company name). * @property null|string $address_line1_check If address_line1 was provided, results of the check: pass, fail, unavailable, or unchecked. * @property null|string $address_line2 Address line 2 (Apartment/Suite/Unit/Building). * @property null|string $address_state State/County/Province/Region. * @property null|string $address_zip ZIP or postal code. * @property null|string $address_zip_check If address_zip was provided, results of the check: pass, fail, unavailable, or unchecked. * @property null|string $allow_redisplay This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”. * @property null|string[] $available_payout_methods A set of available payout methods for this card. Only values from this set should be passed as the method when creating a payout. * @property string $brand Card brand. Can be American Express, Diners Club, Discover, Eftpos Australia, Girocard, JCB, MasterCard, UnionPay, Visa, or Unknown. * @property null|string $country Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. * @property null|string $currency Three-letter ISO code for currency in lowercase. Must be a supported currency. Only applicable on accounts (not customers or recipients). The card can be used as a transfer destination for funds in this currency. This property is only available for accounts where controller.requirement_collection is application, which includes Custom accounts. * @property null|string|\Stripe\Customer $customer The customer that this card belongs to. This attribute will not be in the card object if the card belongs to an account or recipient instead. * @property null|string $cvc_check If a CVC was provided, results of the check: pass, fail, unavailable, or unchecked. A result of unchecked indicates that CVC was provided but hasn't been checked yet. Checks are typically performed when attaching a card to a Customer object, or when creating a charge. For more details, see Check if a card is valid without a charge. * @property null|bool $default_for_currency Whether this card is the default external account for its currency. This property is only available for accounts where controller.requirement_collection is application, which includes Custom accounts. * @property null|string $dynamic_last4 (For tokenized numbers only.) The last four digits of the device account number. * @property int $exp_month Two-digit number representing the card's expiration month. * @property int $exp_year Four-digit number representing the card's expiration year. * @property null|string $fingerprint

Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.

As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.

* @property string $funding Card funding type. Can be credit, debit, prepaid, or unknown. * @property string $last4 The last four digits of the card. * @property null|\Stripe\StripeObject $metadata Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. * @property null|string $name Cardholder name. * @property null|\Stripe\StripeObject $networks * @property null|string $regulated_status Status of a card based on the card issuer. * @property null|string $status For external accounts that are cards, possible values are new and errored. If a payout fails, the status is set to errored and scheduled payouts are stopped until account details are updated. * @property null|string $tokenization_method If the card number is tokenized, this is the method that was used. Can be android_pay (includes Google Pay), apple_pay, masterpass, visa_checkout, or null. */ class Card extends ApiResource { const OBJECT_NAME = 'card'; const ALLOW_REDISPLAY_ALWAYS = 'always'; const ALLOW_REDISPLAY_LIMITED = 'limited'; const ALLOW_REDISPLAY_UNSPECIFIED = 'unspecified'; const REGULATED_STATUS_REGULATED = 'regulated'; const REGULATED_STATUS_UNREGULATED = 'unregulated'; /** * Delete a specified external account for a given account. * * @param null|array $params * @param null|array|string $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return \Stripe\Card the deleted resource */ public function delete($params = null, $opts = null) { self::_validateParams($params); $url = $this->instanceUrl(); list($response, $opts) = $this->_request('delete', $url, $params, $opts); $this->refreshFrom($response, $opts); return $this; } /** * Possible string representations of the CVC check status. * * @see https://stripe.com/docs/api/cards/object#card_object-cvc_check */ const CVC_CHECK_FAIL = 'fail'; const CVC_CHECK_PASS = 'pass'; const CVC_CHECK_UNAVAILABLE = 'unavailable'; const CVC_CHECK_UNCHECKED = 'unchecked'; /** * Possible string representations of the funding of the card. * * @see https://stripe.com/docs/api/cards/object#card_object-funding */ const FUNDING_CREDIT = 'credit'; const FUNDING_DEBIT = 'debit'; const FUNDING_PREPAID = 'prepaid'; const FUNDING_UNKNOWN = 'unknown'; /** * Possible string representations of the tokenization method when using Apple Pay or Google Pay. * * @see https://stripe.com/docs/api/cards/object#card_object-tokenization_method */ const TOKENIZATION_METHOD_APPLE_PAY = 'apple_pay'; const TOKENIZATION_METHOD_GOOGLE_PAY = 'google_pay'; /** * @return string The instance URL for this resource. It needs to be special * cased because cards are nested resources that may belong to different * top-level resources. */ public function instanceUrl() { if ($this['customer']) { $base = Customer::classUrl(); $parent = $this['customer']; $path = 'sources'; } elseif ($this['account']) { $base = Account::classUrl(); $parent = $this['account']; $path = 'external_accounts'; } else { $msg = 'Cards cannot be accessed without a customer ID, or account ID.'; throw new Exception\UnexpectedValueException($msg); } $parentExtn = \urlencode(Util\Util::utf8($parent)); $extn = \urlencode(Util\Util::utf8($this['id'])); return "{$base}/{$parentExtn}/{$path}/{$extn}"; } /** * @param array|string $_id * @param null|array|string $_opts * * @throws \Stripe\Exception\BadMethodCallException */ public static function retrieve($_id, $_opts = null) { $msg = 'Cards cannot be retrieved without a customer ID or an ' . 'account ID. Retrieve a card using ' . "`Customer::retrieveSource('customer_id', 'card_id')` or " . "`Account::retrieveExternalAccount('account_id', 'card_id')`."; throw new Exception\BadMethodCallException($msg); } /** * @param string $_id * @param null|array $_params * @param null|array|string $_options * * @throws \Stripe\Exception\BadMethodCallException */ public static function update($_id, $_params = null, $_options = null) { $msg = 'Cards cannot be updated without a customer ID or an ' . 'account ID. Update a card using ' . "`Customer::updateSource('customer_id', 'card_id', " . '$updateParams)` or `Account::updateExternalAccount(' . "'account_id', 'card_id', \$updateParams)`."; throw new Exception\BadMethodCallException($msg); } /** * @param null|array|string $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return static the saved resource * * @deprecated The `save` method is deprecated and will be removed in a * future major version of the library. Use the static method `update` * on the resource instead. */ public function save($opts = null) { $params = $this->serializeParameters(); if (\count($params) > 0) { $url = $this->instanceUrl(); list($response, $opts) = $this->_request('post', $url, $params, $opts, ['save']); $this->refreshFrom($response, $opts); } return $this; } }