/
home
/
techb158
/
exp.abdallabala.com
/
vendor
/
stripe
/
stripe-php
/
lib
/
/home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/lib
mkdir
upload
Name
Size
Mode
Actions
ApiOperations/
-
0755
rm
BillingPortal/
-
0755
rm
Checkout/
-
0755
rm
Exception/
-
0755
rm
HttpClient/
-
0755
rm
Issuing/
-
0755
rm
Radar/
-
0755
rm
Reporting/
-
0755
rm
Service/
-
0755
rm
Sigma/
-
0755
rm
Terminal/
-
0755
rm
Util/
-
0755
rm
Account.php
16688
0644
edit
dl
rm
AccountLink.php
830
0644
edit
dl
rm
AlipayAccount.php
2386
0644
edit
dl
rm
ApiRequestor.php
16301
0644
edit
dl
rm
ApiResource.php
3448
0644
edit
dl
rm
ApiResponse.php
712
0644
edit
dl
rm
ApplePayDomain.php
1016
0644
edit
dl
rm
ApplicationFee.php
4203
0644
edit
dl
rm
ApplicationFeeRefund.php
2503
0644
edit
dl
rm
Balance.php
2362
0644
edit
dl
rm
BalanceTransaction.php
5674
0644
edit
dl
rm
BankAccount.php
7086
0644
edit
dl
rm
BaseStripeClient.php
9523
0644
edit
dl
rm
BitcoinReceiver.php
4235
0644
edit
dl
rm
BitcoinTransaction.php
885
0644
edit
dl
rm
Capability.php
2937
0644
edit
dl
rm
Card.php
8320
0644
edit
dl
rm
Charge.php
12554
0644
edit
dl
rm
Collection.php
7713
0644
edit
dl
rm
CountrySpec.php
1784
0644
edit
dl
rm
Coupon.php
2984
0644
edit
dl
rm
CreditNote.php
5765
0644
edit
dl
rm
CreditNoteLineItem.php
1897
0644
edit
dl
rm
Customer.php
13023
0644
edit
dl
rm
CustomerBalanceTransaction.php
5336
0644
edit
dl
rm
Discount.php
1568
0644
edit
dl
rm
Dispute.php
5195
0644
edit
dl
rm
EphemeralKey.php
1586
0644
edit
dl
rm
ErrorObject.php
8871
0644
edit
dl
rm
Event.php
13532
0644
edit
dl
rm
ExchangeRate.php
1446
0644
edit
dl
rm
File.php
3534
0644
edit
dl
rm
FileLink.php
1486
0644
edit
dl
rm
Invoice.php
19481
0644
edit
dl
rm
InvoiceItem.php
3758
0644
edit
dl
rm
InvoiceLineItem.php
2909
0644
edit
dl
rm
LineItem.php
1192
0644
edit
dl
rm
LoginLink.php
426
0644
edit
dl
rm
Mandate.php
1104
0644
edit
dl
rm
OAuth.php
3393
0644
edit
dl
rm
OAuthErrorObject.php
861
0644
edit
dl
rm
Order.php
5224
0644
edit
dl
rm
OrderItem.php
333
0644
edit
dl
rm
OrderReturn.php
1689
0644
edit
dl
rm
PaymentIntent.php
11516
0644
edit
dl
rm
PaymentMethod.php
3663
0644
edit
dl
rm
Payout.php
6831
0644
edit
dl
rm
Person.php
5483
0644
edit
dl
rm
Plan.php
5685
0644
edit
dl
rm
Price.php
4803
0644
edit
dl
rm
Product.php
4259
0644
edit
dl
rm
PromotionCode.php
2246
0644
edit
dl
rm
Recipient.php
2759
0644
edit
dl
rm
RecipientTransfer.php
918
0644
edit
dl
rm
Refund.php
4139
0644
edit
dl
rm
RequestTelemetry.php
539
0644
edit
dl
rm
Review.php
3371
0644
edit
dl
rm
SetupAttempt.php
2449
0644
edit
dl
rm
SetupIntent.php
7202
0644
edit
dl
rm
SingletonApiResource.php
917
0644
edit
dl
rm
SKU.php
2885
0644
edit
dl
rm
Source.php
8565
0644
edit
dl
rm
SourceTransaction.php
408
0644
edit
dl
rm
Stripe.php
7224
0644
edit
dl
rm
StripeClient.php
3571
0644
edit
dl
rm
StripeClientInterface.php
1435
0644
edit
dl
rm
StripeObject.php
18807
0644
edit
dl
rm
Subscription.php
11162
0644
edit
dl
rm
SubscriptionItem.php
5605
0644
edit
dl
rm
SubscriptionSchedule.php
3907
0644
edit
dl
rm
TaxId.php
4532
0644
edit
dl
rm
TaxRate.php
2627
0644
edit
dl
rm
ThreeDSecure.php
2606
0644
edit
dl
rm
Token.php
3624
0644
edit
dl
rm
Topup.php
3995
0644
edit
dl
rm
Transfer.php
6321
0644
edit
dl
rm
TransferReversal.php
3323
0644
edit
dl
rm
UsageRecord.php
980
0644
edit
dl
rm
UsageRecordSummary.php
812
0644
edit
dl
rm
Webhook.php
1515
0644
edit
dl
rm
WebhookEndpoint.php
2311
0644
edit
dl
rm
WebhookSignature.php
4377
0644
edit
dl
rm
Edit:
/home/techb158/exp.abdallabala.com/vendor/stripe/stripe-php/lib/BankAccount.php
(7086B)
<?php // File generated from our OpenAPI spec namespace Stripe; /** * These bank accounts are payment methods on <code>Customer</code> objects. * * On the other hand <a * href="https://stripe.com/docs/api#external_accounts">External Accounts</a> are * transfer destinations on <code>Account</code> objects for <a * href="https://stripe.com/docs/connect/custom-accounts">Custom accounts</a>. They * can be bank accounts or debit cards as well, and are documented in the links * above. * * Related guide: <a * href="https://stripe.com/docs/payments/bank-debits-transfers">Bank Debits and * Transfers</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|string|\Stripe\Account $account The ID of the account that the bank account is associated with. * @property null|string $account_holder_name The name of the person or business that owns the bank account. * @property null|string $account_holder_type The type of entity that holds the account. This can be either <code>individual</code> or <code>company</code>. * @property null|string[] $available_payout_methods A set of available payout methods for this bank account. Only values from this set should be passed as the <code>method</code> when creating a payout. * @property null|string $bank_name Name of the bank associated with the routing number (e.g., <code>WELLS FARGO</code>). * @property string $country Two-letter ISO code representing the country the bank account is located in. * @property string $currency Three-letter <a href="https://stripe.com/docs/payouts">ISO code for the currency</a> paid out to the bank account. * @property null|string|\Stripe\Customer $customer The ID of the customer that the bank account is associated with. * @property null|bool $default_for_currency Whether this bank account is the default external account for its currency. * @property null|string $fingerprint Uniquely identifies this particular bank account. You can use this attribute to check whether two bank accounts are the same. * @property string $last4 The last four digits of the bank account number. * @property null|\Stripe\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 $routing_number The routing transit number for the bank account. * @property string $status <p>For bank accounts, possible values are <code>new</code>, <code>validated</code>, <code>verified</code>, <code>verification_failed</code>, or <code>errored</code>. A bank account that hasn't had any activity or validation performed is <code>new</code>. If Stripe can determine that the bank account exists, its status will be <code>validated</code>. Note that there often isn’t enough information to know (e.g., for smaller credit unions), and the validation is not always run. If customer bank account verification has succeeded, the bank account status will be <code>verified</code>. If the verification failed for any reason, such as microdeposit failure, the status will be <code>verification_failed</code>. If a transfer sent to this bank account fails, we'll set the status to <code>errored</code> and will not continue to send transfers until the bank details are updated.</p><p>For external accounts, possible values are <code>new</code> and <code>errored</code>. Validations aren't run against external accounts because they're only used for payouts. This means the other statuses don't apply. If a transfer fails, the status is set to <code>errored</code> and transfers are stopped until account details are updated.</p> */ class BankAccount extends ApiResource { const OBJECT_NAME = 'bank_account'; use ApiOperations\Delete; use ApiOperations\Update; /** * Possible string representations of the bank verification status. * * @see https://stripe.com/docs/api/external_account_bank_accounts/object#account_bank_account_object-status */ const STATUS_NEW = 'new'; const STATUS_VALIDATED = 'validated'; const STATUS_VERIFIED = 'verified'; const STATUS_VERIFICATION_FAILED = 'verification_failed'; const STATUS_ERRORED = 'errored'; /** * @return string The instance URL for this resource. It needs to be special * cased because it doesn't fit into the standard resource pattern. */ 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 = 'Bank accounts cannot be accessed without a customer ID or account ID.'; throw new Exception\UnexpectedValueException($msg, null); } $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 = 'Bank accounts cannot be retrieved without a customer ID or ' . 'an account ID. Retrieve a bank account using ' . "`Customer::retrieveSource('customer_id', " . "'bank_account_id')` or `Account::retrieveExternalAccount(" . "'account_id', 'bank_account_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 = 'Bank accounts cannot be updated without a customer ID or an ' . 'account ID. Update a bank account using ' . "`Customer::updateSource('customer_id', 'bank_account_id', " . '$updateParams)` or `Account::updateExternalAccount(' . "'account_id', 'bank_account_id', \$updateParams)`."; throw new Exception\BadMethodCallException($msg); } /** * @param null|array $params * @param null|array|string $opts * * @throws \Stripe\Exception\ApiErrorException if the request fails * * @return BankAccount the verified bank account */ public function verify($params = null, $opts = null) { $url = $this->instanceUrl() . '/verify'; list($response, $opts) = $this->_request('post', $url, $params, $opts); $this->refreshFrom($response, $opts); return $this; } }
Save
cmd:
run