Demo Funding gives you the ability to test different funding scenarios in real-time in our Demo environment, enabling you to check that everything is working correctly before going live.
How do I top up my balance in Demo?
Topping up your balance is easy via our Demo funding API. Using Postman or similar, once you have authenticated, you can provide the amount, currency and a virtual account number for the account you want to add balance to. When you submit your request, the balance for the specified account will be topped up. Please be aware that you need to be logged in to the account you want to add balance to, otherwise you'll need to use the on_behalf_of
parameter.
How do I test funding scenarios in Demo?
You can easily test funding scenarios using our Demo funding API. You can create transactions using the API that will mimic the behavior of real transactions sent from a bank in Production. This enables you to test in Demo without having to use real money or wait for payments to arrive.
Can I test rejected funds scenarios in Demo?
Yes. You can use the action
parameter to select the response you want for a transaction. By using the 'reject' value, the system will reject the transaction. This behaves the same way as a rejection in Production e.g. you will receive a canceled CM notification and the funds will not be applied to the balance.
Can I test the SenderAPI in Demo?
Yes. You can use the sender parameters to create a transaction from a specific sender. You can then call the Sender Details API for this transaction and it will return the sender details in the same format as in Production.