Fees for Sub-Clients during Boarding

Use TabaPay's boarding API to automatically assign fees for various categories for your sub-clients.

👍

Settlement for Fees

TabaPay Treasury will settle and report based on fees set in the API. All the fees are Optional.

📘

TabaPay's boarding API reference

Your account has to be configured to use the boarding API. Currently, the boarding API is only available for select customers.

TabaPay's boarding API uses the SubClient resource. Create and Update have a fee object in their body params now. Retrieve has a fee object in its response.

  1. Create SubClient
  2. Retrieve SubClient
  3. Update SubClient

TabaPay Treasury will settle and report based on fees set in the API. All the fees are Optional.

🚧

How to format the fees:

The fees follow the format xxx.xxxx. This means you can only use 4 values after the decimal. This constraint does not exist for the values before the decimal. Also, remember that these values are passed as a string.

Fee Attribute Parameter Description Format expected in the API Required
Fee Type 
type 
Type of fee - Merchant Discount Rate or Interchange Plus Plus 
Values must be one of the following:
Merchant Discount Rate 
Cost Plus Plus 
Required 
Monthly Minimum Processing Fee 
monthlyMinimumProcessingFee 
Merchant minimum fee if total processing fee is below the contract stated min. The total processing fee will be considered if it exceeds the contract stated min.
xxx.xxxx
Fixed fee based on contract can increase over time 
Optional 
Authorization Fee 
authorizationFee 
Authorization (no funds movement) fee; Charged on failed purchases as well. 
xxx.xxxx
Fixed fee per authorization 
Optional 
AVS Fee 
AVSFee 
Account Verification Fee 
xxx.xxxx
Fixed fee per AVS 
Optional 
Delete Fee 
deleteFee 
Fee charged with every successful Delete API request 
xxx.xxxx
Fixed fee per delete 
Optional 
MID Fee (or Sub-client fee) 
MIDFee 
Fixed fee for MID being active 
xxx.xxxx
Fixed fee per active MID 
Optional 
Purchase Fee Fixed 
purchaseFeeFixed 
Fixed fee for successful purchases 
xxx.xxxx
Fixed fee per purchase 
Optional 
Purchase Fee Variable 
purchaseFeeVariable 
Variable fee for successful purchases ( % )  
So 5% will be 0.05 
xxx.xxxx
Variable fee per purchase 
Optional 
Purchase Fee Cap 
purchaseFeeCap 
Cap on Purchase Fee Variable. Applies to successful purchases.
xxx.xxxx 
Optional 
Disbursement Fee Fixed 
disbursementFeeFixed 
Fixed fee for succesful disbursements 
xxx.xxxx
Fixed fee per disbursement 
Optional 
Monthly Sub-Client Fee 
monthlySubClientFee 
Fixed sub-client fee per month 
xxx.xxxx
Fixed fee per sub-client 
Optional 
Chargeback Fee 
chargebackFee 
Fee charged on every chargeback 
xxx.xxxx
Fixed fee per chargeback 
Optional 
Retrieval Fee 
retrievalFee 
Fee charged on every successful Retrieve Account  xxx.xxxx
Fixed fee per retrieval 
Optional 
Batch Fee 
 batchFee 
Fee charged for batches that are run 
 
xxx.xxxx 
 
Optional 
ACH Next Day Credit Fee 
 ACHNextDayCreditFee 
Fixed fee charged on every ACH Next Day Credit transaction
 
xxx.xxxx 
 
Optional 
ACH Next Day Debit Fee 
 ACHNextDayDebitFee 
Fixed fee charged on every ACH Next Day Debit transaction
 
xxx.xxxx 
 
Optional 
ACH Same Day Credit Fee 
 ACHSameDayCreditFee 
Fixed fee charged on every ACH Same Day Credit transaction
 
xxx.xxxx 
 
Optional 
ACH Same Day Debit Fee 
 ACHSameDayDebitFee 
Fixed fee charged on every ACH Same Day Debit transaction
 
xxx.xxxx 
 
Optional 
ACH NSF Fee 
 ACH_NSFFee 
Fixed fee charged for every ACH NSF
 
xxx.xxxx 
 
Optional 
ACH Fraud Fee 
 ACHFraudFee 
Fixed fee charged on every ACH fraudulent transaction
 
xxx.xxxx 
 
Optional 
ACH Admin Return Fee 
 ACHAdminReturnFee 
Fixed fee charged on every ACH return
 
xxx.xxxx 
 
Optional 
RTP Credit Fee 
 RTPCreditFee 
Fixed fee charged on every RTP Credits
 
xxx.xxxx 
 
Optional 
RTP Request for Payment 
 RTP_RFPFee 
Fixed fee charged on every RTP Request for Payment
 
xxx.xxxx 
 
Optional 
Card Type Fee 
 cardTypeFee 
   
Optional 
 
International Credit Card Fixed 
intlCreditFixed 
Fixed fee for successful international credit card transactions xxx.xxxx  Optional 
  International Credit Card Variable 
intlCreditVariable 
Variable fee for successful international credit card transactions ( % )  xxx.xxxx  Optional 
  International Debit Card Fixed 
intlDebitFixed 
Fixed fee for successful international debit card transactions xxx.xxxx  Optional 
  International Debit Card Variable 
intlDebitVariable 
Variable fee for successful international debit card transactions ( % )  xxx.xxxx  Optional 
  Credit Card Surcharge Fixed 
creditSurchargeFixed 
Fixed fee for credit card surcharges xxx.xxxx  Optional 
  Credit Card Surcharge Variable 
creditSurchargeVariable 
Variable fee for credit card surcharges (%) xxx.xxxx  Optional 
  Amex Card Fixed 
amexFixed 
Fixed fee for successful American Express transactions xxx.xxxx  Optional 
  Amex Card Variable 
amexVariable 
Variable fee for successful American Express transactions ( % )  xxx.xxxx  Optional 
3DS Fee 
 3DSFee 
Fixed fee for every 3DS invocation xxx.xxxx  Optional 
Account Updater Fee 
 accountUpdaterFee 
Fixed fee for each account updater request
 
xxx.xxxx 
 
Optional