Record

received-credit

No description available.

record received-credit {
  amount: s32,
  created: s32,
  currency: string,
  description: string,
  failure-code: option​<received-credit-failure-code-enum>,
  financial-account: option​<string>,
  hosted-regulatory-receipt-url: option​<string>,
  id: string,
  initiating-payment-method-details: shared-resource-initiating-payment-method-details-initiating-payment-method-details,
  linked-flows: received-credits-resource-linked-flows,
  livemode: bool,
  network: received-credit-network-enum,
  object: received-credit-object-enum,
  reversal-details: option​<string>,
  status: get-treasury-received-credits-status-enum,
  transaction: option​<string>,
}

Fields

NameTypeDescription
amounts32
createds32
currencystring
descriptionstring
failure-codeoption​<received-credit-failure-code-enum>
financial-accountoption​<string>
hosted-regulatory-receipt-urloption​<string>
idstring
initiating-payment-method-detailsshared-resource-initiating-payment-method-details-initiating-payment-method-details
linked-flowsreceived-credits-resource-linked-flows
livemodebool
networkreceived-credit-network-enum
objectreceived-credit-object-enum
reversal-detailsoption​<string>
statusget-treasury-received-credits-status-enum
transactionoption​<string>