laravel - Stripe: add a one off payment to a subscription -


is possible in stripe add 1 off payment subscription, without creating dedicated plan?

for example, if had apple subscription business charge £4 per month receive bag of apples, , wanted offer users chance add couple of bananas in january.

except, bananas add number of other type of fruit, following month go straight being signed bag of apples.

i charge card difference, subscription going out on set day each month , might make messy bank statement. i'm using laravel cashier @ moment.

you can use invoice item object purpose. invoice item can added subscription , payed during next subscription billing cycle.

alternatively can create charge la carte. have nothing subscription directly, , charged card purchase.

invoice item: https://stripe.com/docs/api#create_invoiceitem

charge: https://stripe.com/docs/api#create_charge


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -