WiPay
Payments APIv1.0.9

Fee Rates

Transaction fee rates by country and plan

Transaction fees are applied based on your WiPay account's country, plan, and the configured fee_structure.

How Fee Structure Works

The fee_structure parameter in your payment request determines how fees are applied:

Fee StructureEffect
customer_payThe full transaction fee is added to the original total. The customer pays the fee.
splitHalf of the transaction fee is added to the original total. The fee is shared between merchant and customer.
merchant_absorbNo fee is added. The original total and final total are the same. The fee is deducted from the merchant's settlement.

Rates by Country

Barbados (BB)

PlanMethodRate
BASIC FREECredit/Debit Card3.80% + Tax
Any paid planCredit/Debit Card3.80% + Tax

Grenada (GD)

PlanMethodRate
BASIC FREECredit/Debit Card4.20% + Tax
Any paid planCredit/Debit Card3.80% + Tax

Guyana (GY)

PlanMethodRate
BASIC FREECredit/Debit Card4.20% + Tax
Any paid planCredit/Debit Card3.80% + Tax

Jamaica (JM)

PlanMethodRate
BASIC FREECredit/Debit Card4.20% + GCT
Any paid planCredit/Debit Card3.80% + GCT

Trinidad & Tobago (TT)

PlanMethodRate
BASIC FREECredit/Debit Card3.50% + $0.25 USD
Any paid planCredit/Debit Card3.00% + $0.25 USD

Notes

  1. Paid Plans are monthly (30-day) subscriptions on the WiPay platform. These include:

    • Business: Business Plus, Business Premium
    • Personal: Personal Premium
  2. Dollar-value fees are relative to the transaction currency and are always converted to the currency-equivalent value.

  3. GCT applies to Jamaica only. Tax applies to Barbados, Grenada, and Guyana. In each case, the tax value is calculated as 15% of the percentage transaction fee.

Example Calculation

For a TT transaction of $100.00 USD on the BASIC FREE plan (rate of 3.50% + $0.25 USD) with customer_pay:

ItemCalculation
Percentage fee$100.00 × 3.50%$3.50 USD
Flat feeDirect flat fee$0.25 USD
Total fee$3.50 + $0.25$3.75 USD
Customer debited$100.00 + $3.75$103.75 USD
Merchant creditedOriginal transaction total$100.00 USD