#mochihealth
1 messages · Page 1 of 1 (latest)
can you check this subscription sub_1MeTJvBPM36OC3gXLzioUVxm
it says that its gonna end in Nov. my question is why?
hi there, let me take a look
That's because the end_behaviour of the schedule is cancel, which means the subscription will be canceled after all phases are ended
but I never set the end behavior of the subscription to cancel
is that because i created it with a subscription where the cancel at period end was true
Yes you are right https://dashboard.stripe.com/test/logs/req_aJbElsKKRPaTi5
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
can you explain to me this 400 error for request req_3QePHhZfn3GBlK
As the error message explains, the credit note amount (199) doesn't match the refund amount (164).
oh oh oh
what is the difference between the event invoice.paid and invoice.successful_payment
invoice.paid includes payments where invoice is marked as paid out-of-band.
So basically invoice.successful_payment events are a subset of invoice.paid events.
The difference is the invoices that marked as paid out-of-band will trigger invoice.paid, not invoice.successful_payment