1. PALM PESA
PALM PESA API
  • PALM PESA
    • Chech Transaction Status
      POST
    • Pay By payment Link
      POST
    • Pay by USSD push
      POST
    • send money to another palm pesa user
      POST
    • Deposit money to the Palm Card
      POST
    • Send Money Palm Card To Palm Card
      POST
    • Create Palm card
      POST
    • Enable or Disable Palm Card
      POST
    • Combined full payment process
      POST
    • webhook payment api
      POST
    • Total amount of balance
      GET
    • PalmPesa Webhook
      POST
  • PALM PESA AUTH
    • register Auth
      POST
    • User Login
      POST
  • PALM PESA INTERNAL
    • My account balance
      GET
    • Request money withdraw
      POST
  1. PALM PESA

PalmPesa Webhook

Developing
Prod Env
https://prod.your-api-server.com
Prod Env
https://prod.your-api-server.com
POST
https://palmpesa.drmlelwa.co.tz/api/palmpesa/initiate
Last modified:2026-01-13 07:21:30

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢202Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://palmpesa.drmlelwa.co.tz/api/palmpesa/initiate' \
--header 'Authorization: Bearer UgGnf1bYJb1vC8MoZXa7LDXcWS6sA7mxWR12MaPgr05kDowvakyzP6jBLsbs' \
--header 'Content-Type: application/json' \
--data-raw '{
   "name": "Anord Webhook",
  "email": "john@example.com",
  "phone": "0693662424",
  "amount": 200,
  "transaction_id": "{{$number.int(max=10007)}}",
  "address": "Dar es Salaam",
  "postcode": "11111",
  "callback_url": "http://anord.site/your-test-url"
}'
Response Response Example
{"message":"Payment initiated. Processing will continue asynchronously.","order_id":"PALMPESA17682869972044"}
Modified at 2026-01-13 07:21:30
Previous
Total amount of balance
Next
register Auth
Built with