#.saberkhan
1 messages · Page 1 of 1 (latest)
ther error is right there - you didn't specify a currency for your shipping rate
With fixed_amount shiping rates you're supposed to set the fixed_amount hash which would include currency https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_options-shipping_rate_data-fixed_amount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.