Skip to main content
GET
Query Payments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

team_nanoid
string
required

Identifier of a Rise team (a workspace below a company). 15-character nanoid prefixed with te-.

Required string length: 15
Pattern: ^te-.*
state
enum<string>
required
Available options:
all,
intent,
scheduled,
complete
start_date

A date accepted as ISO-8601 string, epoch milliseconds (number), or Date. Legacy v1 format YYYY-MM-DD HH:mm:ss is normalized to YYYY-MM-DDTHH:mm:ss before parsing. Coerced to a Date after validation.

end_date

A date accepted as ISO-8601 string, epoch milliseconds (number), or Date. Legacy v1 format YYYY-MM-DD HH:mm:ss is normalized to YYYY-MM-DDTHH:mm:ss before parsing. Coerced to a Date after validation.

query_type
enum<string>
required
Available options:
payable,
receivable
recipient
string

Identifier of a Rise user. 15-character nanoid prefixed with us-.

Required string length: 15
Pattern: ^us-.*

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required