Create Payment
Endpoint Moved
The /wallets/payment/ endpoint does not exist under the Wallets API. Payment functionality is available through the Payments API instead.
Please refer to:
- Create Payment for creating payment invoices and deposit addresses
- List Payments for listing payment history
- Get Payment Status for checking payment status
Overview
To process payments in Cryptofuse, use the dedicated Payments API endpoints under /payments/. The Payments API handles payment invoice creation, deposit address generation, and payment status tracking.
For moving funds between wallets and the master account, use:
- Transfer to User -- transfer from master account to a user wallet
- Withdraw to Master -- transfer from a user wallet to the master account