Retrieve a list of payments for a merchant.
currency
merchant_id
payment_id
reference_id
buyer_name
mop_type
: (e.g., CREDIT_CARD
, DEBIT_CARD
, UPI
, NET_BANKING
, QR
)status
: ( PENDING
, CAPTURED
, FAILED
)from_created_date
/ to_created_date
Client app ID. You can find your app id in the merchant dashboard.
Client secret key. You can find your secret in the merchant dashboard.
Filter by 3-letter ISO currency code.
Filter by merchant ID.
Filter by payment ID.
Filter by order reference ID.
Filter by buyer's name.
Filter by payment mode.
UPI
, CREDIT_CARD
, DEBIT_CARD
, NET_BANKING
, QR
Filter by payment status.
PENDING
, CAPTURED
, FAILED
Filter by creation date (from).
Filter by creation date (to).
A paginated list of payments.
The response is of type object
.