#Rémy

1 messages · Page 1 of 1 (latest)

urban laurelBOT
void mural
#

Hi
Can you share the Subscription Id ?

unique bay
#

sub_1N428aEXM3U1ngZLEi2hGDUp

void mural
#

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

unique bay
#

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 ?

void mural
#

In the creation request of the Subscription there is no discount set (req_PMdPArSgbygiXQ)

unique bay
#

It was applied with this request: req_HjZhHNg0eVFPpS

void mural
#

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 ?

unique bay
#

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",
},

void mural
#

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.

unique bay
#

Thank you for your assistance !

void mural
#

Happy to help!