Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain more related to series #121

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
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