Getting Started
Set up your Feezback integration environment.
PrerequisitesGet your Feezback login credentials from your organization.
Don't have an account?
Contact [email protected]
Step 1: setup your integration environment.
-
Login to Feezback's admin platform
Your unique organization ID (TPP_ID) value is available at the top.
-
Generate your private API key
You will use this key to sign the JWT call.
-
Whitelist your IP addresses
Whitelist the IP addresses your backend will use to call Feezback's integration env.
-
Configure address for receiving updates (optional)
Set an email or a backend
POSTendpoint (recommended) to receive status updates. -
You're all set to call Feezback's API on integration env!
Step 2: Start playing!
Call the relevant endpoint to request payment links, debit charges or financial data.
All Feezback flows are initiated from your backend using a signed JSON Web Token (JWT). The JWT selects the product, identifies your organization ID, and carries the product-specific configuration for the user flow or API request.
Endpoint base URLs
Use the correct base URL for the environment and API type you are calling.
| Purpose | Integration | Production |
|---|---|---|
| Link and token generation — LGS | lgs-integ01.feezback.cloud | lgs-prod.feezback.cloud |
| TPP data and payments API | integ01-tpp.feezback.cloud | prod-tpp.feezback.cloud |
| Supported bank list | https://fb.feezback.cloud/bank-list.json | https://fb.feezback.cloud/bank-list.json |
| Live ASPSP issues | https://fb.feezback.cloud/aspsp_issues.json | https://fb.feezback.cloud/aspsp_issues.json |
Information to prepare before implementation
Prepare the following values before you start building:
| Item | Used for |
|---|---|
| Backend source IPs | Feezback request whitelisting. |
TPP_ID / Client ID | JWT iss value in the format tpp/{TPP_ID}. |
| JWT private key | JWT verification in the integration environment. |
| Webhook endpoint URL | Receiving product status updates. |
Updated 29 days ago