Razorpay Sandbox Mock Server

Razorpay test mode without KYC, or setup. Hit these API and expect a near real response

Razorpay offers a suite of payment solutions that let businesses in India accept, process, and disburse payments online. Its APIs support a variety of operations, including creating and managing customers, processing payments, handling refunds, generating invoices, and managing subscriptions. The APIs are RESTful and use JSON for responses, making integration straightforward for developers.

The hosted mock server empowers you to effortlessly simulate various Razorpay Sandbox APIs, and doesn't need any authentication/api-key. The setup is straightforward, you can configure the base URL in your code/SDK. You can also control the base URL using environment variables or a feature flag. You don't need any additional dependencies, and you can run the same code in both sandbox and production environments.

Use cases:

Accept online payments from customers through multiple methods, including UPI, cards, net banking, and wallets. Create and manage customer profiles, store their payment details, and handle recurring billing with subscriptions. Generate, send, and track invoices with payment links for easy settlements. Handle refunds and partial refunds programmatically for seamless customer experiences. Monitor payment downtimes, check settlement details, and reconcile transactions with detailed API responses.

Razorpay Sandbox mock server is up and running!

We have set up the mock routes to ensure a smooth adoption. Copy the URL below and set it as the API base URL in your code, and instantly harness the full potential of mocked Razorpay Sandbox APIs.

https://razorpay-mock-api.proxy.beeceptor.com



Customers APIs(4 operations)

{
  "name": "Gaurav Kumar",
  "email": "gaurav.kumar@example.com",
  "contact": "9123456780",
  "fail_existing": "1",
  "gstin": "12ABCDE2356F7GH",
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "name": "Saurav Kumar",
  "email": "saurav.kumar@example.com",
  "contact": "9876543210"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Orders APIs(5 operations)

{
  "amount": 1000000,
  "currency": "INR",
  "receipt": "Receipt no. 1",
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "notes": {
    "notes_key_1": "Beam me up Scotty",
    "notes_key_2": "Engage"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Payment Downtime API(2 operations)

Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Payments APIs(5 operations)

Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "note": {
    "notes_key_1": "Beam me up Scotty",
    "notes_key_2": "Engage"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "amount": 1000,
  "currency": "INR"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Refunds APIs(6 operations)

{
  "amount": 10000
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "notes": {
    "notes_key_1": "Beam me up Scotty.",
    "notes_key_2": "Engage"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Instant Settlements(3 operations)

{
  "amount": 50000,
  "max_balance": 0,
  "description": "Need this to make vendor payouts",
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Settlements APIs(3 operations)

Query Parameter NameExample
year*2019
month*09
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Disputes APIs

Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Invoices APIs(8 operations)

{
  "type": "invoice",
  "description": "Domestic invoice for Gaurav Kumar.",
  "partial_payment": true,
  "customer": {
    "name": "Gaurav Kumar",
    "contact": "9876543210",
    "email": "gaurav.kumar@example.com",
    "billing_address": {
      "line1": "Ground FLoor, Millennium Tower, 1st Avenue",
      "line2": "1st Avenue",
      "zipcode": "560001",
      "city": "Bangalore",
      "state": "Karnataka",
      "country": "India"
    },
    "shipping_address": {
      "line1": "3rd FLoor, Nakamura Tower, Bomaye Boulevard",
      "line2": "Baker Street",
      "zipcode": "560001",
      "city": "Bangalore",
      "state": "Karnataka",
      "country": "in"
    }
  },
  "line_items": [
    {
      "name": "Crate of sea weed",
      "description": "Crate of sea weed.",
      "amount": 20000,
      "currency": "INR",
      "quantity": 1
    },
    {
      "item_id": "{item_id}"
    }
  ],
  "sms_notify": 1,
  "email_notify": 1,
  "draft": "1",
  "date": 1588076279,
  "expire_by": 1924991999,
  "receipt": "Receipt No. 1",
  "comment": "Fresh sea weed mowed this morning",
  "terms": "No Returns; No Refunds",
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Query Parameter NameExample
type*invoice
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "partial_payment": true,
  "customer": {
    "name": "Saurav Kumar",
    "contact": "9123456789",
    "email": "saurav.kumar@example.com"
  },
  "line_items": [
    {
      "name": "Crate of Red Herbs",
      "description": "Red Herbs from Resident Evil",
      "amount": 50000,
      "currency": "INR",
      "quantity": 5
    },
    {
      "item_id": "{item_id}"
    }
  ],
  "sms_notify": 1,
  "email_notify": 1,
  "draft": "1",
  "date": 1588076279,
  "expire_by": 1924991999,
  "receipt": "Receipt No. 1",
  "comment": "Fresh herbs mowed this morning",
  "terms": "No Returns; No Refunds",
  "notes": {
    "notes_key_1": "Beam me up Scotty.",
    "notes_key_2": "Engage"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Step 1 - Plans(3 operations)

{
  "period": "weekly",
  "interval": 1,
  "item": {
    "name": "Test plan - Weekly",
    "amount": 69900,
    "currency": "INR",
    "description": "Description for the test plan - Weekly"
  },
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Step 2 - Subscriptions(10 operations)

{
  "plan_id": "{plan_id}",
  "total_count": 6,
  "quantity": 1,
  "start_at": 1735689600,
  "expire_by": 1893456000,
  "customer_notify": 1,
  "addons": [
    {
      "item": {
        "name": "Delivery charges",
        "amount": 30000,
        "currency": "INR"
      }
    }
  ],
  "offer_id": "{offer_id}",
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "plan_id": "{plan_id}",
  "quantity": 3,
  "remaining_count": 6,
  "schedule_change_at": "now",
  "customer_notify": 1,
  "offer_id": "{offer_id}"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "cancel_at_cycle_end": 0
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "pause_at": "now"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "resume_at": "now"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Add-ons(4 operations)

{
  "item": {
    "name": "Extra appala (papadum)",
    "amount": 30000,
    "currency": "INR",
    "description": "1 extra oil fried appala with meals"
  },
  "quantity": 2
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Standard Payment Links(6 operations)

Fetch Operations(4 operations)

Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Smart Collect -TPV(5 operations)

{
  "receivers": {
    "types": [
      "bank_account"
    ]
  },
  "allowed_payers": [
    {
      "type": "bank_account",
      "bank_account": {
        "ifsc": "UTIB0000013",
        "account_number": "914010012345679"
      }
    },
    {
      "type": "bank_account",
      "bank_account": {
        "ifsc": "UTIB0000014",
        "account_number": "914010012345680"
      }
    }
  ],
  "description": "Virtual Account created for Raftar Soft",
  "customer_id": "cust_CaVDm8eDRSXYME",
  "close_by": 1981615838,
  "notes": {
    "project_name": "Banking Software"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "receivers": {
    "types": [
      "vpa"
    ]
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "type": "bank_account",
  "bank_account": {
    "ifsc": "UTIB0000013",
    "account_number": "914010012345679"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Fetch Payment Details using ID and Transfer Method

Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Smart Collect

{
  "types": [
    "vpa"
  ],
  "vpa": {
    "descriptor": "gaurikumar"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Transfers API(2 operations)

{
  "transfers": [
    {
      "account": "acc_id",
      "amount": 100,
      "currency": "INR",
      "notes": {
        "name": "Gaurav Kumar",
        "roll_no": "IEC2011025"
      },
      "linked_account_notes": [
        "roll_no"
      ],
      "on_hold": true,
      "on_hold_until": 1671222870
    },
    {
      "account": "acc_id",
      "amount": 100,
      "currency": "INR",
      "notes": {
        "name": "Saurav Kumar",
        "roll_no": "IEC2011026"
      },
      "linked_account_notes": [
        "roll_no"
      ],
      "on_hold": false
    }
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "account": "acc_id",
  "amount": 100,
  "currency": "INR"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Fetch Details(3 operations)

Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Query Parameter NameExample
recipient_settlement_id*{setl_id}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Linked Account Settlements

{
  "on_hold": 1,
  "on_hold_until": 1979691505
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Refunds and Reversals

{
  "amount": 100
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Items APIs(5 operations)

{
  "name": "Yellow Herb",
  "description": "Yellow herb from Resident Evil",
  "amount": 50000,
  "currency": "INR"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "name": "Green Herb",
  "description": "Green herb from Resident Evil",
  "amount": 70000,
  "currency": "INR"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Step 1 - Contacts(4 operations)

{
  "name": "Gaurav Kumar",
  "email": "gauravkumar@example.com",
  "contact": 9123456789,
  "type": "employee",
  "reference_id": "Acme Contact ID 12345",
  "notes": {
    "random_key_1": "Make it so.",
    "random_key_2": "Tea. Earl Grey. Hot."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "name": "Gaurav Kumar Updated",
  "email": "gaurav.kumar@example.com",
  "contact": 9876543210,
  "type": "self",
  "reference_id": "Acme Contact ID 12345 Updated",
  "notes": {
    "random_key_1": "Tea. Earl Grey. Hot.",
    "random_key_2": "Tea. Earl Grey. Decaf..."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Step 2 - Fund Accounts(3 operations)

{
  "contact_id": "{cont_id}",
  "account_type": "bank_account",
  "bank_account": {
    "name": "Gaurav Kumar",
    "ifsc": "HDFC0009107",
    "account_number": "50100102283912"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Step 3 - Payouts(4 operations)

Header NameExample
Authorization*"{{apiPrivateAuth}}"
{
  "account_number": "7878780080316316",
  "fund_account_id": "fa_00000000000001",
  "amount": 1000000,
  "currency": "INR",
  "mode": "IMPS",
  "purpose": "refund",
  "queue_if_low_balance": true,
  "reference_id": "Acme Transaction ID 12345",
  "narration": "Acme Corp Fund Transfer",
  "notes": {
    "notes_key_1": "Tea, Earl Grey, Hot",
    "notes_key_2": "Tea, Earl Grey… decaf."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Query Parameter NameExample
account_number*{account_number}
Header NameExample
Content-Type*"application/json"
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Payout Links(4 operations)

Transaction Statements(2 operations)

Query Parameter NameExample
account_number*{account_number}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Account Validation(3 operations)

{
  "account_number": "{account_number}",
  "fund_account": {
    "id": "{fund_account_id}"
  },
  "amount": 100,
  "currency": "INR",
  "notes": {
    "random_key_1": "Make it so.",
    "random_key_2": "Tea. Earl Grey. Hot."
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Account APIs(4 operations)

{
  "email": "gauriagain.kumar@example.org",
  "phone": "9999999999",
  "legal_business_name": "Acme Corp",
  "business_type": "partnership",
  "customer_facing_business_name": "Example",
  "profile": {
    "category": "healthcare",
    "subcategory": "clinic",
    "addresses": {
      "operation": {
        "street1": "507, Koramangala 6th block",
        "street2": "Kormanagala",
        "city": "Bengaluru",
        "state": "Karnataka",
        "postal_code": 560047,
        "country": "IN"
      },
      "registered": {
        "street1": "507, Koramangala 1st block",
        "street2": "MG Road",
        "city": "Bengaluru",
        "state": "Karnataka",
        "postal_code": 560034,
        "country": "IN"
      }
    },
    "business_model": "Healthcare E-commerce platform"
  },
  "legal_info": {
    "pan": "AAACL1234C",
    "gst": "18AABCU9603R1ZM"
  },
  "brand": {
    "color": "FFFFFF"
  },
  "notes": {
    "internal_ref_id": "123123"
  },
  "tos_acceptance": {
    "date": null,
    "ip": null,
    "user_agent": null
  },
  "contact_info": {
    "chargeback": {
      "email": "cb@example.org"
    },
    "refund": {
      "email": "cb@example.org"
    },
    "support": {
      "email": "support@example.org",
      "phone": "9999999998",
      "policy_url": "https://www.google.com"
    }
  },
  "apps": {
    "websites": [
      "https://www.example.org"
    ],
    "android": [
      {
        "url": "playstore.example.org",
        "name": "Example"
      }
    ],
    "ios": [
      {
        "url": "appstore.example.org",
        "name": "Example"
      }
    ]
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "customer_facing_business_name": "ABCD Ltd"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Stakeholder APIs(4 operations)

{
  "percentage_ownership": 10,
  "name": "Gaurav Kumar",
  "email": "gaurav.kumar@example.com",
  "relationship": {
    "director": true,
    "executive": false
  },
  "phone": {
    "primary": "7474747474",
    "secondary": "7474747474"
  },
  "addresses": {
    "residential": {
      "street": "506, Koramangala 1st block",
      "city": "Bengaluru",
      "state": "Karnataka",
      "postal_code": "560034",
      "country": "IN"
    }
  },
  "kyc": {
    "pan": "AVOPB1111K"
  },
  "notes": {
    "random_key_by_partner": "random_value"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "percentage_ownership": 20,
  "name": "Gauri Kumar",
  "email": "gauri.kumar@example.com",
  "relationship": {
    "director": false,
    "executive": true
  },
  "phone": {
    "primary": "9898989898",
    "secondary": "9898989898"
  },
  "addresses": {
    "residential": {
      "street": "507, Koramangala 1st block",
      "city": "Bangalore",
      "state": "Karnataka",
      "postal_code": "560035",
      "country": "IN"
    }
  },
  "kyc": {
    "pan": "AVOPB1111J"
  },
  "notes": {
    "random_key_by_partner": "random_value2"
  }
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Documents API(4 operations)

{
  "file": "@/Users/your_name/Downloads/sample_uploaded.jpeg",
  "document_type": "aadhar_front"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "file": "@/Users/your_name/Downloads/sample_uploaded.jpeg",
  "document_type": "business_proof_url"
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Product Configuration Request APIs(3 operations)

{
  "product_name": "payment_gateway",
  "tnc_accepted": true
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "notifications": {
    "email": [
      "gaurav.kumar@example.com",
      "acd@gmail.com"
    ]
  },
  "checkout": {
    "theme_color": "#528FFF"
  },
  "refund": {
    "default_refund_speed": "optimum"
  },
  "settlements": {
    "account_number": "1234567890",
    "ifsc_code": "HDFC0000317",
    "beneficiary_name": "Gaurav Kumar"
  },
  "tnc_accepted": true
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Webhooks API(5 operations)

{
  "url": "https://en1mwkqoqioct.x.pipedream.net",
  "alert_email": "gaurav.kumar@example.com",
  "secret": "12345",
  "events": [
    "payment.authorized",
    "payment.failed",
    "payment.captured",
    "payment.dispute.created",
    "refund.failed",
    "refund.created"
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
{
  "url": "https://www.linkedin.com",
  "events": [
    "refund.created"
  ]
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.

Terms and Conditions API(2 operations)

{
  "accepted": true
}
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.
API documentation: razorpay.com/docs/api/
paymentfintech