For the complete documentation index, see llms.txt. This page is also available as Markdown.

Test on QA for Internal Beta Testing

Once you complete integration in the given sample Unity base project, you can Test the following payment flow with the given test details:

  1. Testing Card Form Flow:

    For testing card form flow set TestCodaSDKHandler,

    Country Code: Coda.CountryCode.US,
    Currency Code: Coda.CurrencyCode.USD

    and hit button to test inside Unity Editor or follow Create Android Build steps to create a build and test on physical device or android emulator. Use Test card details as following at the time of testing the card payment flow in the game window:

    Card Number: 3400 000000 01098
    Expiry: Any valid future date
    CVC/CVV: Any 4-digit
    OTP: 1234

  2. Testing Hosted Payment Page Flow:

    For testing hosted payment page flow set TestCodaSDKHandler,

    Country Code: Coda.CountryCode.ID,
    Currency Code: Coda.CurrencyCode.IDR

    and hit button to test inside Unity Editor or follow Create Android Build steps to create a build and test on physical device or android emulator. Use Test details as following for testing "Tri Indonesia" payment channel:

    Phone Number: 089643927109
    OTP: 7777777

Last updated

Was this helpful?