From 3507d41a2cec75813fe081c4313b90f719f04500 Mon Sep 17 00:00:00 2001 From: Casper Thomsen Date: Thu, 11 Feb 2021 10:58:28 +0100 Subject: [PATCH 1/2] Explain CoF default when series type is given --- source/index.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/index.html.md b/source/index.html.md index c1c4ca45..7662a070 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -692,6 +692,12 @@ Exactly one payment method must be used. with series[previous], the type of a series cannot change.

+

+ Notice: Since series[previous] cannot be supplied together + with series[type], credential_on_file will default to + store when supplying series[type]. +

+ ##### Method: `card` From 96024127b657349119a8564da955d50dce1684b7 Mon Sep 17 00:00:00 2001 From: Casper Thomsen Date: Mon, 15 Feb 2021 23:38:36 +0100 Subject: [PATCH 2/2] Clarify that a first-in-series can use stored CoF --- source/index.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/index.html.md b/source/index.html.md index 7662a070..72de1687 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -698,6 +698,11 @@ Exactly one payment method must be used. store when supplying series[type].

+

+ Notice: If a series is being created using credentials already stored on file, use + credential_on_file=use together with series[type]. +

+ ##### Method: `card`