Testing checklist

Before you go live, we recommend that you complete the following testing checklist for accounts.

Test Endpoint Task
Submit account details/onboard a new account. /v2/onboarding?productId={productId} Check that the onboarding request is submitted correctly. Include all the fields you'll be using in production, including for cards if needed.
Ensure that the JSON is passed correctly and that the response is handled gracefully.
Receive and verify the AccountActivated notification webhook. n/a Ensure that the AccountActivated webhook is received correctly.
Ensure the graceful parsing of data as required by your app.
Save an address to your account /v2/addresses Add an address to your account and check that a new ID is created for it.
Ensure that the JSON is passed correctly and that the response is handled gracefully.
This is an optional task but recommended if you're planning to convert virtual cards into physical ones.