Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,17 @@ Exactly one payment method must be used.
with <code>series[previous]</code>, the type of a series cannot change.
</p>

<p class="alert alert-info">
<b>Notice:</b> Since <code>series[previous]</code> cannot be supplied together
with <code>series[type]</code>, <code>credential_on_file</code> will default to
<code>store</code> when supplying <code>series[type]</code>.
</p>

<p class="alert alert-info">
<b>Notice:</b> If a series is being created using credentials already stored on file, use
<code>credential_on_file=use</code> together with <code>series[type]</code>.
</p>


##### Method: `card`

Expand Down