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 has been 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. |
The text was updated successfully, but these errors were encountered:
paymentDetails
is marked as optional within thePrivatePaymentDetail
object, which is also optional inprivateData
.Proposal:
paymentDetails
should be required. ie. If passing the optionalPrivatePaymentDetail
, it must containpaymentDetails
.https://github.com/TBD54566975/tbdex/tree/main/specs/protocol#privatepaymentdetails
The text was updated successfully, but these errors were encountered: