|
FPS number: 66227687
|
Stripe.apiKey = "sk_test_NesYhHqXhLXb5SpPt1nVUMTY00wIs6OCyN";
PaymentMethodCreateParams params =
PaymentMethodCreateParams.builder()
.setCustomer("cus_Gt93Z6TxE2Jqyc")
.setPaymentMethod("pm_123456789")
.build();
RequestOptions requestOptions =
RequestOptions.builder()
.setStripeAccount("{{CONNECTED_STRIPE_ACCOUNT_ID}}")
.build();
PaymentMethod paymentMethod = PaymentMethod.create(params, requestOptions);