Token management
The Marketplace API uses two notions:
- alias
- token
An alias is an object that allows to store payment method data.
A token is an object associated with an alias. It also contains buyer details.
There are 2 ways of creating an alias (and a token):
- During the payment (see chapter Payment with token creation). The alias and token are therefore associated with an Order.
- Without an Order being created (see next chapter).