stripe-payments PHP-Stripe Connect documentation for Symfony2

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

ParameterDetails
amountrequired - A positive integer in the smallest currency unit (e.g., 100 cents to charge $1.00 or 100 to charge ¥100, a 0-decimal currency) representing how much to charge the card. The minimum amount is $0.50 US or equivalent in charge currency.
currencyrequired - 3-letter ISO code for currency.
descriptionoptional, default is null - An arbitrary string which you can attach to a charge object. It is displayed when in the web interface alongside the charge. Note that if you use Stripe to send automatic email receipts to your customers, your receipt emails will include the description of the charge(s) that they are describing.
receipt_emailoptional default is null - The email address to send this charge's receipt to. The receipt will not be sent until the charge is paid. If this charge is for a customer, the email address specified here will override the customer's email address. Receipts will not be sent for test mode charges. If receipt_email is specified for a charge in live mode, a receipt will be sent regardless of your
exp_monthrequired - Two digit number representing the card's expiration month.
exp_yearrequired - Two or four digit number representing the card's expiration year.
numberrequired - The card number, as a string without any separators.
cvcusually required -Card security code. Required unless your account is registered in Australia, Canada, or the United States. Highly recommended to always include this value.


Got any stripe-payments Question?