Tokenization

When with an initial (card) payment a token is generated (see here for more info) we call your exchange to supply you with the token which you can use for the recurring payment.

ActionMoment
tokenWhen a card payment has been succesfully captured and tokenization is enabled on your saleslocation.
📘

The token exchange call is an extra call sent to your exchange. Next to this the regular exchange calls for a payment are also sent.

An token call has the following layout (depending on the exchange method configured).

{
   "order_id": "50009100087X3465",
   "payment_session_id": "3116527583",
   "transactionId": "EX-2345-2238-9812",
   "recurring_id": "VY-9212-9171-2390",
   "recurring_token": "c1747bf4d38cd6af76ca0d2ffe373987b666305e27dd8b5501a5facf90a99bffe",
   "customer_name": "John Doe",
   "customer_id": "427592******6155",
   "customer_key": "3b7d968cfc4cfcdc389f3f93275bcefc333f5f85ff6b892cc0e4c3f1a1792a2f68e7c486ec951d69dde6b6483d6c6df7d0e25a05f26ce593353379b2e625270f",
   "customer_reference": null,
   "label": null,
   "action": "token"
}