This command is an abstraction for a simple transfer. This shouldn’t be used outside of World App. Pay supports WLD and all local stablecoins.Documentation Index
Fetch the complete documentation index at: https://tfh-murph-idkit-intro.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Result
Backend Verification
Always verify the payment on your backend before treating it as final.Error Codes
| Code | Meaning |
|---|---|
input_error | The payment payload is invalid |
user_rejected | The user rejected the request |
payment_rejected | The user cancelled the payment |
invalid_receiver | The recipient address is invalid or not allowed |
insufficient_balance | The user does not have enough balance |
transaction_failed | The payment failed on-chain |
generic_error | Unexpected failure |
user_blocked | Payments are not available in the user’s region |
Fallback Behavior
Define a custom fallback in the command payload for support outside mini apps.Preview
