Record

payment

No description available.

record payment {
  amount-money: option​<money>,
  app-fee-money: option​<money>,
  approved-money: option​<money>,
  bank-account-details: option​<bank-account-payment-details>,
  billing-address: option​<address>,
  buyer-email-address: option​<string>,
  capabilities: option​<list​<string>>,
  card-details: option​<card-payment-details>,
  cash-details: option​<cash-payment-details>,
  created-at: option​<string>,
  customer-id: option​<string>,
  delay-action: option​<string>,
  delay-duration: option​<string>,
  delayed-until: option​<string>,
  employee-id: option​<string>,
  external-details: option​<external-payment-details>,
  id: option​<string>,
  location-id: option​<string>,
  note: option​<string>,
  order-id: option​<string>,
  processing-fee: option​<list​<processing-fee>>,
  receipt-number: option​<string>,
  receipt-url: option​<string>,
  reference-id: option​<string>,
  refund-ids: option​<list​<string>>,
  refunded-money: option​<money>,
  risk-evaluation: option​<risk-evaluation>,
  shipping-address: option​<address>,
  source-type: option​<string>,
  statement-description-identifier: option​<string>,
  status: option​<string>,
  tip-money: option​<money>,
  total-money: option​<money>,
  updated-at: option​<string>,
  version-token: option​<string>,
  wallet-details: option​<digital-wallet-details>,
}

Fields

NameTypeDescription
amount-moneyoption​<money>
app-fee-moneyoption​<money>
approved-moneyoption​<money>
bank-account-detailsoption​<bank-account-payment-details>
billing-addressoption​<address>
buyer-email-addressoption​<string>
capabilitiesoption​<list​<string>>
card-detailsoption​<card-payment-details>
cash-detailsoption​<cash-payment-details>
created-atoption​<string>
customer-idoption​<string>
delay-actionoption​<string>
delay-durationoption​<string>
delayed-untiloption​<string>
employee-idoption​<string>
external-detailsoption​<external-payment-details>
idoption​<string>
location-idoption​<string>
noteoption​<string>
order-idoption​<string>
processing-feeoption​<list​<processing-fee>>
receipt-numberoption​<string>
receipt-urloption​<string>
reference-idoption​<string>
refund-idsoption​<list​<string>>
refunded-moneyoption​<money>
risk-evaluationoption​<risk-evaluation>
shipping-addressoption​<address>
source-typeoption​<string>
statement-description-identifieroption​<string>
statusoption​<string>
tip-moneyoption​<money>
total-moneyoption​<money>
updated-atoption​<string>
version-tokenoption​<string>
wallet-detailsoption​<digital-wallet-details>