Confirmed users
483
edits
No edit summary |
|||
| Line 182: | Line 182: | ||
=== Refunds === | === Refunds === | ||
Refunds depend on the technical capabilities of the payment provider. If technically feasible, the UA should direct users to a Payment Provider-hosted refund page (trusted dialog launched from the settings area) that lists the most recent purchases and allows to cancel them. Authentication occurs via MSISDN or BrowserId as for payments. | Refunds depend on the technical capabilities of the payment provider. If technically feasible, the UA '''should''' direct users to a Payment Provider-hosted refund page (trusted dialog launched from the settings area) that lists the most recent purchases and allows to cancel them. Authentication occurs via MSISDN or BrowserId as for payments. | ||
==== Marketplace refunds ==== | ==== Marketplace refunds ==== | ||
| Line 189: | Line 189: | ||
==== Refunds for in-app purchases ==== | ==== Refunds for in-app purchases ==== | ||
The payment processor (BlueVia) will keep a list of transactions accessible via user profile, allowing the user to cancel the latest ones. A chargeback notification should be sent to the developer once a refund is requested. The way the developer handles the chargeback notification would depend on the nature of the sold digital good and it is developer's responsibility to cancel or remove it properly from the user's device. | The payment processor (BlueVia) will keep a list of transactions accessible via user profile, allowing the user to cancel the latest ones. A chargeback notification should be sent to the developer once a refund is requested. The way the developer handles the chargeback notification would depend on the nature of the sold digital good and it is developer's responsibility to cancel or remove it properly from the user's device. | ||
=== In-app refunds === | |||
The <code>navigator.pay</code> API allows refunds the same way as it allow purchases, so the developer has the choice to also expose a way to request refunds from his app. The difference between a purchase and a refund is within the JWT request parameters. | |||
JWT format TBD | |||
== Online payments from other networks == | == Online payments from other networks == | ||