#sherel-chin_checkout-api-error
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/1305619241747218486
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, where exactly are you seeing that error? Is this when you try to access the Checkout Session URL?
You get that error back from that StripeClient API call?
yes correct
Can you send me the request ID from the time that you got that? (req_123)
Should still be available in your logs https://dashboard.stripe.com/test/logs
Or you can run the request again and print out the ID https://docs.stripe.com/api/request_ids
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
sure, give me a moment
From what I can see, that error message should be what we show in the browser if we can't find your checkout session ID for some reason. Can you send me the ID of a checkout session that you have seen this error on? (cs_test_1234)
{
"id": "person_1QJtQjGTN24EmCbXz2guVQKl",
"object": "person",
"account": "acct_1QJtOVGTN24EmCbX",
"additional_tos_acceptances": {
"account": {
"date": null,
"ip": null,
"user_agent": null
}
},
"address": {
"city": "Nabawan",
"country": "MY",
"line1": "Kampung Pamuntarian",
"line2": null,
"postal_code": "89950",
"state": "Sabah"
},
"created": 1731315425,
"dob": {
"day": 31,
"month": 1,
"year": 1996
},
"email": "ecomking373@gmail.com",
"first_name": "Sheral",
"first_name_kana": null,
"first_name_kanji": null,
"future_requirements": {
"alternatives": [],
"currently_due": [],
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"gender": null,
"id_number_country": "MY",
"id_number_keyed_in": true,
"id_number_provided": true,
"last_name": "Chin",
"last_name_kana": null,
"last_name_kanji": null,
"maiden_name": null,
"metadata": {},
"nationality": null,
"personal_id_number_country": "MY",
"personal_id_number_provided": true,
"phone": "+60143502109",
"relationship": {
"controller": false,
"director": false,
"executive": false,
"legal_guardian": false,
"officer": false,
"owner": false,
"partner": false,
"percent_ownership": null,
"representative": true,
"title": null
},
"requirements": {
"alternatives": [],
"currently_due": [],
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"ssn_last_4": "6307",
"ssn_last_4_provided": true,
"verification": {
"additional_document": {
"back": null,
"details": null,
"details_code": null,
"front": null
},
"details": null,
"details_code": null,
"document": {
"back": null,
"details": null,
"details_code": null,
"front": null
},
"status": "pending"
}
}
]
}
{
"address": {
"city": "Nabawan",
"country": "MY",
"line1": "Kampung Pamuntarian",
"postal_code": "89950",
"state": "Sabah"
},
"dob": {
"day": "",
"month": "",
"year": ""
},
"email": "ecomking373@gmail.com",
"first_name": "Sheral",
"id_number": "****",
"last_name": "Chin",
"phone": "+60143502109"
}
Hi, stepping in and catching up here
sure
You shared price and product ids earlier, however, the response you shared here is for account verification for your connected account? Can you tell me exactly what you're attempting to do?
Can you share the request id from your screenshot please? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
It would start with req_
give me a moment
From the screenshot, it looks like you're attempting to update the person on the connected account. However, that request looks to to successful.
There are many events in the log, and I can't confirm which event it is.
The one that failed
{
"id": "acct_1QJtOVGTN24EmCbX",
"object": "account",
"business_dba": "SHEREL NET",
"business_profile": {
"annual_revenue": null,
"estimated_worker_count": null,
"industry": "retail__beauty_products",
"mcc": "5977",
"mcc_source": "user_industry",
"name": "Sherel Network",
"product_description": "We sell cosmetic product. Which inclusive make up products and whitening products",
"support_address": null,
"support_email": null,
"support_phone": "+60143502109",
"support_url": null,
"url": "http://tiktok-price.com"
},
"business_type": "company",
"can_generate_remediation_link": true,
"can_unset_representative": false,
"capabilities": {
"card_payments": "inactive",
"fpx_payments": "inactive",
"grabpay_payments": "inactive",
"link_payments": "inactive",
"transfers": "inactive"
},
"charges_enabled": false,
"company": {
"address": {
"city": null,
"country": "MY",
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"directors_provided": false,
"executives_provided": false,
"fiscal_code_provided": false,
"name": "Sherel Network",
"name_kana": null,
"name_kanji": null,
"owners_provided": false,
"ownership_declaration": null,
"phone": null,
"structure": "sole_proprietorship",
"tax_id_last_4": "25-A",
"tax_id_provided": true,
"vat_id_provided": false,
"verification": {
"details": null,
"details_code": null,
"document": {
"back": null,
"details": null,
"details_code": null,
"front": null
},
"status": "pending"
},
"verified": false
},
"controller": {
"type": "account"
},
"country": "MY",
"created": 1731315287,
"dashboard_account_status": "restricted",
"dashboard_type": "full",
"default_account_holder_name": "SHEREL NETWORK",
"default_currency": "myr",
"details_submitted": false,
"email": "ecomking373@gmail.com",
"email_confirmed": true,
"external_account_changes_disabled": false,
"external_accounts": {
"data": [
{
"id": "ba_1QJtXWGTN24EmCbX8jbNJ8xN",
"object": "bank_account",
"account": "acct_1QJtOVGTN24EmCbX",
"account_holder_name": null,
"account_holder_type": null,
"account_type": null,
"available_payout_methods": [
"standard"
],
"bank_name": "Maybank",
"blocklisted": false,
"can_confirm": true,
"country": "MY",
"created": 1731315846,
"currency": "myr",
"debit_agreement": null,
"default_for_currency": true,
"fingerprint": "NFZB1oYJJSAlqEty",
"future_requirements": {
"currently_due": [],
"errors": [],
"past_due": [],
"pending_verification": []
},
"last4": "0562",
"metadata": {},
"normalized_fingerprint": "NFZB1oYJJSAlqEty",
"requirements": {
"currently_due": [],
"errors": [],
"past_due": [],
"pending_verification": []
},
"routing_number": "MBBEMYKL",
"status": "new",
"validation_warnings": {}
}
]
},
"fake_account": false,
"future_requirements": {
"alternatives": [],
"current_deadline": null,
"currently_due": [],
"disabled_reason": null,
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": [],
"previously_due": [
"business_profile.product_description",
"business_profile.support_phone",
"business_profile.url"
]
},
"invoice_settings": {
"payment_methods_enabled_for_merchant": {
"ach_credit_transfer": false,
"acss_debit": false,
"affirm": false,
"afterpay_clearpay": false,
"alipay": false,
"amazon_pay": true,
"au_becs_debit": false,
"bacs_debit": false,
"bancontact": false,
"boleto": false,
"card": true,
"cashapp": false,
"crypto": false,
{
"business_profile": {
"url": "http://tiktok-price.com"
}
}
Let's step back. Where do you see this error exactly? Can you find the request where it fails?
From that screensshot, can you share the id that starts with cs_test_...?
I copied the code at that time into the document and gave it to you. Is it possible?
Because I donโt know which one it is
on your URL, there is a cs_test ...
Can you share the URL link with me from that screenshot?
No.
From the screenshot - do you see the URL?
It starts with checkout..
We need the 'cs_test....' text
That appears to be an invalid ID
alright, what would be the solution?
All of the Checkoout Sessions you recently create seems to be working: https://dashboard.stripe.com/test/logs/req_1e2NXSFCVuCgNW
Was the above example the only instance of session that was not working?
do you have telegram? maybe I think would be better for your to speak with the tech support
I am a developer here.
yeap, i know
From looking at your account, it looks like your code is working now
The above link you shared with me is invalid so I can't further debug this.
ok good, will you be sending me the debugged code?
I can't further debug this as I do not have the exact id for where you saw this issue.
alright, so what would be the next possibility for this issue? any other contact choice you have for my tech support guy to contact with you
for example telegram
Hi ๐
We do not have a telegram channel and cannot be reached directly outside of this Discord server
However, I would encourage you or your developer to find a way to reliably reproduce the failing behavior with Checkout Sessions and then provide us with
- An ID of a failing checkout session
cs_test_xxxxxx - Steps to reproduce the error