Open API v2 will be deprecated on April 3, 2023. Please begin transitioning to Open API v3 as soon as possible. As of September 29, 2022 all new apps will only be permitted to use Open API v3.

API Documentation

PaymentAccountLedgerEntry

Overview

Represents an entry in a shop's ledger.

Fields

Field Visibility Level Permission Scope Type Description
entry_id private transactions_r int The ledger entry's numeric ID.
ledger_id private transactions_r int The ledger's numeric ID.
sequence_number private transactions_r int The sequence allows ledger entries to be sorted chronologically. The higher the sequence, the more recent the entry.
amount private transactions_r int The amount of money credited to the ledger.
currency private transactions_r string The currency of the entry on the ledger.
description private transactions_r string Details what kind of ledger entry this is: a payment, refund, reversal of a failed refund, disbursement, returned disbursement, recoupment, miscellaneous credit, miscellaneous debit, or bill payment
balance private transactions_r int The amount of money in the shop's ledger the moment after this entry was applied.
create_date private transactions_r int The date and time the ledger entry was created in Epoch seconds.

Associations

This resource has no associations.

Methods

findPaymentAccountEntries

Method Name findPaymentAccountEntries
Synopsis Get a Shop Payment Account Ledger's Entries
HTTP Method GET
URI /shops/:shop_id/payment_account/entries
Parameters
Name Required Default Type
shop_id Y   shop_id_or_name
min_created Y   epoch
max_created Y   epoch
limit N 25 int
offset N 0 int
page N   int
Requires OAuth Y
Permission Scope transactions_r

Open API v3New

Your developer account