Y
YesPaisaPaydocs
Get Started

Introduction

YesPaisaPay is a payments API for South Asian businesses. Accept cards, UPI, and wallets with a single integration — from one-time charges to recurring subscriptions and instant payouts.

What you can build

YesPaisaPay gives you a single, REST-friendly API for the entire money movement lifecycle. Most teams ship a full integration in a weekend.

  • One-time checkouts for storefronts and marketplaces
  • Saved-card subscriptions with retry logic built in
  • Split payments and connected accounts for platforms
  • Instant payouts to bank accounts and UPI handles

How it works

Every request is a signed HTTPS call to api.yespaisapay.com. Resources are returned as JSON, and changes you make on live mode are mirrored to the dashboard in real time.

curl https://api.yespaisapay.com/v1/payments \
  -u ypp_test_••••: \
  -d amount=49900 \
  -d currency=inr \
  -d source=ypp_src_card_visa

Environments

Every account ships with two environments — test and live. Use test mode for development; switch to live keys only when you are ready to move real money.

New here? Start with the Quickstart, then read the authentication guide before going live.