Environment Information
| Item | Test Environment | Production Environment |
|---|---|---|
| API Domain | https://apidev.nusd.me | https://api.nusd.me |
| Admin Console | Contact technical support to obtain | Contact technical support to obtain |
Test Flow
Obtain test credentials
Contact technical support to obtain the
wallet_id and API key configuration for the test environment.Email: [email protected]Verify the signature
Use the test keys to call any endpoint and verify that the signature flow is correct.We recommend starting with the Get Supported Chain List endpoint:
Test the Payin flow
- Call Get Deposit Address to obtain a test address
- Transfer testnet tokens to that address
- Wait for the Webhook callback to confirm the deposit
- Call Transaction Records to verify the data
Test the Payout flow
- Confirm the test wallet has sufficient balance
- Call Initiate Withdrawal to send a test payout
- Wait for the Webhook callback to confirm completion
- Call Transaction Records to verify the data
Go-Live Checklist
Before switching to production, please confirm the following items:API signature verification passes
Webhook callback URL is configured
Webhook signature verification logic is implemented
Webhook idempotency handling is implemented (deduplication based on request_id)
Transaction status polling fallback is implemented
Failure status handling logic is complete
Production API keys and wallet_id are configured
The API domain has been switched to api.nusd.me
FAQ
Are there call rate limits in the test environment?
Are there call rate limits in the test environment?
Rate limits in the test environment match those in production. We recommend simulating realistic call frequency during testing.
Will transactions in the test environment be broadcast on-chain?
Will transactions in the test environment be broadcast on-chain?
The test environment uses test networks. Transactions will be broadcast to the testnet on-chain, but they do not involve real funds.
How do I obtain testnet tokens?
How do I obtain testnet tokens?
Please contact technical support, and we will fund your test wallet with test tokens.
Next Steps
API Signature
Learn how the signature is calculated.
Webhook Configuration
Configure Webhooks to receive transaction notifications.