View Source DocuSign.Api.PaymentGatewayAccounts (DocuSign v1.0.0)
API calls for all endpoints tagged PaymentGatewayAccounts
.
Link to this section Summary
Functions
List payment gateway accounts This method returns a list of payment gateway accounts and basic information about them.
Link to this section 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
Parameters
connection
(DocuSign.Connection): Connection to serveraccount_id
(String.t): The external account number (int) or account ID GUID.opts
(keyword): Optional parameters
returns
Returns
{:ok, DocuSign.Model.PaymentGatewayAccountsInfo.t}
on success{:error, Tesla.Env.t}
on failure