PindoDocs
Web AppWeb

Credit & Billing

Pindo is pay-as-you-go. Your organization holds a prepaid balance (shown in the dashboard sidebar), and each message draws from it at a per-segment price.

Add credit

Top up from Billing → Add Credit, or the Add Credit button next to your balance in the sidebar.

Enter your card

Type your card number, or use Autofill to fill it from your browser. Tick Remember this card to save it for next time.

Choose an amount

Enter the amount in USD. The minimum top-up is $5.

Confirm

Click Add Credit. Your new balance is available immediately.

Crediting history

The Crediting History section lists every top-up.

  • Filter by a start and end date, then click Search.
  • An empty range shows No transactions found.

How charges work

Over API, every successful send returns a cost breakdown and your remaining balance, so you can track spend in real time.

{
  "bonus": 0.0,
  "discount": 0.4,
  "item_count": 1,
  "item_price": 0.006,
  "remaining_balance": 71421.953,
  "self_url": "http://api.pindo.io/v1/sms/out_sms_01H7DJEJ1YZKTNT8EDXY2C7YG9",
  "sms_id": "out_sms_01H7DJEJ1YZKTNT8EDXY2C7YG9",
  "status": "sent",
  "to": "+250789385878",
  "total_cost": 0.006
}
FieldMeaning
item_countNumber of message segments billed.
item_pricePrice per segment.
discountAny volume discount applied.
total_costTotal charged for this request.
remaining_balanceBalance after the charge.

Watch remaining_balance in responses to trigger low-balance alerts, and top up before it runs out to avoid failed sends.