mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(payments): add field manual_retry_allowed in payments response (#1298)
This commit is contained in:
committed by
GitHub
parent
b967d23251
commit
44b8da430c
@ -1433,6 +1433,9 @@ pub struct PaymentsResponse {
|
||||
/// ephemeral_key for the customer_id mentioned
|
||||
pub ephemeral_key: Option<EphemeralKeyCreateResponse>,
|
||||
|
||||
/// If true the payment can be retried with same or different payment method which means the confirm call can be made again.
|
||||
pub manual_retry_allowed: Option<bool>,
|
||||
|
||||
/// Any user defined fields can be passed here.
|
||||
#[schema(value_type = Option<Object>, example = r#"{ "udf1": "some-value", "udf2": "some-value" }"#)]
|
||||
pub udf: Option<pii::SecretSerdeValue>,
|
||||
|
||||
Reference in New Issue
Block a user