summaryrefslogtreecommitdiff
path: root/standards
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-17 00:37:10 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-17 00:37:10 +0100
commita7c5a397e6502a99adc68311632b4667732a3103 (patch)
treee9f3610dfef1daf6b1e38d43e34fa3e494b048d3 /standards
parentf71dc42df4465f2758ad226a5c6cc94f6abca77b (diff)
downloadmarketing-a7c5a397e6502a99adc68311632b4667732a3103.tar.gz
marketing-a7c5a397e6502a99adc68311632b4667732a3103.tar.bz2
marketing-a7c5a397e6502a99adc68311632b4667732a3103.zip
minor fixes
Diffstat (limited to 'standards')
-rw-r--r--standards/uri-request-payto.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/standards/uri-request-payto.txt b/standards/uri-request-payto.txt
index aecd4e6..522ab1c 100644
--- a/standards/uri-request-payto.txt
+++ b/standards/uri-request-payto.txt
@@ -24,10 +24,10 @@ ABNF
payto-URI = "payto" "://" method account [ "?" params ]
params = param *( "&amp;" param )
- param = (generic-param / authority-specific-param) "=" *pchar
+ param = (generic-param / method-specific-param) "=" *pchar
generic-param = "amount" / "recipient-name" / "sender-name" /
"message" / "instruction"
- authority-specific-param = *pchar
+ method-specific-param = *pchar
method = <authority, see [RFC3986], Section 3.2>
account = <path-abempty, see [RFC3986], Section 3.3>
pchar = <pchar, see [RFC3986], Appendix A.>
@@ -76,6 +76,8 @@ Scheme semantics:
which MUST NOT be subject to lossy conversions. Character set
limitations allowed for instructions depend on the payment method.
+ The set of valid method-specific-param are depends on the payment method.
+
Encoding considerations:
The payto URI scheme encoding conforms to the encoding rules established
for URIs in [RFC3986].