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

Pay by USSD push

Developing
Prod Env
https://prod.your-api-server.com
Prod Env
https://prod.your-api-server.com
POST
https://palmpesa.drmlelwa.co.tz/api/pay-via-mobile
Last modified:2025-04-28 08:39:45

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://palmpesa.drmlelwa.co.tz/api/pay-via-mobile' \
--header 'Authorization: Bearer cGLwbTQLJodbrH1t5KqrmNdnPalLdy9fhHb5dEmnxMrcq58kDW7WIk2XgBKR' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
    "user_id": "2",
    "name": "Alune Kyusa",
    "email": "Alune@example.com",
    "phone": "255693662424",
    "amount": 500,
    "transaction_id": "TXN1234567891",
    "address": "Mbeya",
    "postcode": "53127",
    "buyer_uuid" : 988776
}'
Response Response Example
{"message":"Payment request sent to user\u2019s phone","order_id":"SELCOM17458294939723","response":{"reference":"S19997158895","transid":"TXN1745829493","resultcode":"000","result":"SUCCESS","message":"Wallet push successful","data":[]}}
Modified at 2025-04-28 08:39:45
Previous
Pay By payment Link
Next
send money to another palm pesa user
Built with