Skip to main contentWith each developer account, you will automatically have a test application called TEST APP. You can use the PUBLIC_KEY and PRIVATE_KEY of the test app during the integration of the payment on your site.
Wallet Payments
Currently, there are no dedicated tests for wallet payments in the test environment. However, wallet payments will work automatically when you switch to production. For examples of wallet payment payloads and responses, please refer to the Verify Payment endpoint documentation.
Card Payments
| Card Type | Test Case | Card Number | Expiration Date | CVV |
|---|
| Visa | Successful Payment | 4509 2111 1111 1119 | 12/26 | 748 |
| MasterCard | Successful Payment | 5440 2127 1111 1110 | 12/26 | 665 |
| MasterCard | Failed Payment | 5471 2511 1111 1116 | 11/23 | 858 |
Transaction Verification
In the test environment, verify_payment keeps the transaction status information for 20 minutes. You can check the status of the transaction with the payment_id during this period to finalize the integration on your website.
In the test environment, the information is not visible in any dashboard, and is accessible via API only. Once you move to production keys, all transactions can be monitored in real-time via our web interface https://app.flouci.com.