Skip to main content

getInvoiceFromGuid

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.


ApiScope: payment.invoice.read
API Scope Level: ServiceSubscriberScope
Path Parameters
    invoiceGuid string required
Responses

OK


Schema

    object

GET /kpayment/v1/invoices/:invoiceGuid

Request

Base URL
/payment
invoiceGuid — path required
curl / cURL
curl -L -X GET '/payment/kpayment/v1/invoices/:invoiceGuid' \
-H 'Accept: application/json'