Adds a new value to payment review closed reasons
What’s new
Introduces payment_
and acknowledged
as new enum values of the Review
object’s closed_reason. The payment_
value provides a more detailed reason to specify when the issuer bank declines the transaction that triggers automatic closure of the review. The acknowledged
value provides the reason to specify a user reviewed and closed the payment review.
Impact
Closed payment reviews now include the new payment_
value as a closed_
. Update your integration to handle this value accordingly.