feat(payment-methods): create payment_token in vault confirm / do payment-confirm with temp token from session (#8525)

This commit is contained in:
Sakil Mostak
2025-07-07 16:52:33 +05:30
committed by GitHub
parent 94e3905177
commit 4aca45531b
6 changed files with 182 additions and 8 deletions

View File

@ -3040,7 +3040,7 @@ pub struct PaymentMethodSessionResponse {
/// The payment method that was created using this payment method session
#[schema(value_type = Option<Vec<String>>)]
pub associated_payment_methods: Option<Vec<id_type::GlobalPaymentMethodId>>,
pub associated_payment_methods: Option<Vec<String>>,
/// The token-id created if there is tokenization_data present
#[schema(value_type = Option<String>, example = "12345_tok_01926c58bc6e77c09e809964e72af8c8")]