What payment system does DevTinder use?
Razorpay. The flow is: create order in Razorpay, capture payment on the client, receive webhook, verify signature, update subscription status. Save payment documents in MongoDB.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in DevTinder Features List and Breakdown
Auth (signup, login, logout, profile), feed (browse users), swipe/match (send swipe, create match on mutual interest), connections, real-time chat, payments, notifications, and admin.
By module. Each module groups related features: auth, profile, feed, swipe/match, connections, chat, payments, notifications, admin. Modules are decoupled enough to extract into services later.
POST /swipe with status 'ignored' or 'interested'. If both users swiped 'interested' on each other, a connection (match) is created. The module also exposes get matches and get incoming requests.
Still have questions?
Browse all our FAQs or reach out to our support team
