Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aigens/aigens-sdk-googlepay

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aigens/aigens-sdk-googlepay

aigens-sdk-googlepay

  • 0.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

@aigens/aigens-sdk-googlepay

aigens-sdk-googlepay

Install

npm install @aigens/aigens-sdk-googlepay
npx cap sync

API

  • echo(...)
  • checkNativeGooglePay(...)
  • makePaymentRequest(...)
  • Interfaces

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


checkNativeGooglePay(...)

checkNativeGooglePay(options: { allowedPaymentMethods: any[]; ENVIRONMENT_PRODUCTION?: boolean; }) => Promise<{ result: boolean; }>
ParamType
options{ allowedPaymentMethods: any[]; ENVIRONMENT_PRODUCTION?: boolean; }

Returns: Promise<{ result: boolean; }>


makePaymentRequest(...)

makePaymentRequest(options: GooglePayMakeOption) => Promise<GooglePlayResponse>
ParamType
optionsGooglePayMakeOption

Returns: Promise<GooglePlayResponse>


Interfaces

GooglePlayResponse
PropType
tokenizationData{ token: string; }
GooglePayMakeOption
PropType
totalnumber
merchantIdstring
gatewaystring
currencystring
allowedPaymentMethodsGooglePayPaymentMethod[]
GooglePayPaymentMethod
PropType
typestring
parameters{ allowedAuthMethods: any[]; allowedCardNetworks: any[]; }
tokenizationSpecification{ type: string; parameters: { gateway: string; gatewayMerchantId: string; }; }

Keywords

FAQs

Package last updated on 17 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc