Re: [w3c/payment-request] Question about use case Payment Request API (Issue #1033)

@AdaltonLeite,

Suppose the parent site provides a payment handler, and that payment handler is capable of authenticating the user, retrieving stored data, and returning it.

It should be possible to use Payment Request for that scenario. 

You would define the inputs/outputs for the payment handler in a payment method description (with an associated payment method identifier).

The store would use Payment Request with that payment method identifier, and when the user pushes the "Pay" button, the payment handler would open, support authentication, and then do whatever it wants before user says "ok" and the payload is returned as the output of Payment Request.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/issues/1033#issuecomment-2356856080
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/payment-request/issues/1033/2356856080@github.com>

Received on Tuesday, 17 September 2024 20:25:49 UTC