Status of "Payment Tokens"

https://www.w3.org/blog/wpwg/2018/11/02/tpac-2018-recap/

/*Generic Payment Tokens*, Adrian described the pitfalls of push payment flows: where the user’s bank initiates a payment (e.g., credit transfer) outside of the control of the merchant. Adrian offered an alternative flow where the party that initiates a pull payments returns a (“redeemable”) generic token through Payment Request API. The merchant can subsequently use the token to initiate the payment from the user’s bank. (I believe this is how direct debits work; please comment below if I am mistaken.) Adrian described a vision where merchants would declare through Payment Request API “I accept the generic token payload from the following networks,” and this would enable payment handlers to innovate and support different payment networks.

/From what I can deduct there is currently no activity in W3C around this topic which is a pity since it has interesting qualities, although it requires quite elaborate security solutions to function since "redeeming" by an arbitrary Merchant to the Payer's Bank /without an intermediary/ certainly is anything but standard.

Anyway, if there is some interest in this matter you may take a peek in
https://github.com/w3c/payment-method-credit-transfer/issues/42#issuecomment-289415093
which is a working incarnation of a Payment Token scheme (if I understood it right...).  Although this solution uses a native "Wallet" it could without doubt use a Payment Handler to cater for step #3.  For Merchants this choice should be completely transparent.

Anders


/

/

Received on Friday, 15 February 2019 09:33:46 UTC