Appearance
payments
Sync payment
PATCH
/accounts/{accountUuid}/finances/v2/payments/{paymentUuid}/actions/sync
Send the given payment to the linked Abacus installation
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 queued for sync
application/json
JSON "data": null, "status": 200
{
}