Skip to content

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
string
Required
Format
"uuid"
paymentUuid*

Uuid of the payment to restore

Type
string
Required
Format
"uuid"

Responses

Payment queued for sync

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

Playground

Authorization
Variables
Key
Value

Samples