v0/billing/payments REST API Endpoint
Parameters
This method does not accept any parameters
Returns
data
object
The data object which contains the following fields:
payments
array
An array of payments associated with the account
amount
string
The total amount of the payment
card_last_4
string
The last four digits of the card used for the payment (masked for security)
status
string
The current status of the payment
created_at
string
The timestamp when the payment was created in second
currency
string
The currency in which the payment was made
marketplace_amount
string
The total amount spent in the marketplace
error
string
An error message if any issue occurs
Request
1curl -X 'GET' \2'https://api.quicknode.com/v0/billing/payments' \3-H 'accept: application/json' \4-H 'x-api-key: YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free