Transaction completion

This call completes the token purchase transaction thereby returning a token number to the customer.

Method: PUT
URI: …/jambopayservices/api/payments/PUT
Stream: credit

Parameters

Name Type Required Description
Stream String YES Payment stream being accessed
TransactionID String YES Unique transaction reference number
PaidBy String NO Name of the person buying airtime

Response

Output Type Description
PhoneNumber string User phone number
Amount decimal Transaction amount
TransactionID string Unique transaction reference number
ReceiptNumber String Unique reference number that confirms that the transaction is completed

Example of the API call: …/jambopayservices/api/payments/PUT

Untitled