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

SaleToAcquirerData is missing field recurringProcessingModel #1053

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

scriptease
Copy link
Contributor

Description
The documentation specifies that the SaleToAcquirerData contains a setting recurringProcessingModel with values CardOnFile, Subscription, or UnscheduledCardOnFile
https://docs.adyen.com/point-of-sale/recurring-payments#make-initial-payment

In SaleData.SaleToAcquirerData include:

shopperReference: your unique reference for this shopper (minimum length three characters).
shopperEmail: optional. The shopper's email address, if you collected that in the first step.
recurringProcessingModel: CardOnFile, Subscription, or UnscheduledCardOnFile. We will create a token for later payments, and save the shopper reference and shopper email on our platform. See Tokenization parameters.

However the shopperReference and shopperEmail are available, the recurringProcessingModel enum is not.

Tested scenarios
Setting the value to RecurringProcessingModelEnum to CardOnFile

Fixed issue: #1052

@scriptease scriptease requested a review from a team as a code owner June 9, 2023 13:57
@wboereboom
Copy link
Contributor

Hi @scriptease ,

Thanks for another contribution.
I double checked the docs on your changes and everything checks out.
We appreciate the effort!

Kind Regards,
Wouter
Adyen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants