#2ps
1 messages · Page 1 of 1 (latest)
Can you share which integration you use and which review approval you're talking about?
I am using the python server-side sdk, and we are using this approval api https://stripe.com/docs/api/radar/reviews/approve
We're happy to provide charge and review ids as well.
Yup! Sharing the Payment Intent/Charge ID and review ID will be helpful
running our test now, we'll send in 2-3 minutes.
ch_3Ml2gKC8n6OBWmc30LZt8E7x
"billing_zip": "78752",
"charge": "ch_3Ml2gKC8n6OBWmc30LZt8E7x",
"closed_reason": "approved",
"created": 1678680501,
"id": "prv_1Ml2gLC8n6OBWmc3u6m9Nczj",
"ip_address": null,
"ip_address_location": null,
"livemode": false,
"object": "review",
"open": false,
"opened_reason": "rule",
"reason": "approved",
"session": null
}
there is the approval
I can see that the open is false in the response. Where do you see that review stays open?