Get All Payments

Use this API to get details of all payments made to an account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

The List All Payments API does not include details of payments made to savings and current accounts via methods such as NEFT, IMPS, RTGS, UPI, and cash deposits.

Path Params
string
required

Unique identifier of the account for which you want to get payment details.

Example: va_MDOShxKdcWpm7vEr2yDVb88EP

Query Params
string

The payment_id after which details should be returned.

Use this with the results_per_page for pagination.

Example: tx_13H35NkwDmSEy1AQTRmmvn8T6

string

The payment_id before which details should be returned.

Use this with the results_per_page for pagination.

Example: tx_13H35NkwDmSEy1AQTRmmvn8T6

string
Defaults to 10

The number of results you want to get per API call.

Use this with the start_before or start_after parameters for pagination.

  • Default value 10.
  • Maximum value 100.
Example: 15

string

Has to be used with to_date.

The UNIX timestamp after which details should be returned.

Use this with the results_per_page, start_after, and start_before for pagination.

Example: 1651052818

string

Has to be used with from_date.

The UNIX timestamp before which details should be returned.

Use this with the results_per_page, start_after, and start_before for pagination.

Example: 1651052818

string

Unique identifier entered when creating the collect request.

  • Only alphabets and numbers are allowed.
  • Minimum: 7 characters.
  • Maximum: 40 characters.
Example: 1409614085

string

Payment mode used to complete the payment.

Possible values:

  • imps
  • neft
  • rtgs
  • upi
  • enach_mandate
  • upi_mandate
  • wallet
  • ift
  • open_payment_gateway

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json