#surajpatidar

1 messages · Page 1 of 1 (latest)

near carbonBOT
worldly blade
wild isle
#

this is req id req_UHXnNsrPOwMI5H

#

i am getting this

  "error": {
    "code": "resource_missing",
    "doc_url": "https://stripe.com/docs/error-codes/resource-missing",
    "message": "No such charge: 'py_1NOD54E9YLYsLUB74KgiM44g'",
    "param": "id",
    "request_log_url": "https://dashboard.stripe.com/test/logs/req_UHXnNsrPOwMI5H?t=1688015275",
    "type": "invalid_request_error"
  }
}````
worldly blade
#

That's different request

#

a GET /v1/charges/py_xxx

#

Your code is about the create a Checkout Session

wild isle
#

yes

#

i am trying to when stripe checkout completd prodoct price transfer on service provider account

worldly blade
#

Yes I see, but you would need to find the correcet request id of what your code generated first

#

ie. if you run the code just now, find the request id it generated, by asserting the timestamp

wild isle
#

okay then what i do

#

bcz i follow doc and work like that

worldly blade
#

Sorry you are not very clear. You need to find the corresponding request first, to see any error

#

then you can investigate how to fix it