As part of our system set up for a client, we've got a form being submitted to your FaaS url, and things are working well!
The thing we'd like to include on the receipt, however, is the name of the item which a user will purchase on our system.
What is the best way forward here? I've tried sending through an "ItemID" parameter, to no avail (the form is declined whenever the value isn't "test", it seems).
Does a product need to be set up on the C&P side in order for its name to come through in the receipt?
This doesn't make sense for us, as all of the product info is contained within our app.
The thing we'd like to include on the receipt, however, is the name of the item which a user will purchase on our system.
What is the best way forward here? I've tried sending through an "ItemID" parameter, to no avail (the form is declined whenever the value isn't "test", it seems).
Does a product need to be set up on the C&P side in order for its name to come through in the receipt?
This doesn't make sense for us, as all of the product info is contained within our app.
Comment