#riverviewtandoorpteltd_00386

1 messages ยท Page 1 of 1 (latest)

graceful horizonBOT
static heath
#

๐Ÿ‘‹ how may I help?

deep chasm
#

i want to add my paynow

#

in checkout

static heath
deep chasm
#

in api key

#

my api key its shows only cards

static heath
#

you said you were using Stripe Checkout right?

deep chasm
#

yes here

static heath
deep chasm
#

already on

#

but it is not reflected on checkout page

static heath
deep chasm
#

are you asking account ID ?

static heath
#

no

#

you need to create a new Checkout Session, and please read through the support doc I sent you to get the request ID

deep chasm
#

is it this : req_iKhzordKAqa2vg

static heath
#

taking a look

#

yes exactly. now I'll try to see why the Paynow method didn't show up

deep chasm
#

thanks Tarzan

static heath
#

I think the reason is that you're using payment_intent_data.setup_future_usage: "off_session" which means that you would have to pass in explicitly paynow in the payment_method_types array if you want it to show

deep chasm
#

i needs to show PAYNOW tarzan

#

how can we do that ?

static heath
deep chasm
#

how to pass in cards & Paynow ?

static heath
#

it's an array of enums

#

["card", "paynow"]

deep chasm
#

i tried

static heath
#

would you mind sharing the request ID?

deep chasm
#

C:\Users\ITADMIN\Downloads>stripe payment_methods create --payment-method
{
"error": {
"message": "In order to share a PaymentMethod, you must pass a connected account ID by using an OAuth key or the Stripe-Account header.",
"param": "payment_method",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_gok6zMgf4CyWe7?t=1695032620",
"type": "invalid_request_error"
}
}

deep chasm
static heath
static heath
#

you need to pass payment_method_types: ["card", "paynow"]