v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBHosted Invoice Page
Retrieve the settling payment by hosted slug (public)
Returns the payment that settled the invoice, for the hosted page's paid landing. 404 until the invoice is paid (or when the slug is unknown).
get/v1/invoices/by_slug/{slug}/payment
Path parameters
slugstring required
Hosted invoice slug
Response
OK
Example response
{
"data": {
"amount": 145000,
"currency": "PHP",
"method": "gcash",
"paid_at": "2026-07-10 08:30:00+00:00",
"reference_number": "pay_abc123"
}
}