Two Ways to Accept Payments
Payment Links let you generate a hosted payment URL by passing your order details and customer information to the API. FastFlowPe returns a ready-to-share link that the customer opens in their browser to complete the payment. This approach requires no frontend work and fits seamlessly into email, SMS, and messaging flows. Transaction API gives you programmatic control over the payment initiation process. You call the Initiate PayIn endpoint, receive atransaction_id and a checkout_url, then redirect your customer to that URL to complete payment. This approach is ideal when you need full control over the checkout experience, want to attach custom metadata, or are building a native mobile or web checkout.
Payment Links
Create a hosted payment URL and share it with your customer over any channel.
Transaction API
Programmatically initiate a PayIn and redirect your customer to the checkout URL.
Before You Begin
Every request to the Collections API must include your merchant
x-api-key in the request header. This key identifies your account and authorises the transaction.The minimum amount for any PayIn transaction is ₹200. Requests with a lower amount will be rejected.