AI-Powered Financial InfrastructureGlobal PaymentsSecure & Trusted
Embedded Finance · Embedded PaymentsTake payments inside your own product — not on someone else's page.
Technology partners embed Paynancial's Payment API directly in their software, build their own checkout on top of it, and get a real-time status and a webhook for every payment.
- Payment API
- Custom or hosted checkout
- Real-time status
- Payment webhooks
$payment = $client->payments->create([
'amount' => 50000, // in paise
'currency' => 'INR',
'receipt' => 'order_rcpt_101',
]);
echo $payment->id;What embedded payments mean on Paynancial.
Embedded payments means a platform's users pay inside the platform itself. On Paynancial, technology partners — SaaS platforms and marketplaces — embed the Payment API directly, build a custom checkout on top of it or use the hosted checkout, accept cards, UPI, netbanking and wallets, and receive a real-time status and payment webhook for every transaction. Onboarding a platform's own users as separate merchants is not described on this site; ask our team.
A booking platform that lets its customers pay without leaving the booking flow, or a vertical SaaS product that lets each of its business users take card and UPI payments inside the software they already use — that is embedded payments. The payment stops being a separate step on a separate site.
On Paynancial, technology partners embed the Payment API directly. You can build your own checkout UI on top of the API or use the hosted checkout from the Payment Gateway, and every payment returns a real-time status and a webhook your product can act on.
- Onboarding your platform's users as merchants
- How funds and responsibilities are split between you and your users
- Pricing for platforms
- Which checkout experience fits your product
Step by step.
- 01Get a sandbox key
Build against the API with no real funds involved.
- 02Create the payment
Call the Payments API from your product with the amount, currency and your own reference.
- 03Show your checkout
Build your own checkout UI on the API, or send the customer to the hosted checkout.
- 04Confirm by webhook
Mark the order paid when the payment webhook arrives.
- 05Reconcile
Every transaction is tied to a settlement record you can reconcile against.
What you can build on now.
Payment Gateway and Partner Hub capabilities — not a separate embedded product.
- Payment API
- Create payments from your own software, with API keys and idempotent requests.
- Custom checkout
- Build your own checkout UI on top of the API, inside your product's design.
- Payment methods
- Cards, UPI, netbanking and wallets through one integration.
- Real-time status
- A status for every transaction, and a payment webhook as it changes.
- Partner Hub
- Partners can enroll customers, submit KYC, track approvals and monitor transactions.
- Settlement records
- Each transaction is tied to a settlement record for reconciliation.
Across the Paynancial platform.
Embedded Payments is not a separate system — it runs through the products and tools you already use.
| Where | What you get |
|---|---|
| Payment Gateway | Methods, hosted or custom checkout. See Payment Gateway. |
| Payments API | POST /payments. See the API Reference. |
| Partner Hub | Enrolment, KYC submission and approvals. See Partners. |
| Webhooks | Payment events for your product. See Webhooks. |
Getting it right.
- 01Never trust the redirect
Confirm a payment from the webhook, not from the customer returning to your page.
- 02Use your own reference
Pass your order or booking ID as the receipt, so every payment maps back to your records.
- 03Keep card data out of your systems
Let the checkout handle card details, so your platform never stores them.
Embedded Payments questions.
What are embedded payments?
Payments a platform's users make inside the platform itself, instead of on a separate provider's page — for example, paying inside a booking flow or a business software product.
How do platforms embed payments with Paynancial?
As technology partners: they embed the Payment API directly, build their own checkout UI on top of it or use the hosted checkout, and receive a real-time status and payment webhook for every transaction.
Which payment methods can my platform accept?
Cards, UPI, netbanking and wallets, through one integration with the Payment Gateway.
Can my platform onboard its own users as merchants?
Onboarding a platform's users as separate merchants is not described on this site. Partners can enroll customers, submit KYC and track approvals in the Partner Hub; ask our team about your platform's model.
Ask about embedded payments.
This capability is not confirmed as a Paynancial product. Tell us what you need and our team will tell you what is available.