#jd-dev_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1333547102755885126
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
btw i am following these documentation https://docs.stripe.com/tax/settings-api#updating-settings
Hello
We don't store GET Api responses so I can't see what the response you're getting..
Can you share an example here?
wait give me a minute
{
business_profile: {
annual_revenue: null,
estimated_worker_count: null,
mcc: '7210',
name: null,
support_address: null,
support_email: null,
support_phone: null,
support_url: null,
url: 'www.duffloo.com',
},
capabilities: {card_payments: 'active', transfers: 'active'},
charges_enabled: true,
controller: {
fees: {payer: 'application_express'},
is_controller: true,
losses: {payments: 'application'},
requirement_collection: 'stripe',
stripe_dashboard: {type: 'express'},
type: 'application',
},
country: 'CA',
created: 1735766068,
default_currency: 'cad',
details_submitted: true,
email: null,
external_accounts: {
data: [[Object]],
has_more: false,
object: 'list',
total_count: 1,
url: '/v1/accounts/acct_1QcZFHEIIA3gD6u7/external_accounts',
},
future_requirements: {
alternatives: [],
current_deadline: null,
currently_due: [],
disabled_reason: null,
errors: [],
eventually_due: [],
past_due: [],
pending_verification: [],
},
id: 'acct_1QcZFHEIIA3gD6u7',
login_links: {
data: [],
has_more: false,
object: 'list',
total_count: 0,
url: '/v1/accounts/acct_1QcZFHEIIA3gD6u7/login_links',
},
metadata: {},
object: 'account',
payouts_enabled: true,
requirements: {
alternatives: [],
current_deadline: null,
currently_due: [],
disabled_reason: null,
errors: [],
eventually_due: [],
past_due: [],
pending_verification: [],
},
settings: {
bacs_debit_payments: {display_name: null, service_user_number: null},
branding: {
icon: null,
logo: null,
primary_color: null,
secondary_color: null,
},
card_issuing: {tos_acceptance: [Object]},
card_payments: {
decline_on: [Object],
statement_descriptor_prefix: 'DUFFLOO.CO',
statement_descriptor_prefix_kana: null,
statement_descriptor_prefix_kanji: null,
},
dashboard: {display_name: 'Duffloo', timezone: 'Etc/UTC'},
invoices: {default_account_tax_ids: null},
payments: {
statement_descriptor: 'DUFFLOO.COM',
statement_descriptor_kana: null,
statement_descriptor_kanji: null,
},
payouts: {
debit_negative_balances: true,
schedule: [Object],
statement_descriptor: null,
},
sepa_debit_payments: {},
},
tos_acceptance: {date: 1735766284},
type: 'express',
};
thats all the info that i am getting
no status
What info are you looking for exactly?
I don't believe there are tax settings reflected on the connected account object itself. The tax settings use a different endpoint: https://docs.stripe.com/api/tax/settings/retrieve
never mind i mixed up the api's instead of retrieving tax settings i was calling account retrieve api.
Sorry for you time
NP! Happy to help ๐