Retrive Invoice

Retrive and invoice and perform status of this invoice.

Retrive Invoice by ID

POST /invoice/{invoiceId}

Get an invoice detail by invoice ID

Find invoice by ID

post
/invoice/{invoiceId}
Authorizations
AuthorizationstringRequired
Path parameters
invoiceIdstringRequired

ID of pet that needs to be fetched

Body
merchant_idstringRequired
Responses
chevron-right
200

successful operation

order_idstring · uuidRequired
order_numberinteger · int32RequiredExample: 1234
statusstringRequiredExample: draft
urlstringRequiredExample: https://kriptopay.com/invoice/3fa85f642c963f66afa6
transaction_idstringRequired
identifierstringRequired
post
/invoice/{invoiceId}

Get Invoice Detail

GET /invoice/{invoiceId}

Body

Name
Type
Description

merchant_id

string

Your Merchnat Id

Example Response

Last updated