Skip to content

wikis Search Results · repo:zhutik/adyen-api-go language:Makefile

4 results
 (134 ms)

4 results

inzhutik/adyen-api-go (press backspace or delete to remove)

This code shows how to configure basic Adyen instance import "github.com/zhutik/adyen-api-go" instance := adyen . New ( adyen . Testing , // supports adyen.Testing or adyen.Production "ADYEN_USERNAME" ...
  • Last updated
    on Apr 28, 2018

Get library instance instance := adyen . New ( adyen . Testing , os . Getenv ( "ADYEN_USERNAME" ), os . Getenv ( "ADYEN_PASSWORD" ), ) Please refer to this page for library configuration ...
  • Last updated
    on May 7, 2018

First step: Generate URL to load Adyen JavaScript to perform Client Side encryption import "github.com/zhutik/adyen-api-go" // Configure Adyen API instance := adyen . New ( adyen . Testing , ...
  • Last updated
    on Apr 28, 2018

Welcome to the adyen-api-go wiki! Links to the code snippets and examples: Configure Adyen instance object Do encrypted authentication transaction Do capture, cancellation, and refund modifications TBD: ...
  • Last updated
    on May 7, 2018