Charges

Check MPESA paybill & buy goods payments charges

POST https://pretium.africa/api/v1/payment/b2b/prompt/charge

Headers


NameTypeDescription

api-key

string

Partner access API key

Request Body


NameTypeDescription

amount

number

Amount to be paid

type

string

Supported B2B payments methods i.e PAYBILL, BUY_BOODS or BETTING

payment_method

string

Payment method either "FIAT" or "USDC"

{
    "code": 200,
    "message": "Prompt charge",
    "data": {
        "charge": 10,
        "business_tariff": 25,
        "amount_to_disburse": 2000,
        "amount_to_pay": 2035,
        "currency": "KES"
    }
}

Last updated