---
title: TPV Faqs
slug: third-party-validations/faqs
excerpt: Common questions and answers about ...
hidden: false
metadata:
  robots: index
sidebar_order: 5
sidebar_label: FAQs
schema_type: FAQPage
custom_schema: |-
  {
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntityOfPage": {
      "@type": "WebPage",
      "@id": "https://www.pinelabs.com/docs/online-payments/third-party-validations/faqs"
    },
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Is TPV mandatory for my business?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "TPV is mandatory for BFSI businesses regulated by SEBI that handle securities, broking, and mutual fund transactions. Other businesses can optionally use TPV for added security."
        }
      },
      {
        "@type": "Question",
        "name": "Which payment methods support TPV?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "TPV supports UPI Collect, UPI Intent, and NetBanking flows. Contact Pine Labs support for the latest list of supported payment methods."
        }
      },
      {
        "@type": "Question",
        "name": "What happens if TPV validation fails?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "The payment is rejected and your platform receives a validation failure response. Prompt the investor to use their registered bank account."
        }
      }
    ]
  }
---
<div class="p-4 faq-section">
<details>
<summary>Is TPV mandatory for my business?</summary>

TPV is mandatory for BFSI businesses regulated by SEBI that handle securities, broking, and mutual fund transactions. Other businesses can optionally use TPV for added security.
</details>

<details>
<summary>Which payment methods support TPV?</summary>

TPV supports UPI Collect, UPI Intent, and NetBanking flows. Contact Pine Labs support for the latest list of supported payment methods.
</details>

<details>
<summary>What happens if validation fails?</summary>

The payment is rejected and your platform receives a validation failure response. Prompt the investor to use their registered bank account.
</details>
</div>
