How to Configure Your PayIn Callback URL
Register your PayIn webhook URL in the merchant dashboard before FastFlowPe can deliver PayIn callbacks to your server.1
Log in to the merchant dashboard
Navigate to https://go.fastflowpe.com/ and sign in with your merchant credentials.
2
Open Webhook Settings
From the left sidebar, click Settings, then select the Webhooks tab.
3
Enter your PayIn callback URL
Under Credit - PayIn, enter your HTTPS endpoint URL where you want FastFlowPe to deliver PayIn transaction callbacks.
4
Save the configuration
Click Update under Credit - PayIn to save your URL. Full path: Login → Settings → Webhooks → Credit - PayIn → Update.
Only HTTPS-enabled webhook URLs are accepted. HTTP endpoints will be rejected and will not receive any callbacks.
PayIn Callback Payload
FastFlowPe uses aPOST request with a JSON body for all PayIn callbacks.
PayIn Callback
PayIn Payload Fields
string
The unique UUID of the PayIn transaction.
string
The order ID you submitted when creating the PayIn transaction.
string
The transaction amount as a decimal string.
string
The payment mode used (e.g.,
QR, UPI).string
The Unique Transaction Reference issued by the bank.
null on failure.string
The final transaction status. Either
SUCCESS or FAILED.object
An object containing customer information associated with the transaction.
string
The parsed response message from the payment service provider.
Configuring PayOut callbacks? See PayOut Callbacks.