Skip to main content
PATCH
Update Integrator Fiat Wallet by Wallet ID
Update the configuration and settings of an existing fiat wallet.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
required

The name of the wallet

Example:

"My Wallet"

country
string

The country where the wallet will be used (accepts both ISO-2 and ISO-3 codes)

Example:

"GH or GHA for Ghana"

locked
boolean

Whether the wallet is locked (prevents transactions)

Example:

false

Response

success
boolean
Example:

true

message
string
Example:

"Fiat wallet has been successfully updated."

data
object