Documentation Index
Fetch the complete documentation index at: https://lemoncash.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Parameters
The amount to transfer.
The fiat currency for the transfer (e.g.,
Currency.ARS, Currency.PEN).Optional recipient name.
The payment destination information. Contains a required field
paymentId (e.g. ‘CBU/CVU’ for Argentina or ‘CCI’ for Peru). Could include additional attributes for other countries banking systems.Returns
The result of the transfer attempt.
SUCCESS: The transfer was successful.FAILED: The transfer failed.CANCELLED: The transfer was cancelled by the user.PENDING: The transfer is pending confirmation.
Contains the transfer identifier. Present when the result is
SUCCESS or PENDING.transferId: The unique identifier of the transfer.
Contains the error information when the transfer fails. Only present when the result is
FAILED.message: The error message.code: The error code.
Demo
Related Functions
Deposit
Deposit funds to your Mini App Wallet.
Withdraw
Withdraw funds from your Mini App Wallet.