#Anna-Accertify - evidence
1 messages ยท Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
the thing is that we are managing the APIs on behalf of our client hence dont have access to their Stripe dashboard account
the error seem to point us to the doc id being wrokng
this is what we are trying to send in doc ID 8fd5afdb-c064-44c3-89a1-fa8497068cae with purpose= EVIDENCE
๐
would you be able to help?
Could you clarify exactly what you are trying to do, and the exact error you are seeing?
It's had to understand what is going on without any ID. Could you share the code that generate this error?
Are you trying to retrieve a dispute, update a dispute, or something else?
we are trying to upload a document for a dispute
using the upload API
this service required to attributes: Doc ID and Purpose which we sent but it looks like Stripe API does not like the Doc If
based on the error message from Stripe that is
Can you share a failing API request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I cant as I dont have access to the client's dashboard unfortunately
i guess what Im trying to understand is if the document Id format is correct as it looks like thats whats causing theissue here
its a pdf doc so maybe you would need the extension to be added?
sorry Im not a developer and rather an implementer so dont have access to the actual code
Difficult for us to help you without something (code, Stripe object IDs)
What's the Stripe account ID?
I guess that I can ask our dev team to get us the req id so will come back to you then
would an dispute object id help?
du_1KVxHJAcSgvGfRYnbDkqZyPh
Not particularly, no. Which API you trying to use here? Have you uploaded the file? https://stripe.com/docs/file-upload
yes thats the one. We are trying to upload a file but getting an error. I shared screentshot of the error
I'm sorry but I'm not familiar with that user interface, nor which API it's calling
Do you have a file_xx object?
Seems like that's the issue here
That's not a File object: https://stripe.com/docs/api/files
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok so you do require it in a specific format then so this is the issue as our rendering machine uses hexed file format
The Dispute API expects a file_xxx ID: https://stripe.com/docs/api/disputes/evidence_object#dispute_evidence_object-uncategorized_file
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You need to upload it via the API as outlined here: https://stripe.com/docs/file-upload
That details formats we support
ok will work on it. Thanks