To get information and status of an invoice send a POST reqest to the /api/merchant/v1/getinvoice
Red color indicates required parameters
Parameter |
Type and Values |
Description |
merchant_id |
<UUID> |
Merchant ID |
invoice_id |
<UUID> |
Invoice ID |
secret_hash |
<string> |
Verification hash
sha1(merchant_id&invoice_id&secret) |
A successful request will result in a JSON-formatted document containing the invoice information.