get https://api.jamsrpay.com/web/invoices//config
Retrieve the details of a specific payment by providing its unique Invoice ID in the request. The response will include the current Invoice status, which can be one of the following:
https://api.jamsrpay.com/scalar#tag/invoice/get/web/invoices/{id}/config
https://api.jamsrpay.com/web/invoices/{id}/config
payment.Pending
— The payment has been created and is awaiting completion by the customer. No funds have been received yet.payment.Processing
— The payment has been submitted on the blockchain and is awaiting final network confirmations.payment.Success
— The payment has been successfully completed. Funds have been confirmed and received.payment.Expired
— The payment expired because it was not completed within the allotted time. No funds received.payment.Expired (partial paid)
—The payment expired because the full amount was not received within the valid time window.