Update PurchaseAsk AIput https://api.soldo.com/business/v2/purchases/{purchaseId}Endpoint to update a specific Purchase.Path ParamspurchaseIdstringrequiredThe Purchase ID.Body Paramspurchase_idstringrequiredThe Purchase ID.titlestringThe name of the Purchaseassignee_idstringThe ID of the User assigned to the Purchase.amountnumberThe maximum spendable amount of the Purchase.descriptionstringThe description of the Purchase.wallet_idstringThe ID of the Wallet the money are taken from, the funding source of the Purchase.notesstringThe notes of the Purchase.max_tx_numberint32Defaults to 1The total number of Transactions the temporary virtual Card can make (default is 1).HeadersX-Soldo-FingerprintstringrequiredDefaults to {{fingerprint}}Advanced authentication: SHA512SUM of the Fingerprint order values.X-Soldo-Fingerprint-SignaturestringrequiredDefaults to {{fingerprint_signature}}Advanced authentication: Signature of the X-Soldo-Fingerprint.Responses 200The returned resource is a single Purchase. 400Your request has missing arguments or is malformed.Updated 6 months ago