Record

source

No description available.

record source {
  ach-credit-transfer: option​<source-type-ach-credit-transfer>,
  ach-debit: option​<source-type-ach-debit>,
  acss-debit: option​<source-type-acss-debit>,
  alipay: option​<source-type-alipay>,
  amount: option​<s32>,
  au-becs-debit: option​<source-type-au-becs-debit>,
  bancontact: option​<source-type-bancontact>,
  card: option​<source-type-card>,
  card-present: option​<source-type-card-present>,
  client-secret: string,
  code-verification: option​<source-code-verification-flow>,
  created: s32,
  currency: option​<string>,
  customer: option​<string>,
  eps: option​<source-type-eps>,
  flow: string,
  giropay: option​<source-type-giropay>,
  id: string,
  ideal: option​<source-type-ideal>,
  klarna: option​<source-type-klarna>,
  livemode: bool,
  metadata: option​<source-metadata>,
  multibanco: option​<source-type-multibanco>,
  object: source-object-enum,
  owner: option​<string>,
  p24: option​<source-type-p24>,
  receiver: option​<source-receiver-flow>,
  redirect: option​<source-redirect-flow>,
  sepa-debit: option​<source-type-sepa-debit>,
  sofort: option​<source-type-sofort>,
  source-order: option​<source-order>,
  statement-descriptor: option​<string>,
  status: string,
  three-d-secure: option​<source-type-three-d-secure>,
  type-op: source-type-op-enum,
  usage: option​<string>,
  wechat: option​<source-type-wechat>,
}

Fields

NameTypeDescription
ach-credit-transferoption​<source-type-ach-credit-transfer>
ach-debitoption​<source-type-ach-debit>
acss-debitoption​<source-type-acss-debit>
alipayoption​<source-type-alipay>
amountoption​<s32>
au-becs-debitoption​<source-type-au-becs-debit>
bancontactoption​<source-type-bancontact>
cardoption​<source-type-card>
card-presentoption​<source-type-card-present>
client-secretstring
code-verificationoption​<source-code-verification-flow>
createds32
currencyoption​<string>
customeroption​<string>
epsoption​<source-type-eps>
flowstring
giropayoption​<source-type-giropay>
idstring
idealoption​<source-type-ideal>
klarnaoption​<source-type-klarna>
livemodebool
metadataoption​<source-metadata>
multibancooption​<source-type-multibanco>
objectsource-object-enum
owneroption​<string>
p24option​<source-type-p24>
receiveroption​<source-receiver-flow>
redirectoption​<source-redirect-flow>
sepa-debitoption​<source-type-sepa-debit>
sofortoption​<source-type-sofort>
source-orderoption​<source-order>
statement-descriptoroption​<string>
statusstring
three-d-secureoption​<source-type-three-d-secure>
type-opsource-type-op-enum
usageoption​<string>
wechatoption​<source-type-wechat>