Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereQuery Parameters
Filter the list by payment request status (e.g.
unpaid, paid, closed).Number of items to return per page. Defaults to
10, with a maximum of 50.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 ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
List of single payment requests displayed.
Information on whether there is additional data to be retrieved (true/false).
Cursor to pass as
startingAfter to fetch the next page. null when there is
no further data.data Structure (Array Of Object)
Unique request payment ID.
Payment request price or nominal value.
Category, can be null if there is no category.
Creation time in epoch milliseconds format.
Payment request description.
Payment request slug/short URL.
Product type. Always
payment_request for this endpoint.Payment request status (e.g.
unpaid, paid, closed).Payment request name.
Certain amount limit, can be null.
Redirect destination URL, can be null.
Installment ID if the payment request supports installments, can be null.
Related event data, can be null.
Related order data, can be null.
ID cover image, can be null.
ID for multiple image group, can be null.
List of related transactions (empty if none). Each item contains
id and
extraData.Cover image data, can be null.
List of additional images for the payment request.
