List Payouts

Get Payouts

GET https://<Platform-host>/api/merchant/:merchant_id/payouts

Path Parameters

Name
Type
Description

merchant_id*

String

Merchant Id

Query Parameters

Name
Type
Description

page

String

Page Number

amount[from]

String

Fund Amount From

amount[to]

String

Fund Amount To

date[from]

String

Payout Date From as a unix timestamp in seconds since epoch.

date[to]

String

Payout Date To as a unix timestamp in seconds since epoch.

Field Name
Type
Description
Required?

id

string

id of the payout

yes

fee_amount

string

Total fee amount

yes

funding_amount

string

Total funding amount

yes

chargeback_amount

string

Total chargeback amount

yes

adjustment_amount

string

Total adjustment amount

yes

debit_amount

string

Total debit amount

yes

payout_date

string

Date of the payout

yes

Last updated