How to Configure Your PayOut Callback URL
Register your PayOut webhook URL in the merchant dashboard before FastFlowPe can deliver PayOut 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 PayOut callback URL
Under Debit - PayOut, enter your HTTPS endpoint URL where you want FastFlowPe to deliver PayOut transaction callbacks.
4
Save the configuration
Click Update under Debit - PayOut to save your URL. Full path: Login → Settings → Webhooks → Debit - PayOut → Update.
Only HTTPS-enabled webhook URLs are accepted. HTTP endpoints will be rejected and will not receive any callbacks.
PayOut Callback Payload
FastFlowPe uses aPOST request with a JSON body for all PayOut callbacks.
PayOut Callback
PayOut Payload Fields
string
The unique UUID of the PayOut transaction.
string
The disbursement amount as a decimal string.
string
The transfer mode used (e.g.,
IMPS, NEFT, RTGS).string
The Unique Transaction Reference confirming the bank transfer.
null on failure.string
The final transaction status. Either
SUCCESS or FAILED.object
string
Your internal reference ID submitted with the PayOut request.
Configuring PayIn callbacks? See PayIn Callbacks.