Transaction commit
This completes the transaction and provides a receiptNumber as a confirmation of payment.
Method: PUT
URI: …/jambopayservices/api/payments/PUT
Stream: kisumuwaterinvoice
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 |
PaidBy | String | R | Person making the payment |
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 |