#nitin
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Who advised you to add the "skip" parameter?
Are you following some guide?
@lean hawk this thread is open
hi vanya
sorry, my bad
let me look at this paramter
i am using the same paramter in my request
stripe_charge_response = Stripe::PaymentIntent.create({
amount: amount_cents,
currency: candidate.candidate_country[candidate.country.to_s.to_sym][:currency],
customer: customer.id,
payment_method: payment_method.id,
payment_method_types: ['us_bank_account'],
statement_descriptor_suffix: "EON to Stripe test",
confirm: true,
mandate_data: {
customer_acceptance: {
type: 'offline'
},
},
on_behalf_of: candidate.stripe_gateway_id,
transfer_data: {
destination: candidate.stripe_gateway_id,
},
}, stripe_version: '2019-12-03',)
amount: amount_cents,
currency: candidate.candidate_country[candidate.country.to_s.to_sym][:currency],
customer: customer.id,
payment_method: payment_method.id,
payment_method_types: ['us_bank_account'],
statement_descriptor_suffix: "EON to Stripe test",
confirm: true,
mandate_data: {
customer_acceptance: {
type: 'offline'
},
},
on_behalf_of: candidate.stripe_gateway_id,
transfer_data: {
destination: candidate.stripe_gateway_id,
},
}, stripe_version: '2019-12-03',)
I don't see where you're using it. It's payment_method_options.us_bank_account.verification_method: "skip"
Sure
Glad to hear that!