#S60-phone-checkout
1 messages ยท Page 1 of 1 (latest)
๐
could you please tell me what kind of data does "line_items.dynamic_tax_rates" get?
true/false?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That is based on you inputting tax rates for the session. See: https://stripe.com/docs/payments/checkout/taxes?tax-calculation=tax-rates
So you can put in a variety of different tax rates there and the one applied will correlate with the customer's country.
are you still with me Bismark?
I am with ya
I just added this parameter "phone_number_collection"
with " true " as value
it errored out
phone_number_collection is a hash
So it should be ```phone_number_collection: {
enabled: true
}
Can you send me the Checkout Session ID?
That creation request does not pass phone collection: https://dashboard.stripe.com/test/logs/req_odOx63nIMwhxq9
hmmmm
I am not sure where to add this parameter
shouldn't this be in the query string?
What does your Session creation code look like?
so essentially, I am just making API calls to v1/checkout/sessions
and add various parameters
Oh right! I forgot you were using this tool ๐
it never expected you to remember this. ๐
should it be enabled instead of true? ๐
It should be exactly like you are doing with tax_id_collection