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

send money to another palm pesa user

Developing
Prod Env
https://prod.your-api-server.com
Prod Env
https://prod.your-api-server.com
POST
http://127.0.0.1:8000/api/send-to-card
Last modified:2025-05-10 09:16:45

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'http://127.0.0.1:8000/api/send-to-card' \
--header 'Authorization: Bearer 7aUhAu2YDMik3eljrjHGosqwz00qiwlMzewDWEhU7W8TdbjCBBsqOuyyHnjS' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
  "card_number": "1395131932",
  "amount": 500,
  "pin": "1234"
}'
Response Response Example
{"success":true,"message":"Transfer completed successfully.","transaction":{"id":22,"receiver_card":"1395131932","amount_sent":"500.00","fee_charged":"30.00","total_deducted":"530.00","transaction_id":"SNDID-30430596882000-3533d3cdacce6a6c","sent_at":"10 May 2025, 09:15 AM"}}
Modified at 2025-05-10 09:16:45
Previous
Pay by USSD push
Next
Deposit money to the Palm Card
Built with