Expose PaymentIntent and enhance account holder schema in API definitions
10 days ago by ReadMe API
Changes
This update improves the schema definitions by exposing the PaymentIntent object and refining account holder details used within the broker QA sandbox.
Updated endpoints
- No endpoint path changes, but extensive schema definition updates include:
- Added new complex types:
PaymentIntent,PaymentIntentRelation,LoanPaymentIntent,PaymentXPaymentIntent,DueInterestXPaymentIntent, andInstallmentPlanXPaymentIntentto represent detailed payment intent relationships and components. - Modified
ApiRevenueShareschema to make thepaymentproperty nullable and replaced with an allOf reference, added a new nullablepayment_intentproperty. - Updated
ApiRevenueSharerequired fields order and composition. - Enhanced
/AccountDetailsand/AccountProviderdefinitions to better capture account holder information including account number types and bank identifiers.
- Added new complex types:
No new or deleted endpoints were introduced; changes are strictly schema improvements to support better payment intent exposure and account details handling.
