businessId.| Term | Meaning | AP (Payables) | AR (Receivables) |
|---|---|---|---|
| Funding Debit | Money being pulled (ACH PULL) | Pull from client’s bank account to fund vendor payments | Pull from AR customer’s bank account to pay an invoice |
| Funding Credit | Money being pushed | Push funds to the vendor (ACH, VC, Check, Rapid Pay) | Push funds to the client’s operating account as a deposit |
Funding.Credit.Completed, Funding.Debit.Completed).webhookId and the webhook’s current status upon successful registration.Use this API to automate status updates and eliminate manual transaction polling.
curl --location 'https://webhook-staging.fintainium.com/api/webhooks/register' \
--header 'sessionKey;' \
--header 'Content-Type: application/json' \
--data '{
"businessId": 893746,
"callbackUrl": "https://client.company.com/fintainium/webhook",
"eventNames": ["Funding.Credit.Completed"]
}'{
"message": "Webhook registered successfully.",
"webhookId": "b81d2e10-7e56-4fcb-b1d1-fint-id",
"status": "Active"
}