Reporting API available to fetch list of payments based on specific selection criteria.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://example.com/api/v1/payment/?offset=5&limit=10&amountEquals=1000&amountGreaterThan=500&amountLessThan=900¤cy&originBankId=12345&originAccount=1288398743&originAccountName=12345&destinationBankId=67890&destinationAccount=1288398743&destinationAccountName=12345&description=Payment for groceries&reference=iausdfh12892j&status=SUCCESS&startDate&endDate'