Actions
Bug #7624
closedStripe: different initial charge for recurring subscriptions fails for new customers
Description
When a new customer object is generated and the initial charge for a recurring subscription is different from the recurring amount the initial payment fails at payment attachment API call to payment_intents endpoint.
https://www.joomlapolis.com/forum/277-cb-paid-subscriptions-support/241161-stripe-prorating?start=12
Updated by krileon over 5 years ago
The parameters for the payment method to be attached to the charge are being attached to $requestParams instead of $chargeParams, which is why they're missing in the API call and cause the initial payment to fail.
Updated by krileon over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !162
Actions