Confirmed users
324
edits
(→Initiating a Payment: fix formatting to show icon URLs) |
(→Postback: fix formatting to show icon URL) |
||
| Line 134: | Line 134: | ||
Here is an example of a JWT POSTed via the '''notice''' parameter to '''postbackURL''' that indicates a transaction was fully processed and was successful: | Here is an example of a JWT POSTed via the '''notice''' parameter to '''postbackURL''' that indicates a transaction was fully processed and was successful: | ||
<code> | <code><pre> | ||
{ | { | ||
"iss": "marketplace.firefox.com", | "iss": "marketplace.firefox.com", | ||
| Line 158: | Line 158: | ||
} | } | ||
} | } | ||
</code> | </pre></code> | ||
Here is an example response that includes just the transactionID: | Here is an example response that includes just the transactionID: | ||