Paybill & Buy Goods

Make payment to business Paybill or Buy Goods

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

Headers


NameTypeDescription

api-key

string

Partner access API key

Request Body


NameTypeDescription

code

string

Utility service code number

amount

number

Amount to pay to business

payment_method

string

Supported payment method i.e FIAT or USDC

type

string

Payment type i.e PAYBILL, BUY_GOODS or BETTING

shortcode

string

Recipient organization paybill number

account_number

string

Account number

callback_url

url

Receive payment notification


{
    "code": 200,
    "message": "Success! Processing payment...",
    "data": {
        "status": true,
        "transaction_code": "K2UGRU"
    }
}

Last updated