Elements
These are the elements that were fetched from the Intents resource. Specifically the ccElement and gpElement.
Code Block | ||
---|---|---|
| ||
{!! $ccElement !!} {!! $gpElement !!} |
Merchant Data Element
This is an optional element, which is hidden. It can be used to send important order or customer details that should be linked to the transaction. The value should be json string with double quotes delimited by backslashes.
Code Block |
---|
<input type="hidden" id="merchant_data" name="merchant_data" value="{\"order_id\": \"12345\"}" /> |