Other
Read payment information
This endpoint reads payment information from the document contained in the request body.
The following documents are currencly supported:
- Content of QR code found in QR bills
post/read_payment_information
Response
Payment information
Example response
{
"currency": "BTC",
"owner": {
"country": "CH"
},
"ultimate_debtor": {
"country": "CH"
}
}