flowpay.io · AsyncAPI Specification
Flowpay Webhooks
Version v1
Flowpay notifies partner applications of asynchronous events via HTTPS POST webhooks. Each delivery is signed with an HMAC-SHA256 signature in the `x-flowpay-sig` header and carries an `x-flowpay-ts` timestamp header to guard against replay. Verify the signature using your WEBHOOK_SECRET before processing. Two event types are documented: customer-scoring (scoring completed for a customer) and financing-state (a financing changed state).
View Spec
View on GitHub
CompanyFinancingLendingEmbedded FinanceFintechSMEOpen BankingPaymentsAsyncAPIWebhooksEvents
Channels
customer-scoring
Emitted when Flowpay completes credit/eligibility scoring for a customer.
financing-state
Emitted when a financing changes state (e.g. approved, signed, active, repaid).
Messages
CustomerScoringEvent
Customer scoring completed
FinancingStateEvent
Financing state changed
Servers
https
partner_endpoint
https://partner.example.com
Flowpay delivers events to the HTTPS endpoint you register with Flowpay. This placeholder host stands in for the partner-configured receiver.