Additional properties on PaymentRecord and PaymentAttemptRecordÖffentliche Vorschau
What’s new
Makes the following changes to the PaymentAttemptRecord
and PaymentRecord
resources:
- Adds support for storing and reading amounts using the new
amount
,amount_
, andauthorized amount_
properties.refunded - Adds support for storing and reading processor details using the new
processor_
property.details - Removes support for storing and reading a top-level payment reference by removing the
payment_
property. This is replaced byreference processor_
.details. custom. payment_ reference
Impact
Preview users of the Payment Records API can now use the following properties of the PaymentAttemptRecord
and PaymentRecord
resources:
amount
amount_
authorized amount_
refunded processor_
details
Preview users of the Payment Records API can now use the processor_
parameter on the report_
method.
Preview users of the Payment Records API can no longer use the top-level payment_
property of the PaymentAttemptRecord
and PaymentRecord
resources. However, you can still use it with the payment_
header.