WebAPI/WebPayment: Difference between revisions

→‎Chargeback: fix formatting to show icon URL
(→‎Postback: fix formatting to show icon URL)
(→‎Chargeback: fix formatting to show icon URL)
Line 173: Line 173:
Here is an example of a JWT POSTed via the '''notice''' parameter to '''chargebackURL''' that indicates a transaction was fully processed but was unsuccessful:
Here is an example of a JWT POSTed via the '''notice''' parameter to '''chargebackURL''' that indicates a transaction was fully processed but was unsuccessful:


<code>
<code><pre>
   {
   {
     "iss": "marketplace.firefox.com",
     "iss": "marketplace.firefox.com",
Line 198: Line 198:
     }
     }
   }
   }
</code>
</pre></code>


A chargeback JWT might be received instead of or in addition to a postback. The response will contain a '''reason''' attribute, as follows:
A chargeback JWT might be received instead of or in addition to a postback. The response will contain a '''reason''' attribute, as follows:
Confirmed users
324

edits