API explorer
Quick how to use it
- Start by creating a private customer with Create private customer API. Customer is the first thing you need always to be able to create any other entities. You need to give following values.
- customerNumber (need to be unique, so come up with some own unique value),
- locale, use f.ex fi_FI
- regNo (need to be unique, can be same as customerNumber)
- address (inside that you need to set at least address1, city, country (A valid ISO-3166-1 alpha-3 country code f.ex. FIN), zipCode)
- firstname
- lastName
- Go to Sandbox Customers view, from here you can now find your newly created Customer
- From Actions select Add Account
- This will pre-populate customerID for you and default to a Prepaid account creation, there’s no mandatory fields needed for this step, so you can just create account as-is (you can always update values later)
- Go to Sandbox Accounts view, from here you can now find your newly created Account
- From Actions select Add Card
- This will pre-populate customerID and accountID for you and default to a Create a virtual VISA branded card, you need to set embossing firstName and lastName to be able to create the card.
- Congratulations! You have created your first simple Customer-Account-Card structure. This is the simplest setup that is needed to be able to start using the card. More complexity can be the added to this same structure. You can f.ex. add more card under this account or link more accounts to this same customer.
- Now you can f.ex. Post test authorization to given card with Transactions API, try to Update APIs or test Get APIs for Customer, Account or Card.