We have a landing page for when a user successfully completes the payment. "localhost:8080/buy/pay-invoice/{{ invoice.id }}/complete" Is it possible to dynamically access the invoice id? TY
We have a landing page for when a user successfully completes the payment.
"localhost:8080/buy/pay-invoice/{{ invoice.id }}/complete"
Is it possible to dynamically access the invoice id?
TY