Retorno payment-link

Exemplo de retorno do Webhook para payment-link

{
  "payload": {
    "payment_link": {
      "amount": "string",
      "status": "APROVADO",
      "hash_id": "string",
      "product_name": "5101 - JULIANO DIAS",
      "max_installments": 8,
      "descripition": "string",
      "payment_boleto": 0,
      "payment_credit": 1,
      "pagamento_pix": "0",
      "pagamento_nupay": "0",
      "image": null,
      "expiration_date": "2025-12-20",
      "url": "string",
      "responsible_rate": 1,
      "issue_invoice": null,
      "created_at": "2025-03-28 15:19:19",
      "updated_at": "2025-03-31 08:39:25"
    }
  }
}