#robert_36425
1 messages · Page 1 of 1 (latest)
Could you share the errored request id? from https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When you create the Invoice draft earlier here https://dashboard.stripe.com/logs/req_MPw6erFNBmv4br, can you specify currency = 'usd'?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Give it a try!
Same Problem: id: 'ii_1Oh64oIP0V9hIrNSKd7bLP7Z',
object: 'invoiceitem',
amount: 100000,
currency: 'usd',
customer: 'cus_PW8LunpfxEko6R',
date: 1707292910,
description: 'Product',
discountable: true,
discounts: [],
invoice: null,
livemode: true,
metadata: {},
period: { end: 1707292910, start: 1707292910 },
plan: null,
price: {
id: 'price_1Oh64nIP0V9hIrNSorhgRy7W',
object: 'price',
active: true,
billing_scheme: 'per_unit',
created: 1707292909,
currency: 'usd',
custom_unit_amount: null,
livemode: true,
lookup_key: null,
metadata: {},
nickname: null,
product: 'prod_PW8LFz3iW4x6PI',
recurring: null,
tax_behavior: 'unspecified',
tiers_mode: null,
transform_quantity: null,
type: 'one_time',
unit_amount: 100000,
unit_amount_decimal: '100000'
},
proration: false,
quantity: 1,
subscription: null,
tax_rates: [],
test_clock: null,
unit_amount: 100000,
unit_amount_decimal: '100000'
}
It's showing CAD to $0 even when we mention the USD
I meant when you create the Invoice Draft