FirmhousePayment
Properties
Property
Type
Description
amountCents
number
Payment amount in cents.
amountWithSymbol
string
Payment amount with currency symbol.
createdAt
string
When the payment record was first created.
id
string
The database ID of the payment.
paymentId
null
| string
The external payment reference from the payment service provider.
retryPaymentUrl
null
| string
Send your customer to this URL to allow them to retry the failed payment. Append ?return_url=https://your-url to send the customer back after a successful payment.
token
string
Token to identify the payment with
updatedAt
string
When the payment record was last updated.
Last updated