From 6f4f0f815d5001dd4e498fc8effffc6081fcd8f7 Mon Sep 17 00:00:00 2001 From: Erika Carvalho Date: Wed, 30 Aug 2023 18:12:38 -0300 Subject: [PATCH] feat: add field to inbound pix payment received webhook --- .../pt/docs/guias/WEBHOOKS/pix_inbound_payment_received.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/pt/docs/guias/WEBHOOKS/pix_inbound_payment_received.json b/content/pt/docs/guias/WEBHOOKS/pix_inbound_payment_received.json index d804c8fe..cc5f8613 100644 --- a/content/pt/docs/guias/WEBHOOKS/pix_inbound_payment_received.json +++ b/content/pt/docs/guias/WEBHOOKS/pix_inbound_payment_received.json @@ -44,6 +44,7 @@ }, "target_data": { "$ref": "inbound_pix_payment" - } + }, + "paid_at": "string" } -} \ No newline at end of file +}