Skip to main content
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Query Parameters

string
Filter the list by payment request status (e.g. unpaid, paid, closed).
integer
default:"10"
Number of items to return per page. Defaults to 10, with a maximum of 50.
string
Cursor for forward pagination. Pass the nextStartingAfter value from the previous response (a Unix timestamp in milliseconds, as a string) to fetch the next page.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
array of object
List of single payment requests displayed.
boolean
Information on whether there is additional data to be retrieved (true/false).
string | null
Cursor to pass as startingAfter to fetch the next page. null when there is no further data.

data Structure (Array Of Object)

string<uuid>
Unique request payment ID.
integer | null
Payment request price or nominal value.
string | null
Category, can be null if there is no category.
number
Creation time in epoch milliseconds format.
string
Payment request description.
Payment request slug/short URL.
string
Product type. Always payment_request for this endpoint.
string
Payment request status (e.g. unpaid, paid, closed).
string | null
Payment request name.
number | null
Certain amount limit, can be null.
string | null
Redirect destination URL, can be null.
string | null
Installment ID if the payment request supports installments, can be null.
object | null
Related event data, can be null.
object | null
Related order data, can be null.
string | null
ID cover image, can be null.
string | null
ID for multiple image group, can be null.
array of object
List of related transactions (empty if none). Each item contains id and extraData.
object | null
Cover image data, can be null.
array | null
List of additional images for the payment request.