#Rémy
1 messages · Page 1 of 1 (latest)
Hi
Can you share the Subscription Id ?
sub_1N428aEXM3U1ngZLEi2hGDUp
You've set :
trial_settings: {
end_behavior: {
missing_payment_method: "cancel",
},
}
There is no payment method in the Subscription nor a default PaymentMethod for the Customer
Thank you for your response. However, it seems that the 100% discount attach to the subscription is not being applied correctly ? Even if the paymentMethod is not attached ?
In the creation request of the Subscription there is no discount set (req_PMdPArSgbygiXQ)
It was applied with this request: req_HjZhHNg0eVFPpS
Ah sorry missed that, thanks for clarifying
However, it seems that the 100% discount attach to the subscription is not being applied correctly
What do you mean by this? what are you noticing ?
The payment method was not properly attached to the subscription, and there is no default payment method assigned when viewing it. Although this bug has been fixed, we haven't updated this particular subscription after the deployment of our bugfix.
However, even with the discount code applied, the initial payment should go through. Unfortunately, it fails because there is no payment method attached, even though the bill amount will be set to zero.
So this parameters on subscription creation seems to have a gretter priority
trial_settings: {
end_behavior: {
missing_payment_method: "cancel",
},
So this parameters on subscription creation seems to have a gretter priority
trial_settings: {
end_behavior: {
missing_payment_method: "cancel",
},
This condition is evaluated first yes.
before proceeding to the next payment.
Thank you for your assistance !
Happy to help!