This object contains all the information about payment.
Fields
Name | Type | Description |
---|---|---|
id | UUID1 | The Payment id. |
userID | UUID1 | The Payment user id |
invoiceID | UUID1 | The Payment invoice id. |
circlePaymentID | String | The circle payment id. |
paymentMethodID | UUID1 | The payment method id. |
status | Object | Contains all the information from PaymentStatus that includes the information wether the status is pending, confirmed, paid, failed, or action is required. |