TempLinkPaymentStatusSummary
statusstringrequired
Collection status for this specific temporary link only.
Possible values: [unpaid, partial, paid, overpaid]
Example:
partialrequestedAmountdecimalrequired
Target amount configured on the temporary link.
Example:
150paidAmountdecimalrequired
Amount collected through completed payments for this temporary link.
Example:
75remainingAmountdecimalrequired
Amount still pending on this temporary link.
Example:
75paymentCountintegerrequired
Total number of payment attempts linked to this temporary link.
Example:
2completedPaymentCountintegerrequired
Number of completed payments linked to this temporary link.
Example:
1currencystringrequired
Currency of the temporary link amount.
Example:
USDTempLinkPaymentStatusSummary
{
"status": "partial",
"requestedAmount": 150,
"paidAmount": 75,
"remainingAmount": 75,
"paymentCount": 2,
"completedPaymentCount": 1,
"currency": "USD"
}