receipt_url ready to download, and when the operation reaches
a final state the receipt is also emailed automatically to the account
owner (with opt-out).
Downloading a receipt
Every transactional resource withGET /{id} has its GET .../receipt.
The PDF defaults to Spanish; add ?lang=en for English.
depositID comes from GET /v1/crypto/transactions
(each deposit’s deposit_id field, next to its receipt_url).
Only the operation’s owner (or the organization admin) can download the
receipt: a foreign ID returns
404 not_found. The PDF shows the beneficiary
data exactly as you submitted it.receipt_url in responses and webhooks
Never build the URLs by hand: every payout, payin, transfer, withdrawal,
deposit, swap and card transaction response includes receipt_url, and the
final-state webhooks (payout_status_changed, payin_credited,
transfer_received, crypto_deposit_credited,
crypto_withdrawal_status_changed, card_transaction) carry it in the
payload too.
Statuses and watermark
The receipt reflects the operation status at download time:Authenticity verification (QR)
Every PDF carries a printed signed verification code and its QR. The QR opens a public URL — no credentials — that answers with the operation’s real, current data:- The response never includes the beneficiary’s personal data, accounts or addresses: only type, status, amount and date.
- The code is cryptographically signed: a tampered or made-up one answers
404with"valid": false. - The verification shows the current data: if someone edits the PDF to inflate the amount, the QR exposes it instantly.
Automatic receipt email
When an operation reaches a final state (completed or failed), the account owner receives an email with the PDF attached and the verification link. It applies to payouts, payins, sent transfers, crypto deposits and withdrawals and swaps (card purchases do not email, to avoid flooding your inbox). To disable it (or turn it back on) per account:Errors
FAQ
Is the receipt generated once, or can I download it any time?
Is the receipt generated once, or can I download it any time?
As many times as you want: it is rendered on the fly with the
operation’s current data. That is why a receipt downloaded while
pending comes out watermarked, and the same endpoint returns the clean
version after the final webhook.What if someone edits the PDF?
What if someone edits the PDF?
The PDF is only a representation: the truth lives in the platform. The
QR and code carry a cryptographic signature bound to the real
operation; checking them shows the true amount and status, so any
tampering is exposed.
Which languages is the receipt available in?
Which languages is the receipt available in?
Spanish (
?lang=es, default) and English (?lang=en). The email uses
Spanish.Which brand appears on the receipt?
Which brand appears on the receipt?
The branding of the platform you operate on (the operator’s logo,
colors and contact details). The PDF/Excel statement uses the same
identity.
Does the QR expire?
Does the QR expire?
No. The code verifies for as long as the operation exists, and it
always answers its current status.