Update a Wallet

This endpoint updates a specific wallet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Wallet identifier. Up to three wallet identifiers can be supplied. Identifiers are delimited by $ and values are delimited by @. Example: organisationid@1234$accountid@3333.

Body Params

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

string
enum
required

Indicates the Patch operation to be performed. '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 to inform the timestamp of the message creation. 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.

Responses

204

A synchronous successful patch returns an empty response.

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