#brave_monkey_33835_00636
1 messages · Page 1 of 1 (latest)
What is a 'virtual account'?
$paymentIntent = \Stripe\PaymentIntent::create([
'amount' => intval($trxn_amount * 100), // Convert to cents
'currency' => 'mxn',
'customer' => $customer->id,
'payment_method_types' => ['customer_balance'],
'payment_method_data' => [
'type' => 'customer_balance',
],
'payment_method_options' => [
'customer_balance' => [
'funding_type' => 'bank_transfer',
'bank_transfer' => [
'type' => 'mx_bank_transfer',
],
],
],
//'confirm' => true,
]);
clicked on the cheout button i got a screen