Skip to content

Commit 3ab9f93

Browse files
committed
📖
1 parent 03a701e commit 3ab9f93

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

docs/Appendix/URI-Content.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ The `LABEL`, as well as the `issuer` values shall be URL-encoded according to [R
123123
| `LABEL` | The label is used to identify which account a key is associated with.<br/>It may be prefixed with the issuer name, separated by a colon: `<issuer>:<account>` |
124124

125125

126-
| Query parameter | Description |
127-
|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
128-
| `secret` | Secret key (required), a cryptographically random string, encoded in Base32<br/>according to [RFC 3548](https://datatracker.ietf.org/doc/html/rfc3548) (without padding).<br/>Some authenticators may support Base64 and hexadecimal values as well. |
129-
| `issuer` | A string value indicating the provider or service this account is associated with. |
130-
| `algorithm` | Hash algorithm, may be one of `SHA1` (default), `SHA256` or `SHA512` |
131-
| `digits` | Length of the OTP code: `6` or `8` |
132-
| `counter` | (`hotp` only, required) The initial counter value |
133-
| `period` | (`totp` only) The period of time in seconds a code will be valid for (default: 30) |
126+
| Query parameter | Description |
127+
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
128+
| `secret` | Secret key (required), a cryptographically secure random string, encoded in Base32<br/>according to [RFC 3548](https://datatracker.ietf.org/doc/html/rfc3548) (without padding).<br/>Some authenticators may support Base64 and hexadecimal values as well. |
129+
| `issuer` | A string value indicating the provider or service this account is associated with. |
130+
| `algorithm` | Hash algorithm, may be one of `SHA1` (default), `SHA256` or `SHA512` |
131+
| `digits` | Length of the OTP code: `6` or `8` |
132+
| `counter` | (`hotp` only, required) The initial counter value |
133+
| `period` | (`totp` only) The period of time in seconds a code will be valid for (default: 30) |
134134

135135
The parameters `algorithm`, `digits` and `period` may not be supported by some devices/apps.
136136

@@ -251,11 +251,16 @@ END:VCALENDAR
251251
- [iCalendar generator for PHP (GitHub)](https://github.com/spatie/icalendar-generator)
252252

253253

254-
## SEPA Credit Transfer
254+
## Credit Transfer
255255

256+
### SEPA
256257
- [Guidelines to Enable the Data Capture for the Initiation of a SEPA Credit Transfer](https://www.europeanpaymentscouncil.eu/document-library/guidance-documents/quick-response-code-guidelines-enable-data-capture-initiation)
257258
- [sepa-qr-data library for PHP (GitHub)](https://github.com/smhg/sepa-qr-data-php)
258259

260+
### Pix
261+
- [Manual de Padrões para Iniciação do Pix (PDF)](https://www.bcb.gov.br/content/estabilidadefinanceira/pix/Regulamento_Pix/II_ManualdePadroesparaIniciacaodoPix.pdf)
262+
- [OpenBoleto (GitHub)](https://github.com/openboleto/openboleto)
263+
259264

260265
## See also
261266

0 commit comments

Comments
 (0)