Added

Payment methods original card-on-file token from first transaction

When you save a customer's payment method from a Payment transaction, the payment method response now includes originalCardOnFileToken, the card-on-file token returned on that first charge. You can tie a stored payment method back to the initial token without maintaining your own record of which token came first when later charges produce new values.

  • Payment method responses include originalCardOnFileToken when the first transaction returned a card-on-file token, so your integration can persist the starting reference alongside the saved method.
  • Recurring and stored-card flows can compare current tokens against the original without a separate side ledger of first-use values.
  • Reconciliation and support can match a saved payment method to the exact token from the first successful transaction.