金融新基建,增长强引擎全球数百万企业正在借助 Stripe 实现线上线下支付共通,构建一体化金融生态系统,并通过定制化收益模型推动业务持续增长,显著提升盈利。即刻体验 Stripe 的先进支付技术和卓越服务,激活您的增长引擎。 立即开始 Rocket Rides 搜索 今天 净收入额 US$3,528,198.72 14:00 昨天 US$2,931,...
Stripe creates them for every type of transaction that enters or leaves your Stripe account balance. Related guide: Balance transaction types Endpoints GET/v1/balance_transactions/:idGET/v1/balance_transactions Show Charges The Charge object represents a single attempt to move money into your ...
For pricing, Stripe charges 2.9% plus $0.30 per online card transaction (depending on location), which is the same as Shopify's Basic plan. But keep in mind that Shopify charges an additional 2% processing fee (Basic plan) for all transactions made using third-party payment processors, incl...
This is the email address that the receipt for this charge was sent to. Receipt Number receipt_number string This is the transaction number that appears on email receipts sent for this charge. Refunded refunded boolean Whether or not the charge has been fully refunded. If the charge is...
This is the email address that the receipt for this charge was sent to. Receipt Number receipt_number string This is the transaction number that appears on email receipts sent for this charge. Refunded refunded boolean Whether or not the charge has been fully refunded. If the charge is...
transfer_group false string null A string that identifies this transaction as part of a group. Usage $charge = $stripe->charges()->create([ 'customer' => 'cus_4EBumIjyaKooft', 'currency' => 'USD', 'amount' => 50.49, ]); echo $charge['id']; Retrieve a charge Retrieves the de...
• Charge (formerly Charge for Stripe) charges 1% per transaction processed using the app, in addition to the standard Stripe fees (https://stripe.com/us/pricing). Fees are only charged when you process a payment, so if you just use the app for the reports and data, there is no cha...
• Charge (formerly Charge for Stripe) charges 1% per transaction processed using the app, in addition to the standard Stripe fees (https://stripe.com/us/pricing). Fees are only charged when you process a payment, so if you just use the app for the reports and data, there is no cha...
This is the email address that the receipt for this charge was sent to. Receipt Number receipt_number string This is the transaction number that appears on email receipts sent for this charge. Refunded refunded boolean Whether or not the charge has been fully refunded. If the charge is...
PaymentIntent: Stripe uses this to represent your intent to collect payment from a customer, tracking your charge attempts and payment state changes throughout the process. (Optional)Customer: To set up a payment method for future payments, you must attach it to aCustomer. Create a Customer obj...