Cashfree Payments · Example Payload

Cashfree Verification Examples

PaymentsPayoutsUPIIndiaPayment GatewaySubscriptionsRefundsQR CodesNet BankingIdentity Verification

Cashfree Verification Examples is an example object payload from Cashfree Payments, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apiversionexamples

Example Payload

Raw ↑
{
  "api": "Cashfree Verification API's.",
  "version": "2023-12-18",
  "examples": [
    {
      "operationId": "VrsNameMatchVerification",
      "summary": "Verify Name Match",
      "method": "POST",
      "path": "/name-match",
      "tags": [
        "Name Match"
      ]
    },
    {
      "operationId": "VrsGetKYCLinkStatus",
      "summary": "Get KYC Link Status",
      "method": "GET",
      "path": "/form",
      "tags": [
        "Get KYC Link Status"
      ]
    },
    {
      "operationId": "VrsGenerateKYCLink",
      "summary": "Generate KYC Link",
      "method": "POST",
      "path": "/form",
      "tags": [
        "Generate KYC Link"
      ]
    },
    {
      "operationId": "VrsGenerateStaticKYCLink",
      "summary": "Generate Static KYC Link",
      "method": "POST",
      "path": "/form/static-link",
      "tags": [
        "Generate Static KYC Link"
      ]
    },
    {
      "operationId": "VrsDeactivateStaticKYCLink",
      "summary": "Deactivate Static KYC Link",
      "method": "DELETE",
      "path": "/form/static-link",
      "tags": [
        "Deactivate Static KYC Link"
      ]
    }
  ]
}