Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../vendor_p.../stripe/stripe-p.../lib
File: Charge.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// File generated from our OpenAPI spec
[2] Fix | Delete
namespace WPForms\Vendor\Stripe;
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* The <code>Charge</code> object represents a single attempt to move money into your Stripe account.
[6] Fix | Delete
* PaymentIntent confirmation is the most common way to create Charges, but transferring
[7] Fix | Delete
* money to a different Stripe account through Connect also creates Charges.
[8] Fix | Delete
* Some legacy payment flows create Charges directly, which is not recommended for new integrations.
[9] Fix | Delete
*
[10] Fix | Delete
* @property string $id Unique identifier for the object.
[11] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[12] Fix | Delete
* @property int $amount Amount intended to be collected by this payment. A positive integer representing how much to charge in the <a href="https://stripe.com/docs/currencies#zero-decimal">smallest currency unit</a> (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a zero-decimal currency). The minimum amount is $0.50 US or <a href="https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts">equivalent in charge currency</a>. The amount value supports up to eight digits (e.g., a value of 99999999 for a USD charge of $999,999.99).
[13] Fix | Delete
* @property int $amount_captured Amount in cents (or local equivalent) captured (can be less than the amount attribute on the charge if a partial capture was made).
[14] Fix | Delete
* @property int $amount_refunded Amount in cents (or local equivalent) refunded (can be less than the amount attribute on the charge if a partial refund was issued).
[15] Fix | Delete
* @property null|string|\Stripe\Application $application ID of the Connect application that created the charge.
[16] Fix | Delete
* @property null|string|\Stripe\ApplicationFee $application_fee The application fee (if any) for the charge. <a href="https://stripe.com/docs/connect/direct-charges#collecting-fees">See the Connect documentation</a> for details.
[17] Fix | Delete
* @property null|int $application_fee_amount The amount of the application fee (if any) requested for the charge. <a href="https://stripe.com/docs/connect/direct-charges#collecting-fees">See the Connect documentation</a> for details.
[18] Fix | Delete
* @property null|string $authorization_code Authorization code on the charge.
[19] Fix | Delete
* @property null|string|\Stripe\BalanceTransaction $balance_transaction ID of the balance transaction that describes the impact of this charge on your account balance (not including refunds or disputes).
[20] Fix | Delete
* @property \Stripe\StripeObject $billing_details
[21] Fix | Delete
* @property null|string $calculated_statement_descriptor The full statement descriptor that is passed to card networks, and that is displayed on your customers' credit card and bank statements. Allows you to see what the statement descriptor looks like after the static and dynamic portions are combined.
[22] Fix | Delete
* @property bool $captured If the charge was created without capturing, this Boolean represents whether it is still uncaptured or has since been captured.
[23] Fix | Delete
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
[24] Fix | Delete
* @property string $currency Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
[25] Fix | Delete
* @property null|string|\Stripe\Customer $customer ID of the customer this charge is for if one exists.
[26] Fix | Delete
* @property null|string $description An arbitrary string attached to the object. Often useful for displaying to users.
[27] Fix | Delete
* @property bool $disputed Whether the charge has been disputed.
[28] Fix | Delete
* @property null|string|\Stripe\BalanceTransaction $failure_balance_transaction ID of the balance transaction that describes the reversal of the balance on your account due to payment failure.
[29] Fix | Delete
* @property null|string $failure_code Error code explaining reason for charge failure if available (see <a href="https://stripe.com/docs/error-codes">the errors section</a> for a list of codes).
[30] Fix | Delete
* @property null|string $failure_message Message to user further explaining reason for charge failure if available.
[31] Fix | Delete
* @property null|\Stripe\StripeObject $fraud_details Information on fraud assessments for the charge.
[32] Fix | Delete
* @property null|string|\Stripe\Invoice $invoice ID of the invoice this charge is for if one exists.
[33] Fix | Delete
* @property null|\Stripe\StripeObject $level3
[34] Fix | Delete
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
[35] Fix | Delete
* @property \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.
[36] Fix | Delete
* @property null|string|\Stripe\Account $on_behalf_of The account (if any) the charge was made on behalf of without triggering an automatic transfer. See the <a href="https://stripe.com/docs/connect/separate-charges-and-transfers">Connect documentation</a> for details.
[37] Fix | Delete
* @property null|\Stripe\StripeObject $outcome Details about whether the payment was accepted, and why. See <a href="https://stripe.com/docs/declines">understanding declines</a> for details.
[38] Fix | Delete
* @property bool $paid <code>true</code> if the charge succeeded, or was successfully authorized for later capture.
[39] Fix | Delete
* @property null|string|\Stripe\PaymentIntent $payment_intent ID of the PaymentIntent associated with this charge, if one exists.
[40] Fix | Delete
* @property null|string $payment_method ID of the payment method used in this charge.
[41] Fix | Delete
* @property null|\Stripe\StripeObject $payment_method_details Details about the payment method at the time of the transaction.
[42] Fix | Delete
* @property null|\Stripe\StripeObject $radar_options Options to configure Radar. See <a href="https://stripe.com/docs/radar/radar-session">Radar Session</a> for more information.
[43] Fix | Delete
* @property null|string $receipt_email This is the email address that the receipt for this charge was sent to.
[44] Fix | Delete
* @property null|string $receipt_number This is the transaction number that appears on email receipts sent for this charge. This attribute will be <code>null</code> until a receipt has been sent.
[45] Fix | Delete
* @property null|string $receipt_url This is the URL to view the receipt for this charge. The receipt is kept up-to-date to the latest state of the charge, including any refunds. If the charge is for an Invoice, the receipt will be stylized as an Invoice receipt.
[46] Fix | Delete
* @property bool $refunded Whether the charge has been fully refunded. If the charge is only partially refunded, this attribute will still be false.
[47] Fix | Delete
* @property null|\Stripe\Collection<\Stripe\Refund> $refunds A list of refunds that have been applied to the charge.
[48] Fix | Delete
* @property null|string|\Stripe\Review $review ID of the review associated with this charge if one exists.
[49] Fix | Delete
* @property null|\Stripe\StripeObject $shipping Shipping information for the charge.
[50] Fix | Delete
* @property null|\Stripe\Account|\Stripe\BankAccount|\Stripe\Card|\Stripe\Source $source This is a legacy field that will be removed in the future. It contains the Source, Card, or BankAccount object used for the charge. For details about the payment method used for this charge, refer to <code>payment_method</code> or <code>payment_method_details</code> instead.
[51] Fix | Delete
* @property null|string|\Stripe\Transfer $source_transfer The transfer ID which created this charge. Only present if the charge came from another Stripe account. <a href="https://stripe.com/docs/connect/destination-charges">See the Connect documentation</a> for details.
[52] Fix | Delete
* @property null|string $statement_descriptor For card charges, use <code>statement_descriptor_suffix</code> instead. Otherwise, you can use this value as the complete description of a charge on your customers’ statements. Must contain at least one letter, maximum 22 characters.
[53] Fix | Delete
* @property null|string $statement_descriptor_suffix Provides information about the charge that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that’s set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor.
[54] Fix | Delete
* @property string $status The status of the payment is either <code>succeeded</code>, <code>pending</code>, or <code>failed</code>.
[55] Fix | Delete
* @property null|string|\Stripe\Transfer $transfer ID of the transfer to the <code>destination</code> account (only applicable if the charge was created using the <code>destination</code> parameter).
[56] Fix | Delete
* @property null|\Stripe\StripeObject $transfer_data An optional dictionary including the account to automatically transfer to as part of a destination charge. <a href="https://stripe.com/docs/connect/destination-charges">See the Connect documentation</a> for details.
[57] Fix | Delete
* @property null|string $transfer_group A string that identifies this transaction as part of a group. See the <a href="https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-options">Connect documentation</a> for details.
[58] Fix | Delete
*/
[59] Fix | Delete
class Charge extends ApiResource
[60] Fix | Delete
{
[61] Fix | Delete
const OBJECT_NAME = 'charge';
[62] Fix | Delete
use ApiOperations\All;
[63] Fix | Delete
use ApiOperations\Create;
[64] Fix | Delete
use ApiOperations\NestedResource;
[65] Fix | Delete
use ApiOperations\Retrieve;
[66] Fix | Delete
use ApiOperations\Search;
[67] Fix | Delete
use ApiOperations\Update;
[68] Fix | Delete
const STATUS_FAILED = 'failed';
[69] Fix | Delete
const STATUS_PENDING = 'pending';
[70] Fix | Delete
const STATUS_SUCCEEDED = 'succeeded';
[71] Fix | Delete
/**
[72] Fix | Delete
* Possible string representations of decline codes.
[73] Fix | Delete
* These strings are applicable to the decline_code property of the \Stripe\Exception\CardException exception.
[74] Fix | Delete
*
[75] Fix | Delete
* @see https://stripe.com/docs/declines/codes
[76] Fix | Delete
*/
[77] Fix | Delete
const DECLINED_AUTHENTICATION_REQUIRED = 'authentication_required';
[78] Fix | Delete
const DECLINED_APPROVE_WITH_ID = 'approve_with_id';
[79] Fix | Delete
const DECLINED_CALL_ISSUER = 'call_issuer';
[80] Fix | Delete
const DECLINED_CARD_NOT_SUPPORTED = 'card_not_supported';
[81] Fix | Delete
const DECLINED_CARD_VELOCITY_EXCEEDED = 'card_velocity_exceeded';
[82] Fix | Delete
const DECLINED_CURRENCY_NOT_SUPPORTED = 'currency_not_supported';
[83] Fix | Delete
const DECLINED_DO_NOT_HONOR = 'do_not_honor';
[84] Fix | Delete
const DECLINED_DO_NOT_TRY_AGAIN = 'do_not_try_again';
[85] Fix | Delete
const DECLINED_DUPLICATED_TRANSACTION = 'duplicate_transaction';
[86] Fix | Delete
const DECLINED_EXPIRED_CARD = 'expired_card';
[87] Fix | Delete
const DECLINED_FRAUDULENT = 'fraudulent';
[88] Fix | Delete
const DECLINED_GENERIC_DECLINE = 'generic_decline';
[89] Fix | Delete
const DECLINED_INCORRECT_NUMBER = 'incorrect_number';
[90] Fix | Delete
const DECLINED_INCORRECT_CVC = 'incorrect_cvc';
[91] Fix | Delete
const DECLINED_INCORRECT_PIN = 'incorrect_pin';
[92] Fix | Delete
const DECLINED_INCORRECT_ZIP = 'incorrect_zip';
[93] Fix | Delete
const DECLINED_INSUFFICIENT_FUNDS = 'insufficient_funds';
[94] Fix | Delete
const DECLINED_INVALID_ACCOUNT = 'invalid_account';
[95] Fix | Delete
const DECLINED_INVALID_AMOUNT = 'invalid_amount';
[96] Fix | Delete
const DECLINED_INVALID_CVC = 'invalid_cvc';
[97] Fix | Delete
const DECLINED_INVALID_EXPIRY_YEAR = 'invalid_expiry_year';
[98] Fix | Delete
const DECLINED_INVALID_NUMBER = 'invalid_number';
[99] Fix | Delete
const DECLINED_INVALID_PIN = 'invalid_pin';
[100] Fix | Delete
const DECLINED_ISSUER_NOT_AVAILABLE = 'issuer_not_available';
[101] Fix | Delete
const DECLINED_LOST_CARD = 'lost_card';
[102] Fix | Delete
const DECLINED_MERCHANT_BLACKLIST = 'merchant_blacklist';
[103] Fix | Delete
const DECLINED_NEW_ACCOUNT_INFORMATION_AVAILABLE = 'new_account_information_available';
[104] Fix | Delete
const DECLINED_NO_ACTION_TAKEN = 'no_action_taken';
[105] Fix | Delete
const DECLINED_NOT_PERMITTED = 'not_permitted';
[106] Fix | Delete
const DECLINED_OFFLINE_PIN_REQUIRED = 'offline_pin_required';
[107] Fix | Delete
const DECLINED_ONLINE_OR_OFFLINE_PIN_REQUIRED = 'online_or_offline_pin_required';
[108] Fix | Delete
const DECLINED_PICKUP_CARD = 'pickup_card';
[109] Fix | Delete
const DECLINED_PIN_TRY_EXCEEDED = 'pin_try_exceeded';
[110] Fix | Delete
const DECLINED_PROCESSING_ERROR = 'processing_error';
[111] Fix | Delete
const DECLINED_REENTER_TRANSACTION = 'reenter_transaction';
[112] Fix | Delete
const DECLINED_RESTRICTED_CARD = 'restricted_card';
[113] Fix | Delete
const DECLINED_REVOCATION_OF_ALL_AUTHORIZATIONS = 'revocation_of_all_authorizations';
[114] Fix | Delete
const DECLINED_REVOCATION_OF_AUTHORIZATION = 'revocation_of_authorization';
[115] Fix | Delete
const DECLINED_SECURITY_VIOLATION = 'security_violation';
[116] Fix | Delete
const DECLINED_SERVICE_NOT_ALLOWED = 'service_not_allowed';
[117] Fix | Delete
const DECLINED_STOLEN_CARD = 'stolen_card';
[118] Fix | Delete
const DECLINED_STOP_PAYMENT_ORDER = 'stop_payment_order';
[119] Fix | Delete
const DECLINED_TESTMODE_DECLINE = 'testmode_decline';
[120] Fix | Delete
const DECLINED_TRANSACTION_NOT_ALLOWED = 'transaction_not_allowed';
[121] Fix | Delete
const DECLINED_TRY_AGAIN_LATER = 'try_again_later';
[122] Fix | Delete
const DECLINED_WITHDRAWAL_COUNT_LIMIT_EXCEEDED = 'withdrawal_count_limit_exceeded';
[123] Fix | Delete
/**
[124] Fix | Delete
* @param null|array $params
[125] Fix | Delete
* @param null|array|string $opts
[126] Fix | Delete
*
[127] Fix | Delete
* @throws \Stripe\Exception\ApiErrorException if the request fails
[128] Fix | Delete
*
[129] Fix | Delete
* @return \Stripe\Charge the captured charge
[130] Fix | Delete
*/
[131] Fix | Delete
public function capture($params = null, $opts = null)
[132] Fix | Delete
{
[133] Fix | Delete
$url = $this->instanceUrl() . '/capture';
[134] Fix | Delete
list($response, $opts) = $this->_request('post', $url, $params, $opts);
[135] Fix | Delete
$this->refreshFrom($response, $opts);
[136] Fix | Delete
return $this;
[137] Fix | Delete
}
[138] Fix | Delete
/**
[139] Fix | Delete
* @param null|array $params
[140] Fix | Delete
* @param null|array|string $opts
[141] Fix | Delete
*
[142] Fix | Delete
* @throws \Stripe\Exception\ApiErrorException if the request fails
[143] Fix | Delete
*
[144] Fix | Delete
* @return \Stripe\SearchResult<\Stripe\Charge> the charge search results
[145] Fix | Delete
*/
[146] Fix | Delete
public static function search($params = null, $opts = null)
[147] Fix | Delete
{
[148] Fix | Delete
$url = '/v1/charges/search';
[149] Fix | Delete
return static::_requestPage($url, \WPForms\Vendor\Stripe\SearchResult::class, $params, $opts);
[150] Fix | Delete
}
[151] Fix | Delete
const PATH_REFUNDS = '/refunds';
[152] Fix | Delete
/**
[153] Fix | Delete
* @param string $id the ID of the charge on which to retrieve the refunds
[154] Fix | Delete
* @param null|array $params
[155] Fix | Delete
* @param null|array|string $opts
[156] Fix | Delete
*
[157] Fix | Delete
* @throws \Stripe\Exception\ApiErrorException if the request fails
[158] Fix | Delete
*
[159] Fix | Delete
* @return \Stripe\Collection<\Stripe\Refund> the list of refunds
[160] Fix | Delete
*/
[161] Fix | Delete
public static function allRefunds($id, $params = null, $opts = null)
[162] Fix | Delete
{
[163] Fix | Delete
return self::_allNestedResources($id, static::PATH_REFUNDS, $params, $opts);
[164] Fix | Delete
}
[165] Fix | Delete
/**
[166] Fix | Delete
* @param string $id the ID of the charge to which the refund belongs
[167] Fix | Delete
* @param string $refundId the ID of the refund to retrieve
[168] Fix | Delete
* @param null|array $params
[169] Fix | Delete
* @param null|array|string $opts
[170] Fix | Delete
*
[171] Fix | Delete
* @throws \Stripe\Exception\ApiErrorException if the request fails
[172] Fix | Delete
*
[173] Fix | Delete
* @return \Stripe\Refund
[174] Fix | Delete
*/
[175] Fix | Delete
public static function retrieveRefund($id, $refundId, $params = null, $opts = null)
[176] Fix | Delete
{
[177] Fix | Delete
return self::_retrieveNestedResource($id, static::PATH_REFUNDS, $refundId, $params, $opts);
[178] Fix | Delete
}
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function