mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
refactor(openai): update open-api spec to have payment changes (#4043)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -354,6 +354,7 @@ pub struct PaymentsRequest {
|
||||
pub mandate_data: Option<MandateData>,
|
||||
|
||||
/// Passing this object during payments confirm . The customer_acceptance sub object is usually passed by the SDK or client
|
||||
#[schema(value_type = Option<CustomerAcceptance>)]
|
||||
pub customer_acceptance: Option<CustomerAcceptance>,
|
||||
|
||||
/// A unique identifier to link the payment to a mandate. To do Recurring payments after a mandate has been created, pass the mandate_id instead of payment_method_data
|
||||
|
||||
Reference in New Issue
Block a user