Payment

Get Payment History

Get payment history with filter criteria.

get/api/v1/payment/payment-history

Request body

pagenumber

To indicate current page of the listing

limitnumber

To indicate number of records return for single page.

orderBystring

field name

orderSequencenumber

1 - ASC, -1 - DESC, 0 - No sort

txType'Buy' | 'Sell'

Transaction Types, 'Buy', 'Sell'

networkstring

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'

emailAddressstring

Securo user email address created by your account

paymentMethodstring

Payment method. You can get the payment method id from GET /fiat-currencies. Example: 'upi', 'credit_debit_card', 'gbp_bank_transfer'

walletAddressstring

The blockchain address of the user's wallet that the purchased cryptocurrency will be sent to.

fiatCurrencystring

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'.

cryptoCurrencystring

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'.

statusstring[]

Payment statuses in array

fromDatenumber required

Format is Unix timestamp in milliseconds

toDatenumber required

Format is Unix timestamp in milliseconds

Response

Payment history is found.

statusCodenumber
messagestring

Changes

No recorded changes to this endpoint across all 1 revision of this API.