🔗 Payment Links (Create Billing Session)
You can generate a unique payment link for a customer using the Billing Session API. This works similarly to payment link providers like Cashfree, where a secure checkout URL is generated and shared with the customer.🧭 Payment Flow
In this flow, the customer will be redirected first from the partner’s website to a domain hosted by Transact Bridge where the customer will enter the requisite information (depending on what compliances) to make payment, and after making payment the customer will be redirected back to the partner’s website. The redirection URL will be provided in response to the Create Session API requests.- Merchant calls Create Billing Session API
- Transact Bridge returns a checkout URL
- Merchant shares link with customer
- Customer completes payment
- Webhook is triggered
- Customer is redirected to
returnUrl
How to get session url
You can obtain the session url by creating a billing session using the Transact Bridge Sessions API. This API allows you to generate a unique payment session for one-time payments. Refer to the API documentation below for request structure, required parameters, and response details. For full flow reference:One Time Payment API Docs
View the Postman API Collection
🚀 Create Payment Link (Billing Session API)
✅ Required Parameters
| Parameter | Type | Type |
|---|---|---|
email | String | Customer email |
returnUrl | String | Redirect URL after session completion |
quoteCurrCode(Currency code) | String | Currency (USD, EURO, INR, etc) |
items(Product Information) | Array | Product details |