Skip to main content
GET
List payment requests

Authorizations

Authorization
string
header
required

Bearer Authentication

Headers

X-BU-PROFILE-ID
string

User profile header

Example:

"BUS_YOK8tp5Zga01qOKEsqp07"

Query Parameters

cursor
string<string>

The cursor

sort
enum<string>

The order to sort the results

Available options:
asc,
desc
Example:

"asc"

limit
integer

The number of items to return

Example:

10

id
string[]

uuid and nano_id

q
string

Search query for payment requests

status
string

filter by status Payment Status

asset
string[]

filter by asset Payment assets

start_time
string<date>

filter by date Filter by date in ISO 8601 format

Example:

"2023-10-01"

end_time
string<date>

filter by date Filter by date in ISO 8601 format

Example:

"2023-10-01"

type
enum<string>

filter by type Payment Type

Available options:
donation,
checkout,
invoice

Response

Successful response

General response Values

status
enum<string>
required
Available options:
success,
error
Example:

"success"

message
string
required
Example:

"message for success"

pagination
object
required
data
object[]
required

List of payment requests