Skip to main content
Endpoint:

Authorization

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

Path Parameter

string
required
A unique identifier obtained when creating an single request payment. If accessed through the dashboard, it can be found at the URL on the request payment details page.Example:e890d24a-cfc0-4915-83d2-3166b9ffba9e

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
array of object
List of products displayed.

data Structure (Array Of Object)

string<uuid>
Unique request payment ID.
Product slug/short URL.
string
Product name.
string | null
Product category, can be null if there is no category.
number | null
Certain amount limit, can be null.
string
Product type.
string<uuid>
Unique ID of the user making the request.
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
Product price or nominal value.
string
Product status.
string
Product description.
string | null
ID cover image, can be null.
string | null
ID for multiple image group. can be null.
object | null
Cover image data, can be null.
array of object
List of additional images for the product.