send
Send Callbacks
Send Callback Overview
Available Send Callbacks
Callback | Description | Parameters | Authentication | KYC |
---|---|---|---|---|
send_by_email | Send by email | None | Required | Required |
send_by_wallet | Send by wallet address | None | Required | Required |
send_confirm | Confirm transfer | None | Required | Required |
send_cancel | Cancel transfer | None | Required | Required |
transfer_currency:currency | Select currency | Currency code | Required | Required |
transfer_purpose:purpose | Select purpose | Purpose code | Required | Required |
Send By Email Callback
š§ Send by Email
Please enter the recipient's email address:
Send By Wallet Callback
š Send by Wallet Address
Please enter the recipient's wallet address:
Currency Selection Callback
š·ļø Transfer Purpose
Please select a purpose for this transfer:
Purpose Selection Callback
ā
Confirm Transfer
You are about to send:
Amount: 100 USDT
To: recipient@example.com
Purpose: PAYMENT
Do you want to proceed?
Send Confirm Callback
ā
Transfer Successful!
You have sent 100 USDT to recipient@example.com.
Send Cancel Callback
Transfer cancelled. What would you like to do next?
Email Receipt Handler
š° Enter Amount
Please enter the amount you want to send to recipient@example.com:
Wallet Address Input Handler
š° Enter Amount
Please enter the amount you want to send to 0x1234...5678:
Amount Input Handler
š± Select Currency
Please select the currency:
Related Files
src/bot/handlers/transfer.handler.ts
- Contains send callback handlerssrc/services/transfer.service.ts
- Service for transfer operationssrc/bot/messages/transfer.messages.ts
- Contains transfer message templatessrc/types/transfers.types.ts
- Transfer data type definitionssrc/constants/callback.enum.ts
- Defines callback enum valuesModified atĀ 2025-03-23 17:15:15