Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HerePath Parameters
string <uuid>
required
A unique identifier obtained when creating a single payment request. If accessed
through the dashboard, it can be found in the URL on the payment request details
page.Example:
6f8c19ff-5b97-4792-aa89-d2a12797b356Response
Successful ResponseMain Structure (Root)
integer
Status code form API.
string
Status message that describes the status code.
object
The payment request detail object.
data Structure (Object)
string<uuid>
Unique request payment ID.
string
Payment request slug/short URL.
string | null
Payment request name.
string | null
Category, can be null if there is no category.
number | null
Certain amount limit, can be null.
string
Product type. Always
payment_request for this endpoint.string | null
Product subtype if applicable.
string | null
Product variant.
string<uuid>
Identifier of the payment request owner.
array | null
Membership tier list (empty if not applicable).
object | null
Related event data, can be null.
object | null
Related order data, can be null.
string | null
Quantity (if the request relates to specific goods/services).
integer
Payment request price or nominal value.
string
Payment request status (e.g.
unpaid, paid, closed).string
Payment request description.
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).
object | null
Cover image data, can be null.
array | null
List of additional images for the payment request.
string
Public payment request page URL.
string
Public payment link URL.
