Skip to main content

Retrieve Payment

GET 

/accounting/payments/:id

Retrieve a Payment with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the payment.

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    payment

    object

    id string
    remoteId string
    transactionDate string
    customerId string
    vendorId string
    accountId string
    currency string
    exchangeRate integer

    Default value: 0

    companyId
    totalAmount integer

    Default value: 0

    trackingCategoryIds array
    remoteCreatedAt string
    remoteUpdatedAt string
    remoteDeleted boolean

    Default value: true

    createdAt string
    updatedAt string
Loading...