v1
latestOpenAPI 3.0.02026-07-14233043.9 KBGet Payment History
Get payment history with filter criteria.
Request body
To indicate current page of the listing
To indicate number of records return for single page.
field name
1 - ASC, -1 - DESC, 0 - No sort
Transaction Types, 'Buy', 'Sell'
CryptoCurrency network that you would allow your customers to buy/sell. You can get the network name from GET /crypto-currencies. Example: 'mainnet', 'ethereum', 'bep2', 'matic'
Securo user email address created by your account
Payment method. You can get the payment method id from GET /fiat-currencies. Example: 'upi', 'credit_debit_card', 'gbp_bank_transfer'
The blockchain address of the user's wallet that the purchased cryptocurrency will be sent to.
The code of the fiat currency you want the customer to buy/sell cryptocurrency. You can get the symbol from GET /fiat-currencies. Example: 'INR', 'EUR', 'USD'.
Crypto currency symbol that you would allow your customers to buy/sell. You can get the symbol from GET /crypto-currencies. Example: 'ETH', 'BTC', 'DAI'.
Payment statuses in array
Format is Unix timestamp in milliseconds
Format is Unix timestamp in milliseconds
Response
Payment history is found.