Tokenises a Zip account allowing a charge to be performed at a later date without direct customer interaction.

Useful notes

  • In order to create a token you will first need to request customer approval by implementing one of the online checkout flows. The checkout id will then be provided as the authority when tokenising.
  • The Create Token response
    • id STRING

      Sequential ID

    • value DOUBLE

      This is the token value which should be stored to process tokenised payments in the /charges API

    • active DOUBLE

      Indicates if the token is active

    • created_date STRING

      The date on which the token was created

    Language
    Authorization
    Header
    Click Try It! to start a request and see the response here!