Transaction commit
This call completes the token purchase transaction thereby returning a token number to the customer.
Method: PUT
URI: …/jambopayservices/api/payments/PUT
Stream: kplc
Parameters
Name | Type | Required | Description |
---|---|---|---|
Stream | string | R | Payment stream being accessed |
TransactionID | String | R | Unique transaction reference number |
PhoneNumber | String | R | User phone number |
PaymentTypeID | String | R | Payment ID |
Tendered | Decimal | R | Confirmation of Amount to be paid as passed on the POST request. |
Response
Output | Type | Description |
---|---|---|
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