You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
| field | data type | required | description || ---------------- | --------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ||`paymentDetails`| object | N | An object containing the properties defined in an Offering's `requiredPaymentDetails` json schema. If `data.payin/payout.paymentDetailsHash` is omitted, then `privateData.payin/payout.paymentDetails` respectively must also be omitted. |
paymentDetailsis marked as optional within thePrivatePaymentDetailobject, which is also optional inprivateData.Proposal:
paymentDetailsshould be required. ie. If passing the optionalPrivatePaymentDetail, it must containpaymentDetails.https://github.com/TBD54566975/tbdex/tree/main/specs/protocol#privatepaymentdetails