Crates.io | spayd |
lib.rs | spayd |
version | 0.2.2 |
source | src |
created_at | 2023-08-17 19:51:25.699215 |
updated_at | 2024-07-02 19:48:34.359559 |
description | Text handling for Short Payment Descriptors (SPAYD or SPD) |
homepage | https://codeberg.org/KormaChameleon/spayd |
repository | https://codeberg.org/KormaChameleon/spayd |
max_upload_size | |
id | 947364 |
size | 45,145 |
This library implements text processing for the Short Payment Descriptor format (SPAYD or SPD). This is a simple text format for payment requests, providing all the details required to make a bank transfer to the payee (destination account (IBAN), amount etc). The data is usually displayed as a QR code that can be scanned into a banking app. Although it is mainly used in Czechia and the Slovakia, the format is designed to handle international bank accounts and currencies.
This library only aims to handle the text processing of the data. QR scanning is already implemented in libraries such as qr_code and may be provided by other methods on mobile OSs.