Get Payment History

Get payment history with filter criteria.

Body Params

Payment history request body

number

To indicate current page of the listing

number

To indicate number of records return for single page.

string

field name

number
Defaults to 0

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

string
enum

Transaction Types, 'Buy', 'Sell'

Allowed:
string

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'

string

ThirdFi user email address created by your account

string

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

string

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

string

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

string

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

status
array of strings

Payment statuses in array

status
number
required

Format is Unix timestamp in milliseconds

number
required

Format is Unix timestamp in milliseconds

Responses

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