Skip to main content

Fetch Fee for Payment

POST /api/payments/get-fee

Get Fees charged for a payment

Header Parameters
  • api-key string required
  • api-secret string required
Request Body required
  • paymentType string required

    Possible values: [MPESA, PESALINK, RTGS, SWIFT]

    Payment type being

  • amount double required

    Amount being sent

  • currency string required

    Currency

Responses

Fees fetched successfully

Response Headers
  • x-request-id any

    Request Id for traceability

Schema
  • paymentType string

    Possible values: [MPESA, PESALINK, RTGS, SWIFT]

    Payment type

  • fee double

    Fee chargeable

  • currency string

    Currency

Loading...