# README

Go API client for recurring

The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.

For more information, refer to our Tokenization documentation.

Authentication

To connect to the Recurring API, you must use your basic authentication credentials. For this, create your web service user, as described in How to get the WS user password. Then use its credentials to authenticate your request, for example:

curl
-U \"[email protected]\":\"YourWsPassword\" \\
-H \"Content-Type: application/json\" \\
...

Note that when going live, you need to generate new web service user credentials to access the live endpoints.

Versioning

Recurring API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number.

For example:

https://pal-test.adyen.com/pal/servlet/Recurring/v49/disable

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 49
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientExperimentalCodegen For more information, please visit https://support.adyen.com/

# Structs

Address struct for Address.
Amount struct for Amount.
BankAccount struct for BankAccount.
Card struct for Card.
DisableRequest struct for DisableRequest.
DisableResult struct for DisableResult.
Name struct for Name.
NotifyShopperRequest struct for NotifyShopperRequest.
NotifyShopperResult struct for NotifyShopperResult.
RecurringDetail struct for RecurringDetail.
RecurringDetailsRequest struct for RecurringDetailsRequest.
RecurringDetailsResult struct for RecurringDetailsResult.
RecurringType struct for Recurring.
ScheduleAccountUpdaterRequest struct for ScheduleAccountUpdaterRequest.
ScheduleAccountUpdaterResult struct for ScheduleAccountUpdaterResult.

# Type aliases

Recurring Recurring service.