Constructors

Methods

Constructors

Methods

  • Parameters

    • __namedParameters: {
          amount: number;
          currency: "eur" | "usd";
          paymentIntentId: string;
          secrecyIdWhoCreatedPaymentIntent: string;
          secrecyIdWhoNeedToConfirmPaymentIntent: string;
      }
      • amount: number
      • currency: "eur" | "usd"
      • paymentIntentId: string
      • secrecyIdWhoCreatedPaymentIntent: string
      • secrecyIdWhoNeedToConfirmPaymentIntent: string

    Returns Promise<SecrecyPayResponse<{
        id: string;
        message: string;
    }>>