View Source DocuSign.Api.PaymentGatewayAccounts (DocuSign v1.2.0)

API calls for all endpoints tagged PaymentGatewayAccounts.

Summary

Functions

List payment gateway accounts This method returns a list of payment gateway accounts and basic information about them.

Functions

Link to this function

payment_gateway_accounts_get_all_payment_gateway_accounts(connection, account_id, opts \\ [])

View Source
@spec payment_gateway_accounts_get_all_payment_gateway_accounts(
  Tesla.Env.client(),
  String.t(),
  keyword()
) ::
  {:ok, DocuSign.Model.PaymentGatewayAccountsInfo.t()}
  | {:ok, DocuSign.Model.ErrorDetails.t()}
  | {:error, Tesla.Env.t()}

List payment gateway accounts This method returns a list of payment gateway accounts and basic information about them.

Parameters

  • connection (DocuSign.Connection): Connection to server
  • account_id (String.t): The external account number (int) or account ID GUID.
  • opts (keyword): Optional parameters

Returns

  • {:ok, DocuSign.Model.PaymentGatewayAccountsInfo.t} on success
  • {:error, Tesla.Env.t} on failure