marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit d657e3e3f8ca6e649a057e8c5b84f97f24aaffde
parent f6128135809beb0fdc41b52938915124aaf651d7
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 17 Feb 2017 00:16:52 +0100

minor fixes

Diffstat:
Mstandards/uri-request-payto.txt | 20+++++++-------------
1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/standards/uri-request-payto.txt b/standards/uri-request-payto.txt @@ -10,9 +10,9 @@ Scheme syntax: where the tokens have the following meanings: - payto: The literal "payto" - method: A string identifying the payment method - account: A string identifiying the account + payto: The literal "payto". + method: A string identifying the payment method. + account: A string identifiying the account. params: A list of "key=value" pairs separated by "&". The keys "amount", "recipient-name", "sender-name", "message" and "instruction" SHOULD be supported by all payment methods. @@ -35,10 +35,6 @@ ABNF unit = 1*(DIGIT / ",") fraction = 1*(DIGIT / ",") - The fraction MUST be smaller than 10^8. The unit value MUST be - smaller than 2^53. The use of commas is optional for readability and - they MUST be ignored. - Scheme semantics: The authority component of a payment URI identifies the payment method. The path component of the URI identifies the target @@ -62,12 +58,10 @@ Scheme semantics: The following parameters SHOULD be recognized by every method: - amount: The amount to transfer, including currency information if - applicable. The format MUST be: - - The fraction MUST be smaller than 10^8. The unit value MUST be - smaller than 2^53. The use of commas is optional for readability and - they MUST be ignored. + amount: The amount to transfer as decimal fraction, including currency + information if applicable. The fraction MUST be smaller than 10^8. + The unit value MUST be smaller than 2^53. The use of commas is optional + for readability and they MUST be ignored. recepient-name: Name of the recipient of the payment.