Appearance
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
Requiredstring
Format
"uuid"paymentUuid*
Uuid of the payment to restore
Type
Requiredstring
Format
"uuid"Responses
Payment restored
application/json
JSON "data": null, "status": 200
{
}