1. PALM PESA AUTH
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 AUTH

register Auth

Developing
Prod Env
https://prod.your-api-server.com
Prod Env
https://prod.your-api-server.com
POST
https://palmpesa.drmlelwa.co.tz/api/register
Last modified:2025-04-28 13:04:45

Request

Header Params

Body Params application/json

Examples

Responses

🟠422Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://palmpesa.drmlelwa.co.tz/api/register' \
--header 'Accept: Application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
    "name": "John Doe 2",
    "phoneNumber": "0691234563",
    "location": "Dar es Salaam",
    "gender": "male",
    "role": "Normal",
    "nida_number": "123456789012349",
    "email": "johnapi@example.com",
    "password": "123456",
    "password_confirmation": "123456"
}'
Response Response Example
{"success":false,"message":"Registration failed due to validation errors.","errors":{"phoneNumber":["The phone number has already been taken."],"nida_number":["The nida number has already been taken."],"email":["The email has already been taken."]}}
Modified at 2025-04-28 13:04:45
Previous
PalmPesa Webhook
Next
User Login
Built with