Accounting

Retrieve payouts

get

Retrieve list of payouts for your merchant account and their status.

Query parameters
ReferencestringOptional

InvoicePrefix (PREFIX) + InvoiceNo (00000) will search for transfers containing an invoice with prefix + number

Example: CR130222
Statusstring · enumOptional

Payout status. Array of strings. Possible values: PAID,PARTIALLY_PAID,CANCELED

Example: ["PAID","PARTIALLY_PAID","CANCELED"]Possible values:
CurrencystringOptional

3 letter ISO currency code

Example: USD
StartDatestringOptional

Start payment date. Format: yyyy-mm-dd

Example: 2019-02-14
EndDatestringOptional

End payment date. Format: yyyy-mm-dd

Example: 2019-11-14
PaymentTypestring · enumOptional

Payment type. Can be one of "WIRE", "PAYPAL", "CHECK", "PAYONEER", "WEBMONEY" or "INTERNATIONAL_WIRE"

Example: WIREPossible values:
OrderBystring · enumOptional

This parameter orders payouts. The only parameter allowed is "TransferCompletionDate". The preceding "-" sign means order by DESC, ommit it for searching ASC

Example: -TransferCompletionDatePossible values:
PageintegerOptional

Page number

Example: 3
LimitintegerOptional

Number of results on a page

Example: 25
Header parameters
Acceptstring · enumRequiredDefault: application/jsonExample: application/jsonPossible values:
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Responses
200

Search payouts object

application/json
get
/payouts

Retrieve account balance

get

Retrieve the account balance situation for your merchant account.

Query parameters
CurrencystringOptional

Use this parameter to show the balance only for a single order currency. If not sent, or sent as NULL, 2Checkout sends the balance for all order currencies

Example: USD
TotalCurrencystringOptional

Use this parameter to show the total account balance in the preferred currency. If not sent, or sent as NULL, 2Checkout sends the total balance in the default account currency

Example: EUR
Header parameters
Acceptstring · enumRequiredDefault: application/jsonExample: application/jsonPossible values:
X-Avangate-AuthenticationstringRequired

Authentication header

Example: code="{VENDOR_CODE}" date="{REQUEST_DATE_TIME}" hash="{HASH}"
Responses
200

Pending payout object

application/json
get
/payouts/pending

Last updated

Was this helpful?