Skip to content

payments


Restore payment

PATCH
/accounts/{accountUuid}/finances/v2/payments/{paymentUuid}/actions/restore

Restore the given payment from the archive

Authorizations

ApiToken

Bearer token authentication. Create tokens in Settings > API Token.

Type
HTTP (bearer)

Parameters

Path Parameters

accountUuid*
Type
string
Required
Format
"uuid"
paymentUuid*

Uuid of the payment to restore

Type
string
Required
Format
"uuid"

Responses

Payment restored

application/json
JSON
{
  
"data": null,
  
"status": 200
}

Playground

Authorization
Variables
Key
Value

Samples