For the complete documentation index, see llms.txt. This page is also available as Markdown.

Generate PRN

The PRN API allows merchants to create unique payment references for customers. Integrate the API to generate secure, traceable PRNs with a simple request, specifying amount and customer details. The API returns a unique reference, enabling efficient transaction tracking. Streamline payment workflows and enhance user experience with reliable PRN generation for seamless merchant operations.

Live

POST https://kitegateway.com/v1/collections/prn

Sandbox

POST  https://sandbox.kitegateway.com/v1/collections/prn

Request

Header

Value

Required

Content-Type

application/json

YES

Accept

application/json

YES

Authorization

JWT ***

YES

Request

Parameter Name

Type

Description

Required

merchant_reference

string

The Merchant reference of the transaction to track.

YES

amount

integer

The amount of money that should be transacted

YES

currency

string

The currency that should be used to transact

YES

narration

string

Description of what is being paid for

YES

Parameter Name

Type

Description

id

kitegateway_reference

string

The Kitegateway reference of the transaction to refund. This is usually included in the API request responses or IPN's

transaction_amount

integer

The amount of money to refund

transaction_currency

string

The currency being refunded

merchant_reference

string

The reference provided by the merchant

transaction_status

string

One of either PENDING, COMPLETED

transaction_type

string

One of either COLLECTION, DISBURSEMENT

You can also generate the PRN by Navigation to business account and clicking Generate PRN

Last updated