Record

create-payments-params

No description available.

record create-payments-params {
  account-sid: string,
  call-sid: string,
  bank-account-type: option​<payments-enum-bank-account-type>,
  charge-amount: option​<f64>,
  currency: option​<string>,
  description: option​<string>,
  idempotency-key: string,
  input: option​<string>,
  min-postal-code-length: option​<s32>,
  parameter: option​<string>,
  payment-connector: option​<string>,
  payment-method: option​<payments-enum-payment-method>,
  postal-code: option​<bool>,
  security-code: option​<bool>,
  status-callback: string,
  timeout: option​<s32>,
  token-type: option​<payments-enum-token-type>,
  valid-card-types: option​<string>,
}

Fields

NameTypeDescription
account-sidstring
call-sidstring
bank-account-typeoption​<payments-enum-bank-account-type>
charge-amountoption​<f64>
currencyoption​<string>
descriptionoption​<string>
idempotency-keystring
inputoption​<string>
min-postal-code-lengthoption​<s32>
parameteroption​<string>
payment-connectoroption​<string>
payment-methodoption​<payments-enum-payment-method>
postal-codeoption​<bool>
security-codeoption​<bool>
status-callbackstring
timeoutoption​<s32>
token-typeoption​<payments-enum-token-type>
valid-card-typesoption​<string>