PaymentAttributes

Attributes of the PaymentAttributes type

{
  "memo": "",
  "receivedAt": "2022-06-01T00:00:00Z",
  "amount": "1.00",
  "currencyId": "456123",
  "accountId": "456123",
  "fees": "1.00"
}
Name
Type
Description

memo

String

A memo or note for the payment

receivedAt

ISO8601DateTime

The date the payment was received

amount

Float

The amount of the payment

currencyId

ID

The currency of the payment

accountId

ID

The id of the account that the payment is associated with

fees

Float

The fees associated with the payment

Last updated

Was this helpful?