Getting Started

Set up your Feezback integration environment.

Prerequisites

Get your Feezback login credentials from your organization.

Don't have an account?
Contact [email protected]

Step 1: setup your integration environment.

  1. Login to Feezback's admin platform

    Your unique organization ID (TPP_ID) value is available at the top.

  2. Generate your private API key

    You will use this key to sign the JWT call.

  3. Whitelist your IP addresses

    Whitelist the IP addresses your backend will use to call Feezback's integration env.

  4. Configure address for receiving updates (optional)

    Set an email or a backend POST endpoint (recommended) to receive status updates.

  5. 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.

PurposeIntegrationProduction
Link and token generation — LGSlgs-integ01.feezback.cloudlgs-prod.feezback.cloud
TPP data and payments APIinteg01-tpp.feezback.cloudprod-tpp.feezback.cloud
Supported bank listhttps://fb.feezback.cloud/bank-list.jsonhttps://fb.feezback.cloud/bank-list.json
Live ASPSP issueshttps://fb.feezback.cloud/aspsp_issues.jsonhttps://fb.feezback.cloud/aspsp_issues.json

Information to prepare before implementation

Prepare the following values before you start building:

ItemUsed for
Backend source IPsFeezback request whitelisting.
TPP_ID / Client IDJWT iss value in the format tpp/{TPP_ID}.
JWT private keyJWT verification in the integration environment.
Webhook endpoint URLReceiving product status updates.


Did this page help you?