Payment Links
APIs
Get orders
GET https://public-api.alphax.asia/orders{
"orders": [
{
"id": "01jc0tpy0zjb0pvfh2jcej8yd6",
"reference": "order reference",
"description": "order description",
"currency": "order currency",
"paidNotificationUrl": "Your configured webhook URL",
"dueNotificationUrl": "Your configured webhook URL",
"paymentLink": "https://app.alphax.asia/order-payments/01jc0tpy0zjb0pvfh2jcej8yd6",
"dueAt": "ISO Datetime String or null",
"paidAt": "ISO Datetime String or null",
"createdAt": "ISO Datetime String",
"updatedAt": "ISO Datetime String",
"lineItems": [
{
"id": "01jdkh9d4hbsjyh4b9keke9e6q",
"name": "line item name",
"description": "line item description"
"quantity": 1,
"unitPrice": "15.99"
}
]
}
],
"page": 1,
"limit": 10
}Get order by ID
Create new order
Update order by ID
Archive order by ID
Last updated