PSB Xchange Onboarding Suite
Complete suite of APIs for Sourcing Partners to manage Program Leads, Channel Partner Leads, and Partnerships on the PSB Xchange Digital Supply Chain Financing Platform.
PSB Xchange Integration Landscape
Anchor/Channel Partner → Sourcing Partner
Lead Data / Business Information
This document provides schemas for APIs exposed by PSB Platform for any Sourcing Partner Integration. PSB Platform provides APIs for both Program Lead journey as well as Channel Partner Lead Journey. Please find the Key Terminologies before you proceed ahead with PSB Xchange API Integrations:
| Category | Details |
|---|---|
| Applicable Products | Dealer Finance (DF), Vendor Finance (VF), Sales Invoice Discounting (SID), Purchase Invoice Discounting (PID), Factoring (FACT), Reverse Factoring (REVFACT) |
| Different Types of Lead Possible | Program Lead (PGL), Channel Partner Lead (CPL) |
| What is a Program Lead? | For any Anchor Led Financing or Non Anchor Financing facility a Program needs to be setup on the Anchor/Corporate. In Anchor Led Financing (Dealer Finance / Vendor Finance), the program governs broad criterias to onboard Channel Partners (associated with the Program). In Non Anchor Led Financing, the program created is actually the limit/facility setup on the Corporate. |
| What is a Channel Partner Lead? | Channel Partner Lead is used to refer to Leads of Dealers / Distributors / Suppliers associated with a Program (Dealer Finance / Vendor Finance). |
| Applicable Products for Program Lead (PGL) | Dealer Finance (DF), Vendor Finance (VF), Sales Invoice Discounting (SID), Purchase Invoice Discounting (PID), Factoring (FACT), Reverse Factoring (REVFACT) |
| Applicable Products for Channel Partner Lead (CPL) | Dealer Finance (DF), Vendor Finance (VF) |
Pre-Requisites for PSB Xchange Sourcing Partner API Integrations
- IP Whitelisting: Share the list of IP addresses which need to be whitelisted for both UAT / Production environments.
- Webhook Configuration: Expose webhooks to consume the following details from PSB Xchange Platform:
- Lead Channel Callback
- Lead Status Callback
- Get API Key: Reach out to anuj@psbxchange.com / parul@psbxchange.com / support@psbxchange.com to get an API Key issued. The team will also issue UAT credentials for PSB Xchange Platform to get started.
- Obtain API Key: Once you login through the credentials shared, click on Settings and navigate to API Configurations to obtain the API key required for accessing PSB Xchange APIs.
- Base URL:
https://api.psbxchange.com/v2
Master Reference Values
View the complete set of master values required for PSB Xchange API integrations including Lead Types, Product Codes, Constitution Types, Credit Ratings, Industry Classifications, and more.
View All MastersLead Management
APIs for creating and managing Program Leads and Channel Partner Leads on the PSB Xchange platform.
Create Program Lead
/api/process-commonCreate Channel Partner Lead
/api/process-commonGet Lead Status
/api/get-status-commonPartnership Management
APIs for managing and retrieving partnership details between Sourcing Partners and Lenders on the PSB Xchange platform.
Get Partnership Details
/v2/api/fintech/partnership-detailsGet Additional Lender Details
/v2/api/fintech/remaining-lenders-detailsProgram Information
APIs for retrieving program-related information including Channel Partners associated with Programs on the PSB Xchange platform.
Get Channel Partners for Program
/v2/api/fintech/channel-partner-detailsCallbacks
Webhook callbacks sent by PSB Xchange Platform to Sourcing Partners for real-time status updates on Leads and Transactions.
Lead Channel Callback
/{{sourcing-partner-callback-url}}Lead Status Callback
{{sourcing-partner-callback-url}}