w3c / payment-method-credit-transfer

http://w3c.github.io/webpayments-methods-credit-transfer-direct-debit/
Other
11 stars 13 forks source link

Is status information important in the response for a payer-initiated credit transfer? #64

Open ianbjacobs opened 7 years ago

ianbjacobs commented 7 years ago

Is status information important in the response for a payer-initiated credit transfer?

mattsaxon commented 7 years ago

I believe it is. As a minimum, the app would like to know if the payment is Pending or Complete.

ianbjacobs commented 7 years ago

From 20 June call, @vkuntz and Kris agree. (Vincent: Technical validation: "received" all the way up to "settled")

ianbjacobs commented 7 years ago

Added statusInformation in: https://github.com/w3c/webpayments-methods-credit-transfer-direct-debit/pull/70

CYV commented 6 years ago

If it is so important (I beleive it is !) why not putting this field as required ?

mattsaxon commented 6 years ago

+1

ianbjacobs commented 6 years ago

I have removed "optional" from the spec. Do we need to say more about what response values can appear in this field?

mattsaxon commented 6 years ago

We need to provide a canonicalisation I think. I suggest something like; "Authorised", "Accepted", "Processed", "Cleared", "Settled".... @vkuntz , does ISO have a suggested category list for this?