Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h4>Options and parameters</h4>
<td>String</td>
</tr>
<tr>
<td rowspan="5">Payment Request - transaction</td>
<td rowspan="6">Payment Request - transaction</td>
<th>Option</th>
<th>Description</th>
<th>Type</th>
Expand Down Expand Up @@ -339,6 +339,12 @@ <h4>Options and parameters</h4>
</td>
<td>String</td>
</tr>
<tr>
<td>jsonWebhook</td>
<td>Optional parameter to receive the webhook in JSON format
</td>
<td>boolean</td>
</tr>
</table>
</div>
</div>
Expand Down