Development Related FAQs
Client ID Configuration
Make sure you are using the correct client_id
. The SDK will throw an error if a non-existent client_id
is used.
Minimum Fiat Amount
The minimum fiat_amount
must be set to 0.01
. The SDK will throw an error if the amount is less than this value.
Wagmi Version Requirement
When installing, please ensure you are using Wagmi version 2.0
or above.
Payment SDK Functionality FAQs
Reconciliation Process
Q: How automated is the reconciliation process?
A: There are two ways to reconcile:
- Check order progress in the KryptoGO studio
- Complete reconciliation on your backend using an
API key
- You can include additional information in the
order_data
when creating a payment intent
Consumer Dispute Resolution
Q: How can consumer disputes be resolved quickly?
A: For consumer disputes:
- First verify if the
payment_id
exists and if it has been completed - For incorrect amount transfers, the system will automatically refund to your studio account
- You can view these details in the payment details section
Fee Structure
Q: Will the fee structure affect profits?
A: KryptoGO currently charges a fixed 1%
transaction fee.
Payment Timeout Handling
Q: How can the experience be optimized when payments time out?
A: If payment is received after a timeout, a refund will be automatically processed.
Multi-currency Support
Q: Is multi-currency switching convenient enough?
A: Currently:
- We support
TWD
andUSD
- Additional exchange rates will be added in future updates
Order Recovery
Q: How can missing orders due to callback failures be recovered?
A: You can:
- Query using the
payment_id
viaAPI key
- Check in the KryptoGO studio backend
Withdrawal Limits
Q: Do withdrawal limits affect payout efficiency?
A: There are currently no withdrawal limits in place.
Order Data Storage
Q: How much order data can be stored?
A: The order_data
has a 1000
-character limit.
Payment Status Updates
Q: How real-time is the payment status?
A: Payment status can be reflected within 8
seconds for all chains except ETH
.
Accounting Reports
Q: Is there support for accounting reports?
A: We currently do not provide support for financial reports.