Categorygithub.com/bos-hieu/adyen-go-api-librarysrcplatformsnotificationconfiguration
package
7.0.0+incompatible
Repository: https://github.com/bos-hieu/adyen-go-api-library.git
Documentation: pkg.go.dev

# README

Go API client for platformsnotificationconfiguration

The Notification Configuration API provides endpoints for setting up and testing notifications that inform you of events on your platform, for example when a KYC check or a payout has been completed.

For more information, refer to our documentation.

Authentication

To connect to the Notification Configuration API, you must use basic authentication credentials of your web service user. If you don't have one, contact our Adyen Support Team. 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

The Notification Configuration 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://cal-test.adyen.com/cal/services/Notification/v6/createNotificationConfiguration

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: 6
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientExperimentalCodegen For more information, please visit https://support.adyen.com/

# Structs

CreateNotificationConfigurationRequest struct for CreateNotificationConfigurationRequest.
DeleteNotificationConfigurationRequest struct for DeleteNotificationConfigurationRequest.
ErrorFieldType struct for ErrorFieldType.
ExchangeMessage struct for ExchangeMessage.
FieldType struct for FieldType.
GenericResponse struct for GenericResponse.
GetNotificationConfigurationListResponse struct for GetNotificationConfigurationListResponse.
GetNotificationConfigurationRequest struct for GetNotificationConfigurationRequest.
GetNotificationConfigurationResponse struct for GetNotificationConfigurationResponse.
NotificationConfigurationDetails struct for NotificationConfigurationDetails.
NotificationEventConfiguration struct for NotificationEventConfiguration.
TestNotificationConfigurationRequest struct for TestNotificationConfigurationRequest.
TestNotificationConfigurationResponse struct for TestNotificationConfigurationResponse.
UpdateNotificationConfigurationRequest struct for UpdateNotificationConfigurationRequest.

# Type aliases

PlatformsNotificationConfiguration PlatformsNotificationConfiguration service.