We are working on discontinuing the Collections API [/collections/notifications/] which is used by some integrations to validate the status of their payments. The official discontinuation date will be 02/10/2024, but we are communicating in advance, as some updates will be necessary for your integration.
This resource is currently reported through IPN notifications from the payments topic, in the "resource" field, as follows:
When the discontinuation happens, the body of the IPN notification will contain only the payment ID in "resource":
plain
{
"resource": {payment_id},
"topic": "payment"
}
The API that replaces /collections/notifications/ and allows for payment validation is the Payments API, where you can obtain the necessary information to continue with your operations without any impact.