Commission
Commission payout
pays out commission to a Salesperson, Team, or Branch
POST
https://<your_business_alias>.lendastack.io/ias/commission/payout
This endpoint allows salesperson, team or branch withdraws commission.
Query Parameters
Name
Type
Description
Amount*
int
Amount to withdraw.
RoleTypeId*
int
RoleTypeId (can be BranchId, SalespersonId, TeamId) depending on RoleType (SalesPerson, Team, Branch)
RoleType*
String
RoleType (SalesPerson, Team, Branch)
BankInfo.BankAccountNumber*
String
Account Number
BankInfo.BankAccountName*
String
Accont Name
BankInfo.BankSortCode*
String
Bank Sort Code
Headers
Name
Type
Description
Authentication*
String
The encoded combination of your public key and secret key (see the Test and go live section of the docs)
Last updated
Was this helpful?