#yuwen2108

1 messages · Page 1 of 1 (latest)

ivory sageBOT
grand pine
#

can you elaborate more on what you mean by you can't use tax_rates together inside the items?

fossil lark
#

we received this error [Stripe::InvalidRequestError] When payment_behavioris set topending_if_incomplete, you can only pass supported params. items[0][tax_rates] is not supported.

grand pine
fossil lark
#

req_rFv3gr9ykvJL3E

fossil lark
#

hello, any update?

mystic copper
#

Hey! Taking over for my colleague. Let me catch up.

mystic copper
fossil lark
#

but how can we apply tax_rates to subscription item when update? we use always_invoice so it will generate invoice immediately.

mystic copper
#

but how can we apply tax_rates to subscription item when update?
did you tried default_incomplete or allow_incomplete?

fossil lark
#

we need to support 3DS so need to rely on pending_updaate data when 3DS completed. Or is there any better flow for this?

mystic copper
#

I don't understand the link between 3DS and the update for the tax rate you want to achieve ?

#

3DS is something (may be) requested by the card's bank issuer

fossil lark
#

we need to support 3DS so the payment behavior need to be pending_if_incomplete in order to have pending_update object and can restore after 3DS completed. We can only use pending_if_incomplte in this case and but also need to apply tax_rates to subscription item.

mystic copper
#

We can only use pending_if_incomplte in this case and but also need to apply tax_rates to subscription item.
You can't update tax_rates with pending_if_incomplete.

#

we need to support 3DS so the payment behavior need to be pending_if_incomplete in order to have pending_update object and can restore after 3DS completed.
I don't see yet, the link you are trying to made between 3DS and the update honestly.

fossil lark
#

because before 3DS we need to keep subscription as previous status and old subscription item, can't transfer to incomplete. And after 3DS completed, need to update that subscription to the new subscription item.