get https://sandbox.finmid.com/api/v2/b2b-payments/payment-requests//payouts/list
For getting the payout details for a specific payment request, you'll only need the payment request’s ID specified on creation.
The response body of this endpoint includes:
- Gross amount: This is the total amount of the payout relative to the payment request including fees.
- Net amount: This is the amount the seller actually receives, calculated as the gross amount minus fees.
- Status: This reflects the state of the seller's payment, with three possible statuses:
PENDING
,PAID_OUT
, andREJECTED
.