Our new API Playground is now available in both the UAT and production environments:
Your team can explore our complete schema using the interactive Docs panel, test our GraphQL queries and mutations in real-time before writing any code, and validate your integration workflows prior to moving to production - all within the enhanced API playground.
How to Authenticate in the API Playground
The Flash Payments API uses JSON Web Tokens for authentication.
Open the URL (see above).
Make sure you are on the “Login” tab.
Edit the email and password on the bottom.
Click “Send Request” on the right hand side.
Done! All your requests are authorised now.
Switch to any other tab, like “Funding Accounts”.
Click “Send Request”.
Make sure you get a non-error response.
Productivity Tips
Explore our developers documentation at https://developer.flash-payments.com/. To help you get started quickly, the new API playground provides pre-created examples for the most widely used queries and mutations, organized in tabs. Simply select the tab corresponding to the query or mutation you need to test the API instantly.
To view all available queries, mutations, inputs, and types, click the Docs link located in the upper right side of the playground, next to the Send Request button.
