How to test the order flow
Make sure to place an order and test that your order flow is correct
Testing is the most important part of the integration process.
If you have one, we advise you to use a staging environment, to install and test before to go on production environment. If you do not have a staging environment, you can test in production as well.
❶ Place an order with Scalapay
Follow the steps to test your integration:
- Choose a product
- Fill up cart with fake data
- Select Scalapay at checkout as a payment methods
- Login to Scalapay with test user informations (like user used to login into Scalapay Customer Portal or follow the flow to create new one
- Insert testing cards data to complete order using the card below.
Success
Card Number: 4111111111111111
CVV: any code (e.g. 123)
Expiry date: any date(Any CAP to complete the transaction)
You should also check what happens when you try to pay with an invalid card
Failure
Card Number: 4000 0000 0000 0002
CVV: any code (e.g. 123)
Expiry date: any date(Any CAP to complete the transaction)
- Confirm that you've been redirected on the confirmation page of your site
❷ Check the order in Scalapay Integration Partner Portal
If you have one, visit your Scalapay Integration Partner Portal (sandbox) to confirm the order appears in your dashboard.
Integration Partner Portal
All standard plugins provide the API key and endpoint data necessary to carry out the testing, access to Integration Partner Portal is not necessary.
Updated 11 days ago