Junipay API
  1. Webhooks
Junipay API
  • JuniPay API Documentation
  • Authentication
    • Get Token for Payment Form (Client ID + Secret)
      GET
  • Collections
    • Initiate Collection Payment
      POST
  • Disbursements
    • Transfer Funds
      POST
  • Remittance
    • Send Remittance
      POST
  • Transaction Status
    • Check Transaction Status
      GET
  • Verify Recipient
    • Verify Recipient
      POST
  • Webhooks
    • Webhook/Callback
      POST
  1. Webhooks

Webhook/Callback

Developing
POST
{{your_callback_url}}
The associated response to your callback url
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{your_callback_url}}'
Response Response Example
{
    "status": "success",
    "message": null,
    "trans_id": "COL100001221903",
    "foreignID": "1754305527617",
    "date": "2025-08-04 11:05:28",
    "amount": 1,
    "channel": "mobile_money",
    "provider": "mtn",
    "phoneNumber": "0557079838"
}

Request

None

Responses

🟢200Success
application/json
Body

Modified at 2025-08-21 16:29:30
Previous
Verify Recipient
Built with