Payout Details

Get Payout Details

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

Path Parameters

Name
Type
Description

merchant_id*

String

Merchant Id

payout_id*

String

Payout Id

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

debit_amount

string

Total debit amount

yes

merchant_id

string

Merchant id that the payout belongs to

yes

payout_date

string

Date of the payout

yes

fees

array

All the fees for a payout

yes

fees[i].id

string

id of the fee

yes

fees[i].description

string

Description of the fee

yes

fees[i].amount

string

Fee amount

yes

fees[i].payment_date

string

Fee payment date

yes

transactions

array

Payout Transactions

yes

Last updated