Update a Transaction:

This endpoint updates a specific transaction. It is used to confirm/cancel a two-step transaction or add metadata to a transaction.

Path Params
string
required
length between 1 and 256

Path variable to uniquely identify the transaction.

Body Params

Represents the request body of a batch of generic Patch operations.

string
enum
required

Informs the Patch operation to perform. 'replace' is used to update a property and 'add' is used to add a new property.

Allowed:
string
required
length ≤ 256

Specifies the property to be updated or added preceded by '/'.

string
required
length ≤ 256

Specifies the value of the property to be updated or added.

Headers
date-time

Header parameter that informs the date and time when the message was originated. It is used for basic message integrity checks, to ensure the request is not stale. Note that the header was previously referenced as 'Date' in version 1.0 of the Mobile Money API.

string

It is used to send the pre-shared client's API key to the server.

string
required

It is used to send the user’s access token when OAuth 2.0/OIDC authorization framework is used for end-user authentication.

uri

URL supplied by the client that will be used to return the callback in the form of an HTTP PUT.

Responses
202

The processing has not been completed.

204

Represents a successful transaction PATCH response.

Callbacks
Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json