#surajpatidar
1 messages · Page 1 of 1 (latest)
What you are doing seems correct. Have you check the request log on 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.
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"
}
}````
That's different request
a GET /v1/charges/py_xxx
Your code is about the create a Checkout Session
yes
i follow this doc for checkout payment https://stripe.com/docs/connect/collect-then-transfer-guide?payment-ui=checkout
i am trying to when stripe checkout completd prodoct price transfer on service provider account