Sudo provides an easy way to generate cards and simulate transactions in a sandbox environment. This allows you to test your integrations and ensure that everything works as expected before going live making real transactions.
You can simulate card transactions using your sandbox credentials as seen on your dashboard with these steps:
To fund your default account, get the list of all accounts and note the _id, accountNumber, and bankCode of the default account. Then proceed to make a transfer to the account in LIVE or fund using the sandbox simulator.
curl --location --request GET 'https://api.sandbox.sudo.cards/accounts?page=0&limit=25' \--header 'Authorization: Bearer ••••••••••••••••••••••••••••••••••••CREE1M0EwQjgyMjI0NUE3QUM=' \
Then proceed to make funding using the sandbox simulator.
To make Sudo accept all timed out authorization requests, set authorizeByDefault to true. We will re-attempt to send the completed authorization request to your webhook after approving such a request.
A cardholder is either an individual or business entity that can be issued a payment card. To get started, create a cardholder with name, billingAddress and type.
You can include additional information like KYC details, phone number, and email address. See Customers under the API Reference.