Skip to main content
The Connexease Gateway operates on a real-time prepaid wallet (balance) system. Every API Key is linked to a specific Billing Account on your Connexease dashboard. As you send or receive messages, the associated costs are deducted instantly from your available balance.

Pricing Structure

To keep our infrastructure highly performant and transparent, our pricing model is divided into two simple components: a flat Connexease Base Fee and a variable Meta Template Fee.

1. The Connexease Base Fee

A tiny, flat processing fee is applied to every message that passes through our high-performance gateway. This covers the infrastructure, real-time webhook routing, and automatic rate-limiting features.
  • Base Fee (Inbound & Outbound): $0.001 per message.
Whenever a user sends you a message, or you send a message to a user, this flat base fee is deducted instantly from your dashboard balance.

2. Outbound Messages & Meta Template Fees

When you initiate a conversation with a customer by sending a pre-approved template message, Meta charges a conversation fee. This fee is calculated based on the destination country of the phone number you are sending the message to, and the category of the template (Marketing, Utility, Authentication, or Service).
Crucial Rule: Meta template fees are only charged when the message is successfully delivered.When you send a message, only the Base Fee is deducted immediately. The Gateway then listens for the delivered webhook from Meta. Once the delivery receipt arrives, the specific Meta Template Fee for that destination country is instantly deducted from your balance. If a message fails to deliver, you will not pay the Meta fee.

Insufficient Balance (402 Error)

The Edge Gateway validates your billing account balance before forwarding any message to the Meta API. This prevents accidental overspending. If your balance drops to or below zero, the API will immediately reject outbound messages and return an HTTP 402 Payment Required status code.
{
  "isSuccess": false,
  "errors": {
    "code": "BILL_001",
    "group": "PAYMENT_REQUIRED",
    "description": "Insufficient balance. Please top up your account."
  }
}

Best Practices for Billing

  • Monitor Your Dashboard Balance: Ensure you top up your Connexease wallet before it reaches zero. Once it hits zero, all outbound traffic will instantly halt.
  • Handle 402 Errors: In your code, listen for the BILL_001 error code. If you receive it, pause your automated campaigns and notify your system administrator to refill the balance.

Meta Official Pricing Table

Below are the official Meta per-message rates (effective January 1, 2026). Remember, these rates apply based on the destination country code of the recipient’s phone number, and are deducted in addition to the Connexease Base Fee upon delivery.
Market / DestinationCurrencyMarketingUtilityAuthenticationAuth (Intl)Service
Argentina0.05120.02160.0216n/an/a
Brazil0.05180.00560.0056n/an/a
Chile0.07360.01660.0166n/an/a
Colombia0.01040.00080.0008n/an/a
Egypt0.05330.00300.00300.0538n/a
France0.07120.02480.0248n/an/a
Germany0.11310.04560.0456n/an/a
India0.00990.00120.00120.0232n/a
Indonesia0.03410.02080.02080.1129n/a
Israel0.02920.00440.0044n/an/a
Italy0.05720.02480.0248n/an/a
Malaysia0.07120.01160.01160.0346n/a
Mexico0.02530.00710.0071n/an/a
Netherlands0.13230.04140.0414n/an/a
Nigeria0.04280.00560.00560.0622n/a
Pakistan0.03920.00450.00450.0622n/a
Peru0.05820.01660.0166n/an/a
Russia0.06640.03310.0331n/an/a
Saudi Arabia0.03760.00880.00880.0495n/a
South Africa0.03140.00630.00630.0166n/a
Spain0.05090.01660.0166n/an/a
Turkey0.00900.00440.0044n/an/a
United Arab Emirates0.04150.01300.01300.0421n/a
United Kingdom0.04380.01820.0182n/an/a
North America0.02070.00280.0028n/an/a
Rest of Africa0.01860.00330.0033n/an/a
Rest of Asia Pacific0.06060.00940.0094n/an/a
Rest of Central & Eastern Europe0.07120.01750.0175n/an/a
Rest of Latin America0.06120.00940.0094n/an/a
Rest of Middle East0.02820.00750.0075n/an/a
Rest of Western Europe0.04900.01420.0142n/an/a
Other0.05000.00640.0064n/an/a
Note: Marketing rates apply across both the standard Cloud API and the Marketing Messages Lite API. Some markets are mapped to a “Rest of” region or “Other” based on country calling codes.